Version Description
- Addition of More WordPress Resources link.
Download this release
Release Info
Developer | Access Keys |
Plugin | ![]() |
Version | 2.1.8 |
Comparing to | |
See all releases |
Code changes from version 2.1.7 to 2.1.8
- accesspress-instagram-feed.php +2 -2
- inc/backend/main-page.php +1 -0
- readme.txt +6 -1
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 |
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.
|
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.8
|
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.8' );
|
18 |
}
|
19 |
|
20 |
if( !defined( 'APIF_IMAGE_DIR' ) ) {
|
inc/backend/main-page.php
CHANGED
@@ -44,6 +44,7 @@ $apif_settings = get_option( 'apif_settings' );
|
|
44 |
<li><a href="javascript:void(0)" id="how_to_use-settings" class="apsc-tabs-trigger"><?php _e('How to use', 'accesspress-instagram-feed'); ?></a></li>
|
45 |
|
46 |
<li><a href="javascript:void(0)" id="about-settings" class="apsc-tabs-trigger"><?php _e('About', 'accesspress-instagram-feed'); ?></a></li>
|
|
|
47 |
|
48 |
</ul>
|
49 |
|
44 |
<li><a href="javascript:void(0)" id="how_to_use-settings" class="apsc-tabs-trigger"><?php _e('How to use', 'accesspress-instagram-feed'); ?></a></li>
|
45 |
|
46 |
<li><a href="javascript:void(0)" id="about-settings" class="apsc-tabs-trigger"><?php _e('About', 'accesspress-instagram-feed'); ?></a></li>
|
47 |
+
<li><a href="http://wpall.club" target='_blank' id="about-resources" class="apsc-tabs-trigger"><?php _e('More WordPress Resources', 'accesspress-instagram-feed'); ?></a></li>
|
48 |
|
49 |
</ul>
|
50 |
|
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 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
@@ -89,6 +89,8 @@ For premium upgrade please go [here](https://accesspressthemes.com/wordpress-plu
|
|
89 |
|
90 |
For a easy installation guide checkout the Installation tab above.
|
91 |
|
|
|
|
|
92 |
== Installation ==
|
93 |
|
94 |
= For automatic installation: =
|
@@ -132,6 +134,9 @@ Once you install the plugin , you can check some general documentation about how
|
|
132 |
5. Backend Display Settings Section
|
133 |
|
134 |
== Changelog ==
|
|
|
|
|
|
|
135 |
= 2.1.7 =
|
136 |
* Done the bug fixings for the label attributes in instagram profile settings.
|
137 |
|
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 |
|
89 |
|
90 |
For a easy installation guide checkout the Installation tab above.
|
91 |
|
92 |
+
[More WordPress Resources](http://wpall.club/)
|
93 |
+
|
94 |
== Installation ==
|
95 |
|
96 |
= For automatic installation: =
|
134 |
5. Backend Display Settings Section
|
135 |
|
136 |
== Changelog ==
|
137 |
+
= 2.1.8 =
|
138 |
+
* Addition of More WordPress Resources link.
|
139 |
+
|
140 |
= 2.1.7 =
|
141 |
* Done the bug fixings for the label attributes in instagram profile settings.
|
142 |
|