AccessPress Instagram Feed - Version 2.2.0

Version Description

  • Addition of the documentation link to how to use section.
Download this release

Release Info

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

Code changes from version 2.1.9 to 2.2.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.1.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.1.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.2.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.2.0' );
18
  }
19
 
20
  if( !defined( 'APIF_IMAGE_DIR' ) ) {
inc/backend/boards/how-to-use.php CHANGED
@@ -28,4 +28,12 @@
28
  <p>Use the shortcode <code>[ap_instagram_grid_rotator]</code> to display the instagram feed within your content.</p>
29
  <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>
30
  </div>
 
 
 
 
 
 
 
 
31
  </div>
28
  <p>Use the shortcode <code>[ap_instagram_grid_rotator]</code> to display the instagram feed within your content.</p>
29
  <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>
30
  </div>
31
+
32
+ <div class="apsc-tab-wrapper">
33
+ <div class="apsp-sub-title">Online Documentation</div>
34
+ <p>For the complete documentation please visit:<br /> <a href='https://accesspressthemes.com/documentation/documentationplugin-instruction-accesspress-social-login-lite/' target="_blank">https://accesspressthemes.com/documentation/documentationplugin-instruction-accesspress-social-login-lite/</a></p>
35
+ </div>
36
+
37
+
38
+
39
  </div>
readme.txt CHANGED
@@ -4,13 +4,15 @@ 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.1.9
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
11
  A plugin to display your instagram images different three layout masonry, masonry lightbox & slider.
12
 
13
  == Description ==
 
 
14
  <strong>AccessPress Instagram Feed</strong> is a <strong>Free WordPress plugin</strong> to display your instagram post image in mosaic view. A perfect plugin to show your instagram feed and encourage more to join your network.
15
 
16
  You can enter details of your instagram social media and select one of the designs from beautifully 3 design layouts.
@@ -136,6 +138,9 @@ Once you install the plugin , you can check some general documentation about how
136
  5. Backend Display Settings Section
137
 
138
  == Changelog ==
 
 
 
139
  = 2.1.9 =
140
  * Addition of the intro video about the plugin.
141
 
4
  Donate link: http://accesspressthemes.com/donation/
5
  Requires at least: 3.8
6
  Tested up to: 4.6
7
+ Stable tag: 2.2.0
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
11
  A plugin to display your instagram images different three layout masonry, masonry lightbox & slider.
12
 
13
  == Description ==
14
+ [Homepage](https://accesspressthemes.com/) | [Documentation](https://accesspressthemes.com/documentation/documentationplugin-instruction-accesspress-instagram-feeds/) | [Support](https://accesspressthemes.com/support) | [Demo](http://demo.accesspressthemes.com/wordpress-plugins/accesspress-instagram-feeds/) | [Premium Version](https://accesspressthemes.com/wordpress-plugins/accesspress-instagram-feed-pro/)
15
+
16
  <strong>AccessPress Instagram Feed</strong> is a <strong>Free WordPress plugin</strong> to display your instagram post image in mosaic view. A perfect plugin to show your instagram feed and encourage more to join your network.
17
 
18
  You can enter details of your instagram social media and select one of the designs from beautifully 3 design layouts.
138
  5. Backend Display Settings Section
139
 
140
  == Changelog ==
141
+ = 2.2.0 =
142
+ * Addition of the documentation link to how to use section.
143
+
144
  = 2.1.9 =
145
  * Addition of the intro video about the plugin.
146