AccessPress Instagram Feed - Version 2.1.9

Version Description

  • Addition of the intro video about the plugin.
Download this release

Release Info

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

Code changes from version 2.1.8 to 2.1.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.1.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.1.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.1.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.1.9' );
18
  }
19
 
20
  if( !defined( 'APIF_IMAGE_DIR' ) ) {
inc/backend/boards/how-to-use.php CHANGED
@@ -1,5 +1,9 @@
1
  <?php defined( 'ABSPATH' ) or die( "No script kiddies please!" ); ?>
2
  <div class="apsc-boards-tabs" id="apsc-board-how_to_use-settings" style="display:none">
 
 
 
 
3
  <div class="apsp-sub-title">Instagram 4 Different Layout Shortcode</div>
4
  <div class="apsc-tab-wrapper">
5
  <div class="apsp-sub-title">Mosaic View Layout</div>
1
  <?php defined( 'ABSPATH' ) or die( "No script kiddies please!" ); ?>
2
  <div class="apsc-boards-tabs" id="apsc-board-how_to_use-settings" style="display:none">
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>
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.1.8
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
@@ -33,6 +33,8 @@ All you have to do is either use a widget or shortcode to display your instagram
33
  * <strong>Free updates</strong>
34
  - Get free updates for lifetime.
35
 
 
 
36
  = Upgrade to pro: =
37
 
38
  ★ Supports user feeds, recent media, user likes, popular feeds,
@@ -134,6 +136,9 @@ Once you install the plugin , you can check some general documentation about how
134
  5. Backend Display Settings Section
135
 
136
  == Changelog ==
 
 
 
137
  = 2.1.8 =
138
  * Addition of More WordPress Resources link.
139
 
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
 
33
  * <strong>Free updates</strong>
34
  - Get free updates for lifetime.
35
 
36
+ [youtube https://www.youtube.com/watch?v=qZqV0Y8AVTA&feature=youtu.be]
37
+
38
  = Upgrade to pro: =
39
 
40
  ★ Supports user feeds, recent media, user likes, popular feeds,
136
  5. Backend Display Settings Section
137
 
138
  == Changelog ==
139
+ = 2.1.9 =
140
+ * Addition of the intro video about the plugin.
141
+
142
  = 2.1.8 =
143
  * Addition of More WordPress Resources link.
144