Version Description
- Fix. Wordpress compatibility
Download this release
Release Info
Developer | quadlayers |
Plugin | Instagram Gallery |
Version | 3.3.7 |
Comparing to | |
See all releases |
Code changes from version 3.3.6 to 3.3.7
- insta-gallery.php +37 -36
- readme.txt +4 -1
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.3.
|
8 |
* Author: QuadLayers
|
9 |
* Author URI: https://quadlayers.com
|
10 |
* License: GPLv3
|
@@ -12,59 +12,60 @@
|
|
12 |
* Text Domain: insta-gallery
|
13 |
* Domain Path: /languages
|
14 |
*/
|
15 |
-
if (!defined('ABSPATH'))
|
16 |
-
|
|
|
17 |
|
18 |
-
if (!defined('QLIGG_PLUGIN_NAME')) {
|
19 |
-
|
20 |
}
|
21 |
-
if (!defined('QLIGG_PLUGIN_VERSION')) {
|
22 |
-
|
23 |
}
|
24 |
-
if (!defined('QLIGG_PLUGIN_FILE')) {
|
25 |
-
|
26 |
}
|
27 |
-
if (!defined('QLIGG_PLUGIN_DIR')) {
|
28 |
-
|
29 |
}
|
30 |
-
if (!defined('QLIGG_DOMAIN')) {
|
31 |
-
|
32 |
}
|
33 |
-
if (!defined('QLIGG_PREFIX')) {
|
34 |
-
|
35 |
}
|
36 |
-
if (!defined('QLIGG_WORDPRESS_URL')) {
|
37 |
-
|
38 |
}
|
39 |
-
if (!defined('QLIGG_REVIEW_URL')) {
|
40 |
-
|
41 |
}
|
42 |
-
if (!defined('QLIGG_DEMO_URL')) {
|
43 |
-
|
44 |
}
|
45 |
-
if (!defined('QLIGG_PURCHASE_URL')) {
|
46 |
-
|
47 |
}
|
48 |
-
if (!defined('QLIGG_SUPPORT_URL')) {
|
49 |
-
|
50 |
}
|
51 |
-
if (!defined('QLIGG_DOCUMENTATION_URL')) {
|
52 |
-
|
53 |
}
|
54 |
-
if (!defined('QLIGG_GROUP_URL')) {
|
55 |
-
|
56 |
}
|
57 |
-
if (!defined('QLIGG_DEVELOPER')) {
|
58 |
-
|
59 |
}
|
60 |
|
61 |
-
if (!class_exists('QLIGG')) {
|
62 |
-
|
63 |
}
|
64 |
|
65 |
-
if (!class_exists('QL_Widget')) {
|
66 |
-
|
67 |
}
|
68 |
|
69 |
|
70 |
-
register_activation_hook(QLIGG_PLUGIN_FILE, array('QLIGG', 'do_activation'));
|
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.3.7
|
8 |
* Author: QuadLayers
|
9 |
* Author URI: https://quadlayers.com
|
10 |
* License: GPLv3
|
12 |
* Text Domain: insta-gallery
|
13 |
* Domain Path: /languages
|
14 |
*/
|
15 |
+
if ( ! defined( 'ABSPATH' ) ) {
|
16 |
+
exit;
|
17 |
+
}
|
18 |
|
19 |
+
if ( ! defined( 'QLIGG_PLUGIN_NAME' ) ) {
|
20 |
+
define( 'QLIGG_PLUGIN_NAME', 'Social Feed Gallery' );
|
21 |
}
|
22 |
+
if ( ! defined( 'QLIGG_PLUGIN_VERSION' ) ) {
|
23 |
+
define( 'QLIGG_PLUGIN_VERSION', '3.3.7' );
|
24 |
}
|
25 |
+
if ( ! defined( 'QLIGG_PLUGIN_FILE' ) ) {
|
26 |
+
define( 'QLIGG_PLUGIN_FILE', __FILE__ );
|
27 |
}
|
28 |
+
if ( ! defined( 'QLIGG_PLUGIN_DIR' ) ) {
|
29 |
+
define( 'QLIGG_PLUGIN_DIR', __DIR__ . DIRECTORY_SEPARATOR );
|
30 |
}
|
31 |
+
if ( ! defined( 'QLIGG_DOMAIN' ) ) {
|
32 |
+
define( 'QLIGG_DOMAIN', 'qligg' );
|
33 |
}
|
34 |
+
if ( ! defined( 'QLIGG_PREFIX' ) ) {
|
35 |
+
define( 'QLIGG_PREFIX', QLIGG_DOMAIN );
|
36 |
}
|
37 |
+
if ( ! defined( 'QLIGG_WORDPRESS_URL' ) ) {
|
38 |
+
define( 'QLIGG_WORDPRESS_URL', 'https://wordpress.org/plugins/insta-gallery/' );
|
39 |
}
|
40 |
+
if ( ! defined( 'QLIGG_REVIEW_URL' ) ) {
|
41 |
+
define( 'QLIGG_REVIEW_URL', 'https://wordpress.org/support/plugin/insta-gallery/reviews/?filter=5#new-post' );
|
42 |
}
|
43 |
+
if ( ! defined( 'QLIGG_DEMO_URL' ) ) {
|
44 |
+
define( 'QLIGG_DEMO_URL', 'https://quadlayers.com/instagram-feed/?utm_source=qligg_admin' );
|
45 |
}
|
46 |
+
if ( ! defined( 'QLIGG_PURCHASE_URL' ) ) {
|
47 |
+
define( 'QLIGG_PURCHASE_URL', 'https://quadlayers.com/portfolio/instagram-feed-gallery/?utm_source=qligg_admin' );
|
48 |
}
|
49 |
+
if ( ! defined( 'QLIGG_SUPPORT_URL' ) ) {
|
50 |
+
define( 'QLIGG_SUPPORT_URL', 'https://quadlayers.com/account/support/?utm_source=qligg_admin' );
|
51 |
}
|
52 |
+
if ( ! defined( 'QLIGG_DOCUMENTATION_URL' ) ) {
|
53 |
+
define( 'QLIGG_DOCUMENTATION_URL', 'https://quadlayers.com/documentation/instagram-feed-gallery/?utm_source=qligg_admin' );
|
54 |
}
|
55 |
+
if ( ! defined( 'QLIGG_GROUP_URL' ) ) {
|
56 |
+
define( 'QLIGG_GROUP_URL', 'https://www.facebook.com/groups/quadlayers' );
|
57 |
}
|
58 |
+
if ( ! defined( 'QLIGG_DEVELOPER' ) ) {
|
59 |
+
define( 'QLIGG_DEVELOPER', false );
|
60 |
}
|
61 |
|
62 |
+
if ( ! class_exists( 'QLIGG' ) ) {
|
63 |
+
include_once QLIGG_PLUGIN_DIR . 'includes/qligg.php';
|
64 |
}
|
65 |
|
66 |
+
if ( ! class_exists( 'QL_Widget' ) ) {
|
67 |
+
include_once QLIGG_PLUGIN_DIR . 'includes/quadlayers/widget.php';
|
68 |
}
|
69 |
|
70 |
|
71 |
+
register_activation_hook( QLIGG_PLUGIN_FILE, array( 'QLIGG', 'do_activation' ) );
|
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.9
|
7 |
-
Stable tag: 3.3.
|
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 |
= 3.3.6 =
|
109 |
* Fix. Wordpress compatibility
|
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.9
|
7 |
+
Stable tag: 3.3.7
|
8 |
License: GPLv3
|
9 |
License URI: https://www.gnu.org/licenses/gpl-3.0.html
|
10 |
|
105 |
|
106 |
== Changelog ==
|
107 |
|
108 |
+
= 3.3.7 =
|
109 |
+
* Fix. Wordpress compatibility
|
110 |
+
|
111 |
= 3.3.6 =
|
112 |
* Fix. Wordpress compatibility
|
113 |
|