Version Description
- Fix. Wordpress compatibility
Download this release
Release Info
Developer | quadlayers |
Plugin | Instagram Gallery |
Version | 3.4.8 |
Comparing to | |
See all releases |
Code changes from version 3.4.7 to 3.4.8
- insta-gallery.php +2 -2
- readme.txt +5 -2
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: 3.4.
|
8 |
* Author: QuadLayers
|
9 |
* Author URI: https://quadlayers.com
|
10 |
* License: GPLv3
|
@@ -21,7 +21,7 @@ if ( ! defined( 'QLIGG_PLUGIN_NAME' ) ) {
|
|
21 |
define( 'QLIGG_PLUGIN_NAME', 'Social Feed Gallery' );
|
22 |
}
|
23 |
if ( ! defined( 'QLIGG_PLUGIN_VERSION' ) ) {
|
24 |
-
define( 'QLIGG_PLUGIN_VERSION', '3.4.
|
25 |
}
|
26 |
if ( ! defined( 'QLIGG_PLUGIN_FILE' ) ) {
|
27 |
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: 3.4.8
|
8 |
* Author: QuadLayers
|
9 |
* Author URI: https://quadlayers.com
|
10 |
* License: GPLv3
|
21 |
define( 'QLIGG_PLUGIN_NAME', 'Social Feed Gallery' );
|
22 |
}
|
23 |
if ( ! defined( 'QLIGG_PLUGIN_VERSION' ) ) {
|
24 |
+
define( 'QLIGG_PLUGIN_VERSION', '3.4.8' );
|
25 |
}
|
26 |
if ( ! defined( 'QLIGG_PLUGIN_FILE' ) ) {
|
27 |
define( 'QLIGG_PLUGIN_FILE', __FILE__ );
|
readme.txt
CHANGED
@@ -4,8 +4,8 @@ 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 |
Requires PHP: 5.6
|
7 |
-
Tested up to: 6.
|
8 |
-
Stable tag: 3.4.
|
9 |
License: GPLv3
|
10 |
License URI: https://www.gnu.org/licenses/gpl-3.0.html
|
11 |
|
@@ -106,6 +106,9 @@ There may be some other plugins(like: fancybox, elementor) which also uses image
|
|
106 |
|
107 |
== Changelog ==
|
108 |
|
|
|
|
|
|
|
109 |
= 3.4.7 =
|
110 |
* Fix. Instagram Feed lazy load
|
111 |
|
4 |
Tags: Instagram, Instagram feed, Instagram gallery, Instagram photos, Instagram widget, Instagram pictures
|
5 |
Requires at least: 3.4
|
6 |
Requires PHP: 5.6
|
7 |
+
Tested up to: 6.1
|
8 |
+
Stable tag: 3.4.8
|
9 |
License: GPLv3
|
10 |
License URI: https://www.gnu.org/licenses/gpl-3.0.html
|
11 |
|
106 |
|
107 |
== Changelog ==
|
108 |
|
109 |
+
= 3.4.8 =
|
110 |
+
* Fix. Wordpress compatibility
|
111 |
+
|
112 |
= 3.4.7 =
|
113 |
* Fix. Instagram Feed lazy load
|
114 |
|