AccessPress Instagram Feed - Version 2.1.0

Version Description

  • Done the bug fixings and optimization of code.
  • Done the plugin compactibility test for wordpress version 4.5
Download this release

Release Info

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

Code changes from version 2.0.9 to 2.1.0

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.0.9
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.0.9' );
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.1.0
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.1.0' );
18
  }
19
 
20
  if( !defined( 'APIF_IMAGE_DIR' ) ) {
inc/backend/boards/about.php CHANGED
@@ -31,7 +31,7 @@ All you have to do is either use a widget or shortcode to display your instagram
31
  <div class="seperator"></div><div class="dottedline"></div><div class="seperator"></div>
32
 
33
  <h3>Get in touch</h3>
34
- <p>If youve any question/feedback, please get in touch: <br />
35
  <strong>General enquiries:</strong> <a href="mailto:info@accesspressthemes.com">info@accesspressthemes.com</a><br />
36
  <strong>Support:</strong> <a href="mailto:support@accesspressthemes.com">support@accesspressthemes.com</a><br />
37
  <strong>Sales:</strong> <a href="mailto:sales@accesspressthemes.com">sales@accesspressthemes.com</a>
31
  <div class="seperator"></div><div class="dottedline"></div><div class="seperator"></div>
32
 
33
  <h3>Get in touch</h3>
34
+ <p>If you've any question/feedback, please get in touch: <br />
35
  <strong>General enquiries:</strong> <a href="mailto:info@accesspressthemes.com">info@accesspressthemes.com</a><br />
36
  <strong>Support:</strong> <a href="mailto:support@accesspressthemes.com">support@accesspressthemes.com</a><br />
37
  <strong>Sales:</strong> <a href="mailto:sales@accesspressthemes.com">sales@accesspressthemes.com</a>
inc/backend/boards/display-settings.php CHANGED
@@ -1,6 +1,5 @@
1
  <div class="apsc-boards-tabs" id="apsc-board-display-settings" style="display: none">
2
  <div class="apsc-tab-wrapper">
3
-
4
  <div class="apsc-option-inner-wrapper">
5
  <div class="apsc-option-field">
6
  <div class="apsc-option-inner-wrapper">
1
  <div class="apsc-boards-tabs" id="apsc-board-display-settings" style="display: none">
2
  <div class="apsc-tab-wrapper">
 
3
  <div class="apsc-option-inner-wrapper">
4
  <div class="apsc-option-field">
5
  <div class="apsc-option-inner-wrapper">
inc/backend/boards/how-to-use.php CHANGED
@@ -3,24 +3,24 @@
3
  <div class="apsc-tab-wrapper">
4
  <div class="apsp-sub-title">Mosaic View Layout</div>
5
  <p>Use the shortcode <code>[ap_instagram_feed]</code> to display the instagram feed within your content.</p>
6
- <p>Use the function <code><?php echo "&lt;?php do_shortcode('[ap_instagram_feed]'); ?&gt;"; ?></code> to display within template or theme files.</p>
7
  </div>
8
 
9
  <div class="apsc-tab-wrapper">
10
  <div class="apsp-sub-title">Mosaic View LightBox Layout</div>
11
  <p>Use the shortcode <code>[ap_instagram_mosaic_lightview]</code> to display the instagram feed within your content.</p>
12
- <p>Use the function <code><?php echo "&lt;?php do_shortcode('[ap_instagram_mosaic_lightview]'); ?&gt;"; ?></code> to display within template or theme files.</p>
13
  </div>
14
 
15
  <div class="apsc-tab-wrapper">
16
  <div class="apsp-sub-title">Slider Layout</div>
17
  <p>Use the shortcode <code>[ap_instagram_slider]</code> to display the instagram feed within your content.</p>
18
- <p>Use the function <code><?php echo "&lt;?php do_shortcode('[ap_instagram_slider]'); ?&gt;"; ?></code> to display within template or theme files.</p>
19
  </div>
20
 
21
  <div class="apsc-tab-wrapper">
22
  <div class="apsp-sub-title">Grid rotator Layout</div>
23
  <p>Use the shortcode <code>[ap_instagram_grid_rotator]</code> to display the instagram feed within your content.</p>
24
- <p>Use the function <code><?php echo "&lt;?php do_shortcode('[ap_instagram_grid_rotator]'); ?&gt;"; ?></code> to display within template or theme files.</p>
25
  </div>
26
  </div>
3
  <div class="apsc-tab-wrapper">
4
  <div class="apsp-sub-title">Mosaic View Layout</div>
5
  <p>Use the shortcode <code>[ap_instagram_feed]</code> to display the instagram feed within your content.</p>
6
+ <p>Use the function <code><?php echo "&lt;?php do_shortcode('[ap_instagram_feed]'); ?&gt;"; ?></code> to display within template or theme files.</p>
7
  </div>
8
 
9
  <div class="apsc-tab-wrapper">
10
  <div class="apsp-sub-title">Mosaic View LightBox Layout</div>
11
  <p>Use the shortcode <code>[ap_instagram_mosaic_lightview]</code> to display the instagram feed within your content.</p>
12
+ <p>Use the function <code><?php echo "&lt;?php do_shortcode('[ap_instagram_mosaic_lightview]'); ?&gt;"; ?></code> to display within template or theme files.</p>
13
  </div>
14
 
15
  <div class="apsc-tab-wrapper">
16
  <div class="apsp-sub-title">Slider Layout</div>
17
  <p>Use the shortcode <code>[ap_instagram_slider]</code> to display the instagram feed within your content.</p>
18
+ <p>Use the function <code><?php echo "&lt;?php do_shortcode('[ap_instagram_slider]'); ?&gt;"; ?></code> to display within template or theme files.</p>
19
  </div>
20
 
21
  <div class="apsc-tab-wrapper">
22
  <div class="apsp-sub-title">Grid rotator Layout</div>
23
  <p>Use the shortcode <code>[ap_instagram_grid_rotator]</code> to display the instagram feed within your content.</p>
24
+ <p>Use the function <code><?php echo "&lt;?php do_shortcode('[ap_instagram_grid_rotator]'); ?&gt;"; ?></code> to display within template or theme files.</p>
25
  </div>
26
  </div>
inc/backend/boards/instagram-profiles.php CHANGED
@@ -28,5 +28,5 @@
28
  </div>
29
  </div>
30
  <!--Instagram-->
31
- </div>
32
  </div>
28
  </div>
29
  </div>
30
  <!--Instagram-->
31
+ </div>
32
  </div>
inc/backend/widgetside.php CHANGED
@@ -38,7 +38,7 @@ class APIF_SideWidget extends WP_Widget {
38
  $instance_follow = (isset($instance['instance_follow']) && $instance['instance_follow']==1)?'true':'false';
39
 
40
 
41
- global $apif_settings, $insta;
42
  $apif_settings = get_option( 'apif_settings' );
43
  $username = !empty($apif_settings['username']) ? $apif_settings['username'] : '';
44
  $user_id = !empty($apif_settings['user_id']) ? $apif_settings['user_id'] : '';
38
  $instance_follow = (isset($instance['instance_follow']) && $instance['instance_follow']==1)?'true':'false';
39
 
40
 
41
+ global $apif_settings, $insta;
42
  $apif_settings = get_option( 'apif_settings' );
43
  $username = !empty($apif_settings['username']) ? $apif_settings['username'] : '';
44
  $user_id = !empty($apif_settings['user_id']) ? $apif_settings['user_id'] : '';
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.4
7
- Stable tag: 2.0.9
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
@@ -130,6 +130,10 @@ Once you install the plugin , you can check some general documentation about how
130
  5. Backend Display Settings Section
131
 
132
  == Changelog ==
 
 
 
 
133
  = 2.0.9 =
134
  * Done the code formatting, optimization and removal of unncessary codes form files.
135
 
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.5
7
+ Stable tag: 2.1.0
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
130
  5. Backend Display Settings Section
131
 
132
  == Changelog ==
133
+ = 2.1.0 =
134
+ * Done the bug fixings and optimization of code.
135
+ * Done the plugin compactibility test for wordpress version 4.5
136
+
137
  = 2.0.9 =
138
  * Done the code formatting, optimization and removal of unncessary codes form files.
139