Version Description
- Fix. instagram feed gallery widget
Download this release
Release Info
| Developer | quadlayers |
| Plugin | |
| Version | 2.9.8 |
| Comparing to | |
| See all releases | |
Code changes from version 2.9.7 to 2.9.8
- includes/widget.php +1 -1
- insta-gallery.php +2 -2
- readme.txt +3 -0
includes/widget.php
CHANGED
|
@@ -11,7 +11,7 @@ class QLIGG_Widget extends WP_Widget {
|
|
| 11 |
|
| 12 |
public function widget($args, $instance) {
|
| 13 |
$title = empty($instance['title']) ? '' : apply_filters('widget_title', $instance['title']);
|
| 14 |
-
$feed_id = empty($instance['feed_id']) ? $instance['feed_id'] : @$instance['instagal_id'];
|
| 15 |
|
| 16 |
echo $args['before_widget'];
|
| 17 |
|
| 11 |
|
| 12 |
public function widget($args, $instance) {
|
| 13 |
$title = empty($instance['title']) ? '' : apply_filters('widget_title', $instance['title']);
|
| 14 |
+
$feed_id = !empty($instance['feed_id']) ? $instance['feed_id'] : @$instance['instagal_id'];
|
| 15 |
|
| 16 |
echo $args['before_widget'];
|
| 17 |
|
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.8
|
| 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.8');
|
| 23 |
}
|
| 24 |
if (!defined('QLIGG_PLUGIN_FILE')) {
|
| 25 |
define('QLIGG_PLUGIN_FILE', __FILE__);
|
readme.txt
CHANGED
|
@@ -105,6 +105,9 @@ There may be some other plugins(like: fancybox, elementor) which also uses image
|
|
| 105 |
|
| 106 |
== Changelog ==
|
| 107 |
|
|
|
|
|
|
|
|
|
|
| 108 |
= 2.9.7 =
|
| 109 |
* Fix. instagram feed gallery widget
|
| 110 |
|
| 105 |
|
| 106 |
== Changelog ==
|
| 107 |
|
| 108 |
+
= 2.9.8 =
|
| 109 |
+
* Fix. instagram feed gallery widget
|
| 110 |
+
|
| 111 |
= 2.9.7 =
|
| 112 |
* Fix. instagram feed gallery widget
|
| 113 |
|
