Instagram Gallery - Version 3.3.8

Version Description

  • Fix. Facebook App Permissions
Download this release

Release Info

Developer quadlayers
Plugin Icon 128x128 Instagram Gallery
Version 3.3.8
Comparing to
See all releases

Code changes from version 3.3.7 to 3.3.8

Files changed (3) hide show
  1. includes/api/apiBusiness.php +2 -1
  2. insta-gallery.php +2 -2
  3. readme.txt +5 -2
includes/api/apiBusiness.php CHANGED
@@ -37,7 +37,8 @@ class QLIGG_API_Business extends QLIGG_API
37
  $state = admin_url('admin.php');
38
  //$scope = 'instagram_basic,instagram_manage_insights,instagram_manage_comments,manage_pages,pages_read_engagement';
39
  //$scope = 'instagram_basic,instagram_manage_insights,instagram_manage_comments,pages_read_engagement';
40
- $scope = 'instagram_basic,instagram_manage_insights,instagram_manage_comments,manage_pages,pages_read_engagement';
 
41
 
42
  return "https://www.facebook.com/dialog/oauth?client_id={$this->client_id}&redirect_uri={$this->redirect_uri}&response_type=code&scope={$scope}&state={$state}";
43
  }
37
  $state = admin_url('admin.php');
38
  //$scope = 'instagram_basic,instagram_manage_insights,instagram_manage_comments,manage_pages,pages_read_engagement';
39
  //$scope = 'instagram_basic,instagram_manage_insights,instagram_manage_comments,pages_read_engagement';
40
+ // $scope = 'instagram_basic,instagram_manage_insights,instagram_manage_comments,manage_pages,pages_read_engagement';
41
+ $scope = 'pages_show_list,instagram_basic,instagram_manage_comments,instagram_manage_insights,pages_read_engagement';
42
 
43
  return "https://www.facebook.com/dialog/oauth?client_id={$this->client_id}&redirect_uri={$this->redirect_uri}&response_type=code&scope={$scope}&state={$state}";
44
  }
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.7
8
  * Author: QuadLayers
9
  * Author URI: https://quadlayers.com
10
  * License: GPLv3
@@ -20,7 +20,7 @@ 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__ );
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
8
  * Author: QuadLayers
9
  * Author URI: https://quadlayers.com
10
  * License: GPLv3
20
  define( 'QLIGG_PLUGIN_NAME', 'Social Feed Gallery' );
21
  }
22
  if ( ! defined( 'QLIGG_PLUGIN_VERSION' ) ) {
23
+ define( 'QLIGG_PLUGIN_VERSION', '3.3.8' );
24
  }
25
  if ( ! defined( 'QLIGG_PLUGIN_FILE' ) ) {
26
  define( 'QLIGG_PLUGIN_FILE', __FILE__ );
readme.txt CHANGED
@@ -3,8 +3,8 @@ Contributors: quadlayers
3
  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.7
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.7 =
109
  * Fix. Wordpress compatibility
110
 
3
  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: 6.0
7
+ Stable tag: 3.3.8
8
  License: GPLv3
9
  License URI: https://www.gnu.org/licenses/gpl-3.0.html
10
 
105
 
106
  == Changelog ==
107
 
108
+ = 3.3.8 =
109
+ * Fix. Facebook App Permissions
110
+
111
  = 3.3.7 =
112
  * Fix. Wordpress compatibility
113