Version Description
- Fix. small CSS fixes
Download this release
Release Info
Developer | quadlayers |
Plugin | Instagram Gallery |
Version | 2.6.4 |
Comparing to | |
See all releases |
Code changes from version 2.6.3 to 2.6.4
- includes/ajax.php +2 -2
- includes/frontend.php +1 -1
- includes/widget.php +1 -1
- insta-gallery.php +2 -2
- readme.txt +4 -1
includes/ajax.php
CHANGED
@@ -206,7 +206,7 @@ if (!class_exists('QLIGG_AJAX')) {
|
|
206 |
|
207 |
if (isset($_REQUEST['item_id'])) {
|
208 |
|
209 |
-
$instagram_feeds = get_option('insta_gallery_items');
|
210 |
|
211 |
$item_id = absint($_REQUEST['item_id']);
|
212 |
|
@@ -235,7 +235,7 @@ if (!class_exists('QLIGG_AJAX')) {
|
|
235 |
|
236 |
if (isset($_REQUEST['item_id'])) {
|
237 |
|
238 |
-
$instagram_feeds = get_option('insta_gallery_items');
|
239 |
|
240 |
$item_id = absint($_REQUEST['item_id']);
|
241 |
|
206 |
|
207 |
if (isset($_REQUEST['item_id'])) {
|
208 |
|
209 |
+
$instagram_feeds = get_option('insta_gallery_items', array());
|
210 |
|
211 |
$item_id = absint($_REQUEST['item_id']);
|
212 |
|
235 |
|
236 |
if (isset($_REQUEST['item_id'])) {
|
237 |
|
238 |
+
$instagram_feeds = get_option('insta_gallery_items', array());
|
239 |
|
240 |
$item_id = absint($_REQUEST['item_id']);
|
241 |
|
includes/frontend.php
CHANGED
@@ -119,7 +119,7 @@ if (!class_exists('QLIGG_Frontend')) {
|
|
119 |
|
120 |
if ($id = absint($atts['id'])) {
|
121 |
|
122 |
-
if (count($instagram_feeds = get_option('insta_gallery_items'))) {
|
123 |
|
124 |
if (isset($instagram_feeds[$id])) {
|
125 |
|
119 |
|
120 |
if ($id = absint($atts['id'])) {
|
121 |
|
122 |
+
if (count($instagram_feeds = get_option('insta_gallery_items', array()))) {
|
123 |
|
124 |
if (isset($instagram_feeds[$id])) {
|
125 |
|
includes/widget.php
CHANGED
@@ -36,7 +36,7 @@ class QLIGG_Widget extends WP_Widget {
|
|
36 |
|
37 |
$title = $instance['title'];
|
38 |
$instagal_id = $instance['instagal_id'];
|
39 |
-
$instagram_feeds = get_option('insta_gallery_items');
|
40 |
?>
|
41 |
<p>
|
42 |
<label for="<?php echo esc_attr($this->get_field_id('title')); ?>"><?php esc_html_e('Title', 'insta-gallery'); ?>: <input class="widefat" id="<?php echo esc_attr($this->get_field_id('title')); ?>" name="<?php echo esc_attr($this->get_field_name('title')); ?>" type="text" value="<?php echo esc_attr($title); ?>" /></label>
|
36 |
|
37 |
$title = $instance['title'];
|
38 |
$instagal_id = $instance['instagal_id'];
|
39 |
+
$instagram_feeds = get_option('insta_gallery_items', array());
|
40 |
?>
|
41 |
<p>
|
42 |
<label for="<?php echo esc_attr($this->get_field_id('title')); ?>"><?php esc_html_e('Title', 'insta-gallery'); ?>: <input class="widefat" id="<?php echo esc_attr($this->get_field_id('title')); ?>" name="<?php echo esc_attr($this->get_field_name('title')); ?>" type="text" value="<?php echo esc_attr($title); ?>" /></label>
|
insta-gallery.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
* Plugin Name: Instagram Feed Gallery
|
4 |
* Plugin URI: https://quadlayers.com/portfolio/instagram-gallery/
|
5 |
* Description: Display beautifull and responsive galleries on your website from your Instagram feed account.
|
6 |
-
* Version: 2.6.
|
7 |
* Author: QuadLayers
|
8 |
* Author URI: https://quadlayers.com
|
9 |
* License: GPL-2.0+
|
@@ -18,7 +18,7 @@ if (!defined('QLIGG_PLUGIN_NAME')) {
|
|
18 |
define('QLIGG_PLUGIN_NAME', 'Instagram Feed Gallery');
|
19 |
}
|
20 |
if (!defined('QLIGG_PLUGIN_VERSION')) {
|
21 |
-
define('QLIGG_PLUGIN_VERSION', '2.6.
|
22 |
}
|
23 |
if (!defined('QLIGG_PLUGIN_FILE')) {
|
24 |
define('QLIGG_PLUGIN_FILE', __FILE__);
|
3 |
* Plugin Name: Instagram Feed Gallery
|
4 |
* Plugin URI: https://quadlayers.com/portfolio/instagram-gallery/
|
5 |
* Description: Display beautifull and responsive galleries on your website from your Instagram feed account.
|
6 |
+
* Version: 2.6.4
|
7 |
* Author: QuadLayers
|
8 |
* Author URI: https://quadlayers.com
|
9 |
* License: GPL-2.0+
|
18 |
define('QLIGG_PLUGIN_NAME', 'Instagram Feed Gallery');
|
19 |
}
|
20 |
if (!defined('QLIGG_PLUGIN_VERSION')) {
|
21 |
+
define('QLIGG_PLUGIN_VERSION', '2.6.4');
|
22 |
}
|
23 |
if (!defined('QLIGG_PLUGIN_FILE')) {
|
24 |
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 widget, instagram gallery, instagram pictures, gallery widget, pictures, carousel slider, image gallery, image slider
|
5 |
Requires at least: 4.6
|
6 |
Tested up to: 5.3.0
|
7 |
-
Stable tag: 2.6.
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
@@ -91,6 +91,9 @@ There may be some other plugins(like: fancybox, elementor) which also uses image
|
|
91 |
|
92 |
== Changelog ==
|
93 |
|
|
|
|
|
|
|
94 |
= 2.6.3 =
|
95 |
* Fix. small CSS fixes
|
96 |
|
4 |
Tags: instagram, instagram feed, instagram widget, instagram gallery, instagram pictures, gallery widget, pictures, carousel slider, image gallery, image slider
|
5 |
Requires at least: 4.6
|
6 |
Tested up to: 5.3.0
|
7 |
+
Stable tag: 2.6.4
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
91 |
|
92 |
== Changelog ==
|
93 |
|
94 |
+
= 2.6.4 =
|
95 |
+
* Fix. small CSS fixes
|
96 |
+
|
97 |
= 2.6.3 =
|
98 |
* Fix. small CSS fixes
|
99 |
|