AccessPress Instagram Feed - Version 2.2.9

Version Description

  • Done the plugin testing with wordpress version 4.9
  • Removal of the instruction manual for the user id field.
Download this release

Release Info

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

Code changes from version 2.2.8 to 2.2.9

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.8
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.8' );
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.9
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.9' );
18
  }
19
 
20
  if( !defined( 'APIF_IMAGE_DIR' ) ) {
inc/backend/boards/how-to-use.php CHANGED
@@ -3,7 +3,7 @@
3
 
4
  <div class="apsp-sub-title">Plugin configuration video</div>
5
  <iframe width="700" height="315" src="https://www.youtube.com/embed/qZqV0Y8AVTA" frameborder="0" allowfullscreen></iframe>
6
-
7
  <div class="apsp-sub-title">Instagram 4 Different Layout Shortcode</div>
8
  <div class="apsc-tab-wrapper">
9
  <div class="apsp-sub-title">Mosaic View Layout</div>
3
 
4
  <div class="apsp-sub-title">Plugin configuration video</div>
5
  <iframe width="700" height="315" src="https://www.youtube.com/embed/qZqV0Y8AVTA" frameborder="0" allowfullscreen></iframe>
6
+
7
  <div class="apsp-sub-title">Instagram 4 Different Layout Shortcode</div>
8
  <div class="apsc-tab-wrapper">
9
  <div class="apsp-sub-title">Mosaic View Layout</div>
inc/backend/boards/instagram-profiles.php CHANGED
@@ -16,7 +16,7 @@
16
  <label for='instagram_user_id'><?php _e('Instagram User ID(Optional)', '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 input field, 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">
16
  <label for='instagram_user_id'><?php _e('Instagram User ID(Optional)', '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 get your instagram user id from the below access token input field, 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
@@ -3,8 +3,8 @@ Contributors: Access Keys
3
  Tags: instagram, instagram feed, instagram tag, instagram slider, instagarm mosaic view, instagarm mosaic layout, instagram lightbox, social media instagram, social network, masonry layout, masonry lightbox, instagarm masonry view, grid rotator, grid rotatory
4
  Donate link: http://accesspressthemes.com/donation/
5
  Requires at least: 3.8
6
- Tested up to: 4.8
7
- Stable tag: 2.2.8
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
@@ -138,6 +138,10 @@ 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.8 =
142
  * Checked the plugin compactibiliyt with wordpress version 4.8
143
  * Done the small correction for the enqueueing fontawesome for frontend.
3
  Tags: instagram, instagram feed, instagram tag, instagram slider, instagarm mosaic view, instagarm mosaic layout, instagram lightbox, social media instagram, social network, masonry layout, masonry lightbox, instagarm masonry view, grid rotator, grid rotatory
4
  Donate link: http://accesspressthemes.com/donation/
5
  Requires at least: 3.8
6
+ Tested up to: 4.9
7
+ Stable tag: 2.2.9
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.9 =
142
+ * Done the plugin testing with wordpress version 4.9
143
+ * Removal of the instruction manual for the user id field.
144
+
145
  = 2.2.8 =
146
  * Checked the plugin compactibiliyt with wordpress version 4.8
147
  * Done the small correction for the enqueueing fontawesome for frontend.