Version Description
- Few Refinement work on backend done.
Download this release
Release Info
Developer | Access Keys |
Plugin | AccessPress Instagram Feed |
Version | 3.1.5 |
Comparing to | |
See all releases |
Code changes from version 3.1.4 to 3.1.5
- accesspress-instagram-feed.php +2 -2
- inc/backend/boards/about.php +1 -1
- inc/backend/save-settings.php +1 -1
- readme.txt +6 -3
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: 3.1.
|
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', '3.1.
|
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: 3.1.5
|
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', '3.1.5' );
|
17 |
}
|
18 |
|
19 |
if( !defined( 'APIF_IMAGE_DIR' ) ) {
|
inc/backend/boards/about.php
CHANGED
@@ -40,7 +40,7 @@
|
|
40 |
<p><strong>AND IF THIS PLUGIN HAS IMPRESSED YOU, THEN YOU WOULD ENJOY OUR OTHER PROJECTS TOO. DO CHECK THESE OUT :</strong></p>
|
41 |
<ul>
|
42 |
<li>
|
43 |
-
<a href="https://
|
44 |
|
45 |
<li><a href="https://themeforest.net/user/accesskeys/portfolio">Premium WordPress Themes</a> - 6 premium WordPress themes well suited for all sort of websites. Professional, well coded and highly configurable themes for you. </li>
|
46 |
|
40 |
<p><strong>AND IF THIS PLUGIN HAS IMPRESSED YOU, THEN YOU WOULD ENJOY OUR OTHER PROJECTS TOO. DO CHECK THESE OUT :</strong></p>
|
41 |
<ul>
|
42 |
<li>
|
43 |
+
<a href="https://wpallclub.com/">WPAll Club</a> - A complete WordPress resources club. WordPress tutorials, blogs, curated free and premium themes and plugins, WordPress deals, offers, hosting info and more.</li>
|
44 |
|
45 |
<li><a href="https://themeforest.net/user/accesskeys/portfolio">Premium WordPress Themes</a> - 6 premium WordPress themes well suited for all sort of websites. Professional, well coded and highly configurable themes for you. </li>
|
46 |
|
inc/backend/save-settings.php
CHANGED
@@ -6,7 +6,7 @@ foreach( $_POST['instagram'] as $key=>$val ){
|
|
6 |
$apif_settings = array();
|
7 |
$apif_settings['username'] = $username;
|
8 |
$apif_settings['access_token'] = $access_token;
|
9 |
-
$apif_settings['enable_cache'] = $enable_cache;
|
10 |
$apif_settings['cache_period'] = $cache_period;
|
11 |
$apif_settings['instagram_mosaic'] = isset($instagram_mosaic) ? $instagram_mosaic:'mosaic';
|
12 |
$apif_settings['followmetext'] = isset($followmetext) ? $followmetext:'';
|
6 |
$apif_settings = array();
|
7 |
$apif_settings['username'] = $username;
|
8 |
$apif_settings['access_token'] = $access_token;
|
9 |
+
$apif_settings['enable_cache'] = isset($enable_cache) ? $enable_cache:'';
|
10 |
$apif_settings['cache_period'] = $cache_period;
|
11 |
$apif_settings['instagram_mosaic'] = isset($instagram_mosaic) ? $instagram_mosaic:'mosaic';
|
12 |
$apif_settings['followmetext'] = isset($followmetext) ? $followmetext:'';
|
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: 5.3
|
7 |
-
Stable tag: 3.1.
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
@@ -90,7 +90,7 @@ For premium upgrade please go [here](https://1.envato.market/c/1302794/275988/44
|
|
90 |
|
91 |
For a easy installation guide checkout the Installation tab above.
|
92 |
|
93 |
-
[More WordPress Resources](http://
|
94 |
|
95 |
== Themes Compatible with the Plugin: ==
|
96 |
|
@@ -98,7 +98,7 @@ For a easy installation guide checkout the Installation tab above.
|
|
98 |
|
99 |
AND IF THIS PLUGIN HAS IMPRESSED YOU, THEN YOU WOULD ENJOY OUR OTHER PROJECTS TOO. DO CHECK THESE OUT :
|
100 |
|
101 |
-
[WPAll Club](https://
|
102 |
|
103 |
[Premium WordPress Themes](https://themeforest.net/user/accesskeys/portfolio) - 6 premium WordPress themes well suited for all sort of websites. Professional, well coded and highly configurable themes for you.
|
104 |
|
@@ -150,6 +150,9 @@ Once you install the plugin , you can check some general documentation about how
|
|
150 |
4. Backend Display Settings Section
|
151 |
|
152 |
== Changelog ==
|
|
|
|
|
|
|
153 |
= 3.1.4 =
|
154 |
* Owl Carousel class conflict issue resolved
|
155 |
|
4 |
Donate link: http://accesspressthemes.com/donation/
|
5 |
Requires at least: 3.8
|
6 |
Tested up to: 5.3
|
7 |
+
Stable tag: 3.1.5
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
90 |
|
91 |
For a easy installation guide checkout the Installation tab above.
|
92 |
|
93 |
+
[More WordPress Resources](http://wpallclub.com/)
|
94 |
|
95 |
== Themes Compatible with the Plugin: ==
|
96 |
|
98 |
|
99 |
AND IF THIS PLUGIN HAS IMPRESSED YOU, THEN YOU WOULD ENJOY OUR OTHER PROJECTS TOO. DO CHECK THESE OUT :
|
100 |
|
101 |
+
[WPAll Club](https://wpallclub.com/) - A complete WordPress resources club. WordPress tutorials, blogs, curated free and premium themes and plugins, WordPress deals, offers, hosting info and more.
|
102 |
|
103 |
[Premium WordPress Themes](https://themeforest.net/user/accesskeys/portfolio) - 6 premium WordPress themes well suited for all sort of websites. Professional, well coded and highly configurable themes for you.
|
104 |
|
150 |
4. Backend Display Settings Section
|
151 |
|
152 |
== Changelog ==
|
153 |
+
= 3.1.5 =
|
154 |
+
* Few Refinement work on backend done.
|
155 |
+
|
156 |
= 3.1.4 =
|
157 |
* Owl Carousel class conflict issue resolved
|
158 |
|