AccessPress Instagram Feed - Version 2.2.2

Version Description

  • Done the update of the info text regarding getting the instagram user id.
Download this release

Release Info

Developer Access Keys
Plugin Icon 128x128 AccessPress Instagram Feed
Version 2.2.2
Comparing to
See all releases

Code changes from version 2.2.1 to 2.2.2

accesspress-instagram-feed.php CHANGED
@@ -4,7 +4,7 @@ defined( 'ABSPATH' ) or die( "No script kiddies please!" );
4
  Plugin name: AccessPress Instagram Feed
5
  Plugin URI: https://accesspressthemes.com/wordpress-plugins/accesspress-instagram-feed/
6
  Description: A plugin to add various instagram widgets with dynamic configuration options.
7
- Version: 2.2.1
8
  Author: AccessPress Themes
9
  Author URI: http://accesspressthemes.com
10
  Text Domain:accesspress-instagram-feed
@@ -14,7 +14,7 @@ License: GPLv2 or later
14
 
15
  //Decleration of the necessary constants for plugin
16
  if( !defined( 'APIF_VERSION' ) ) {
17
- define( 'APIF_VERSION', '2.2.1' );
18
  }
19
 
20
  if( !defined( 'APIF_IMAGE_DIR' ) ) {
4
  Plugin name: AccessPress Instagram Feed
5
  Plugin URI: https://accesspressthemes.com/wordpress-plugins/accesspress-instagram-feed/
6
  Description: A plugin to add various instagram widgets with dynamic configuration options.
7
+ Version: 2.2.2
8
  Author: AccessPress Themes
9
  Author URI: http://accesspressthemes.com
10
  Text Domain:accesspress-instagram-feed
14
 
15
  //Decleration of the necessary constants for plugin
16
  if( !defined( 'APIF_VERSION' ) ) {
17
+ define( 'APIF_VERSION', '2.2.2' );
18
  }
19
 
20
  if( !defined( 'APIF_IMAGE_DIR' ) ) {
inc/backend/boards/instagram-profiles.php CHANGED
@@ -16,7 +16,7 @@
16
  <label for='instagram_user_id'><?php _e('Instagram User ID', 'accesspress-instagram-feed'); ?></label>
17
  <div class="apsc-option-field">
18
  <input type="text" name="instagram[user_id]" id='instagram_user_id' value="<?php echo esc_attr($apif_settings['user_id']);?>"/>
19
- <div class="apsc-option-note"><?php _e('Please enter the instagram user ID.You can get this information from <a href="http://www.pinceladasdaweb.com.br/instagram/access-token/" target="_blank">http://www.pinceladasdaweb.com.br/instagram/access-token/</a>', 'accesspress-instagram-feed'); ?></div>
20
  </div>
21
  </div>
22
  <div class="apsc-option-inner-wrapper">
16
  <label for='instagram_user_id'><?php _e('Instagram User ID', 'accesspress-instagram-feed'); ?></label>
17
  <div class="apsc-option-field">
18
  <input type="text" name="instagram[user_id]" id='instagram_user_id' value="<?php echo esc_attr($apif_settings['user_id']);?>"/>
19
+ <div class="apsc-option-note"><?php _e('Please enter the instagram user ID.You can get this information from <a href="http://www.pinceladasdaweb.com.br/instagram/access-token/" target="_blank">http://www.pinceladasdaweb.com.br/instagram/access-token/</a> or you can get the instagram user id from the below access token, after receiving access token the first numbers before . is your instagram user id', 'accesspress-instagram-feed'); ?></div>
20
  </div>
21
  </div>
22
  <div class="apsc-option-inner-wrapper">
readme.txt CHANGED
@@ -4,7 +4,7 @@ Tags: instagram, instagram feed, instagram tag, instagram slider, instagarm mosa
4
  Donate link: http://accesspressthemes.com/donation/
5
  Requires at least: 3.8
6
  Tested up to: 4.6
7
- Stable tag: 2.2.1
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
@@ -138,6 +138,9 @@ Once you install the plugin , you can check some general documentation about how
138
  5. Backend Display Settings Section
139
 
140
  == Changelog ==
 
 
 
141
  = 2.2.1 =
142
  * Updated the documentation link in how to use section.
143
 
4
  Donate link: http://accesspressthemes.com/donation/
5
  Requires at least: 3.8
6
  Tested up to: 4.6
7
+ Stable tag: 2.2.2
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
138
  5. Backend Display Settings Section
139
 
140
  == Changelog ==
141
+ = 2.2.2 =
142
+ * Done the update of the info text regarding getting the instagram user id.
143
+
144
  = 2.2.1 =
145
  * Updated the documentation link in how to use section.
146