Version Description
- Fix. premium compatibility
Download this release
Release Info
Developer | quadlayers |
Plugin | Instagram Gallery |
Version | 2.9.2 |
Comparing to | |
See all releases |
Code changes from version 2.9.1 to 2.9.2
- includes/view/backend/pages/accounts.php +14 -8
- insta-gallery.php +2 -2
- readme.txt +4 -1
includes/view/backend/pages/accounts.php
CHANGED
@@ -1,19 +1,25 @@
|
|
1 |
<div class="wrap about-wrap full-width-layout">
|
2 |
-
<p
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
<?php esc_html_e('Add Personal Account', 'insta-gallery'); ?>
|
9 |
</a>
|
10 |
-
<a
|
|
|
|
|
|
|
|
|
11 |
<?php esc_html_e('Add Business Account', 'insta-gallery'); ?>
|
12 |
</a>
|
13 |
<!-- <span style="float: none; margin-top: 0;" class="spinner"></span> -->
|
14 |
<a style="margin: 0 30px" target="_blank" href="https://quadlayers.com/documentation/instagram-feed-gallery/api/business/?utm_source=qligg_admin"><?php esc_html_e('Create business account', 'insta-gallery'); ?></a>
|
15 |
<!-- <a id="qligg-add-token" href="javascript:;"><?php esc_html_e('Button not working?', 'insta-gallery'); ?></a> -->
|
16 |
-
<span class="
|
|
|
|
|
17 |
</p>
|
18 |
|
19 |
<?php if (is_array($accounts) && count($accounts)) : ?>
|
1 |
<div class="wrap about-wrap full-width-layout">
|
2 |
+
<p>
|
3 |
+
<a class="<?php
|
4 |
+
if (is_array($accounts) && count($accounts)) {
|
5 |
+
echo 'qligg-premium-field';
|
6 |
+
}
|
7 |
+
?>" id="qligg-generate-token" target="_self" href="<?php echo esc_url($qligg_instagram->getAccessTokenLink()); ?>" title="<?php esc_html_e('Add Personal Account', 'insta-gallery'); ?>">
|
8 |
<?php esc_html_e('Add Personal Account', 'insta-gallery'); ?>
|
9 |
</a>
|
10 |
+
<a class="<?php
|
11 |
+
if (is_array($accounts) && count($accounts)) {
|
12 |
+
echo 'qligg-premium-field';
|
13 |
+
}
|
14 |
+
?>" id="qligg-generate-token" target="_self" href="<?php echo esc_url($qligg_facebook->getAccessTokenLink()); ?>" title="<?php esc_html_e('Add Business Account', 'insta-gallery'); ?>">
|
15 |
<?php esc_html_e('Add Business Account', 'insta-gallery'); ?>
|
16 |
</a>
|
17 |
<!-- <span style="float: none; margin-top: 0;" class="spinner"></span> -->
|
18 |
<a style="margin: 0 30px" target="_blank" href="https://quadlayers.com/documentation/instagram-feed-gallery/api/business/?utm_source=qligg_admin"><?php esc_html_e('Create business account', 'insta-gallery'); ?></a>
|
19 |
<!-- <a id="qligg-add-token" href="javascript:;"><?php esc_html_e('Button not working?', 'insta-gallery'); ?></a> -->
|
20 |
+
<span class="qligg-premium-field">
|
21 |
+
<span class="description hidden"><small><?php esc_html_e('Multiple feeds are only allowed in the premium version.', 'insta-gallery'); ?></small></span>
|
22 |
+
</span>
|
23 |
</p>
|
24 |
|
25 |
<?php if (is_array($accounts) && count($accounts)) : ?>
|
insta-gallery.php
CHANGED
@@ -4,7 +4,7 @@
|
|
4 |
* Plugin Name: Social Feed Gallery
|
5 |
* Plugin URI: https://quadlayers.com/portfolio/instagram-feed-gallery/
|
6 |
* Description: Display beautiful and responsive galleries on your website from your Instagram feed account.
|
7 |
-
* Version: 2.9.
|
8 |
* Author: QuadLayers
|
9 |
* Author URI: https://quadlayers.com
|
10 |
* License: GPLv3
|
@@ -19,7 +19,7 @@ if (!defined('QLIGG_PLUGIN_NAME')) {
|
|
19 |
define('QLIGG_PLUGIN_NAME', 'Social Feed Gallery');
|
20 |
}
|
21 |
if (!defined('QLIGG_PLUGIN_VERSION')) {
|
22 |
-
define('QLIGG_PLUGIN_VERSION', '2.9.
|
23 |
}
|
24 |
if (!defined('QLIGG_PLUGIN_FILE')) {
|
25 |
define('QLIGG_PLUGIN_FILE', __FILE__);
|
4 |
* Plugin Name: Social Feed Gallery
|
5 |
* Plugin URI: https://quadlayers.com/portfolio/instagram-feed-gallery/
|
6 |
* Description: Display beautiful and responsive galleries on your website from your Instagram feed account.
|
7 |
+
* Version: 2.9.2
|
8 |
* Author: QuadLayers
|
9 |
* Author URI: https://quadlayers.com
|
10 |
* License: GPLv3
|
19 |
define('QLIGG_PLUGIN_NAME', 'Social Feed Gallery');
|
20 |
}
|
21 |
if (!defined('QLIGG_PLUGIN_VERSION')) {
|
22 |
+
define('QLIGG_PLUGIN_VERSION', '2.9.2');
|
23 |
}
|
24 |
if (!defined('QLIGG_PLUGIN_FILE')) {
|
25 |
define('QLIGG_PLUGIN_FILE', __FILE__);
|
readme.txt
CHANGED
@@ -4,7 +4,7 @@ Donate link: https://quadlayers.com/portfolio/instagram-gallery/
|
|
4 |
Tags: Instagram, Instagram feed, Instagram gallery, Instagram photos, Instagram widget, Instagram pictures
|
5 |
Requires at least: 3.4
|
6 |
Tested up to: 5.4.2
|
7 |
-
Stable tag: 2.9.
|
8 |
License: GPLv3
|
9 |
License URI: https://www.gnu.org/licenses/gpl-3.0.html
|
10 |
|
@@ -105,6 +105,9 @@ There may be some other plugins(like: fancybox, elementor) which also uses image
|
|
105 |
|
106 |
== Changelog ==
|
107 |
|
|
|
|
|
|
|
108 |
= 2.9.1 =
|
109 |
* Fix. profile avatar
|
110 |
|
4 |
Tags: Instagram, Instagram feed, Instagram gallery, Instagram photos, Instagram widget, Instagram pictures
|
5 |
Requires at least: 3.4
|
6 |
Tested up to: 5.4.2
|
7 |
+
Stable tag: 2.9.2
|
8 |
License: GPLv3
|
9 |
License URI: https://www.gnu.org/licenses/gpl-3.0.html
|
10 |
|
105 |
|
106 |
== Changelog ==
|
107 |
|
108 |
+
= 2.9.2 =
|
109 |
+
* Fix. premium compatibility
|
110 |
+
|
111 |
= 2.9.1 =
|
112 |
* Fix. profile avatar
|
113 |
|