Version Description
- Compatibility check with Latest WordPress Version.
Download this release
Release Info
Developer | Access Keys |
Plugin | AccessPress Instagram Feed |
Version | 4.0.4 |
Comparing to | |
See all releases |
Code changes from version 4.0.3 to 4.0.4
- accesspress-instagram-feed.php +2 -2
- readme.txt +6 -2
accesspress-instagram-feed.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
Plugin name: AccessPress iFeeds
|
4 |
Plugin URI: https://accesspressthemes.com/wordpress-plugins/accesspress-instagram-feed/
|
5 |
Description: Display feeds of your instagram using shortcode and widgets.
|
6 |
-
Version: 4.0.
|
7 |
Author: AccessPress Themes
|
8 |
Author URI: http://accesspressthemes.com
|
9 |
Text Domain: accesspress-instagram-feed
|
@@ -13,7 +13,7 @@ License: GPLv2 or later
|
|
13 |
|
14 |
//Decleration of the necessary constants for plugin
|
15 |
if( !defined( 'APIF_VERSION' ) ) {
|
16 |
-
define( 'APIF_VERSION', '4.0.
|
17 |
}
|
18 |
|
19 |
if( !defined( 'APIF_IMAGE_DIR' ) ) {
|
3 |
Plugin name: AccessPress iFeeds
|
4 |
Plugin URI: https://accesspressthemes.com/wordpress-plugins/accesspress-instagram-feed/
|
5 |
Description: Display feeds of your instagram using shortcode and widgets.
|
6 |
+
Version: 4.0.4
|
7 |
Author: AccessPress Themes
|
8 |
Author URI: http://accesspressthemes.com
|
9 |
Text Domain: accesspress-instagram-feed
|
13 |
|
14 |
//Decleration of the necessary constants for plugin
|
15 |
if( !defined( 'APIF_VERSION' ) ) {
|
16 |
+
define( 'APIF_VERSION', '4.0.4' );
|
17 |
}
|
18 |
|
19 |
if( !defined( 'APIF_IMAGE_DIR' ) ) {
|
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: 5.
|
7 |
-
Stable tag: 4.0.
|
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 |
4. Backend Display Settings Section
|
131 |
|
132 |
== Changelog ==
|
|
|
|
|
|
|
|
|
133 |
= 4.0.3 =
|
134 |
* No more required to create an app in developer platform
|
135 |
* Added login button to easily get user profile detail
|
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: 5.8
|
7 |
+
Stable tag: 4.0.4
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
130 |
4. Backend Display Settings Section
|
131 |
|
132 |
== Changelog ==
|
133 |
+
|
134 |
+
= 4.0.4 =
|
135 |
+
* Compatibility check with Latest WordPress Version.
|
136 |
+
|
137 |
= 4.0.3 =
|
138 |
* No more required to create an app in developer platform
|
139 |
* Added login button to easily get user profile detail
|