Version Description
- New. Cron job to refresh token
- New. Email sent to admin if refresh token fail
Download this release
Release Info
Developer | quadlayers |
Plugin | Instagram Gallery |
Version | 3.5.0 |
Comparing to | |
See all releases |
Code changes from version 3.4.8 to 3.5.0
- includes/notices.php +1 -0
- insta-gallery.php +2 -2
- readme.txt +8 -1
includes/notices.php
CHANGED
@@ -110,6 +110,7 @@ class QLIGG_Notices {
|
|
110 |
|
111 |
public function add_action_links( $links ) {
|
112 |
$links[] = '<a target="_blank" href="' . QLIGG_PURCHASE_URL . '">' . esc_html__( 'Premium', 'insta-gallery' ) . '</a>';
|
|
|
113 |
$links[] = '<a href="' . admin_url( 'admin.php?page=' . sanitize_title( QLIGG_PREFIX ) ) . '">' . esc_html__( 'Settings', 'insta-gallery' ) . '</a>';
|
114 |
|
115 |
return $links;
|
110 |
|
111 |
public function add_action_links( $links ) {
|
112 |
$links[] = '<a target="_blank" href="' . QLIGG_PURCHASE_URL . '">' . esc_html__( 'Premium', 'insta-gallery' ) . '</a>';
|
113 |
+
$links[] = '<a target="_blank" href="' . QLIGG_DOCUMENTATION_URL . '">' . esc_html__( 'Documentation', 'insta-gallery' ) . '</a>';
|
114 |
$links[] = '<a href="' . admin_url( 'admin.php?page=' . sanitize_title( QLIGG_PREFIX ) ) . '">' . esc_html__( 'Settings', 'insta-gallery' ) . '</a>';
|
115 |
|
116 |
return $links;
|
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.
|
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.
|
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.5.0
|
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.5.0' );
|
25 |
}
|
26 |
if ( ! defined( 'QLIGG_PLUGIN_FILE' ) ) {
|
27 |
define( 'QLIGG_PLUGIN_FILE', __FILE__ );
|
readme.txt
CHANGED
@@ -5,7 +5,7 @@ Tags: Instagram, Instagram feed, Instagram gallery, Instagram photos, Instagram
|
|
5 |
Requires at least: 3.4
|
6 |
Requires PHP: 5.6
|
7 |
Tested up to: 6.1
|
8 |
-
Stable tag: 3.
|
9 |
License: GPLv3
|
10 |
License URI: https://www.gnu.org/licenses/gpl-3.0.html
|
11 |
|
@@ -106,6 +106,13 @@ There may be some other plugins(like: fancybox, elementor) which also uses image
|
|
106 |
|
107 |
== Changelog ==
|
108 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
109 |
= 3.4.8 =
|
110 |
* Fix. Wordpress compatibility
|
111 |
|
5 |
Requires at least: 3.4
|
6 |
Requires PHP: 5.6
|
7 |
Tested up to: 6.1
|
8 |
+
Stable tag: 3.5.0
|
9 |
License: GPLv3
|
10 |
License URI: https://www.gnu.org/licenses/gpl-3.0.html
|
11 |
|
106 |
|
107 |
== Changelog ==
|
108 |
|
109 |
+
= 3.4.9 =
|
110 |
+
* New. Settings link
|
111 |
+
|
112 |
+
= 3.5.0 =
|
113 |
+
* New. Cron job to refresh token
|
114 |
+
* New. Email sent to admin if refresh token fail
|
115 |
+
|
116 |
= 3.4.8 =
|
117 |
* Fix. Wordpress compatibility
|
118 |
|