Version Description
- Updated the documentation link in how to use section.
Download this release
Release Info
Developer | Access Keys |
Plugin | AccessPress Instagram Feed |
Version | 2.2.1 |
Comparing to | |
See all releases |
Code changes from version 2.2.0 to 2.2.1
- accesspress-instagram-feed.php +2 -2
- inc/backend/boards/how-to-use.php +1 -4
- readme.txt +4 -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.2.
|
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.
|
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.1
|
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.1' );
|
18 |
}
|
19 |
|
20 |
if( !defined( 'APIF_IMAGE_DIR' ) ) {
|
inc/backend/boards/how-to-use.php
CHANGED
@@ -31,9 +31,6 @@
|
|
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-
|
35 |
</div>
|
36 |
-
|
37 |
-
|
38 |
-
|
39 |
</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-instagram-feeds/' target="_blank">https://accesspressthemes.com/documentation/documentationplugin-instruction-accesspress-instagram-feeds/</a></p>
|
35 |
</div>
|
|
|
|
|
|
|
36 |
</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.2.
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
@@ -138,6 +138,9 @@ 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.0 =
|
142 |
* Addition of the documentation link to how to use section.
|
143 |
|
4 |
Donate link: http://accesspressthemes.com/donation/
|
5 |
Requires at least: 3.8
|
6 |
Tested up to: 4.6
|
7 |
+
Stable tag: 2.2.1
|
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.1 =
|
142 |
+
* Updated the documentation link in how to use section.
|
143 |
+
|
144 |
= 2.2.0 =
|
145 |
* Addition of the documentation link to how to use section.
|
146 |
|