Enjoy Instagram feed on website with WordPress Widget and Shortcode - Version 4.0.7

Version Description

  • Removed useless param scope from authorization url
Download this release

Release Info

Developer mediabeta
Plugin Icon 128x128 Enjoy Instagram feed on website with WordPress Widget and Shortcode
Version 4.0.7
Comparing to
See all releases

Code changes from version 4.0.6 to 4.0.7

enjoyinstagram.php CHANGED
@@ -2,13 +2,13 @@
2
  /**
3
  * Plugin Name: Enjoy Plugin for Instagram
4
  * Description: Instagram Responsive Images Gallery and Carousel, works with Shortcodes and Widgets.
5
- * Version: 4.0.6
6
  * Author: Mediabeta Srl
7
  * Text Domain: enjoy-instagram-instagram-responsive-images-gallery-and-carousel
8
  * Author URI: http://www.mediabeta.com/team/
9
  */
10
 
11
- ! defined( 'ENJOYINSTAGRAM_VERSION' ) && define( 'ENJOYINSTAGRAM_VERSION', '4.0.6' );
12
  ! defined( 'ENJOYINSTAGRAM_FILE' ) && define( 'ENJOYINSTAGRAM_FILE', __FILE__ );
13
  ! defined( 'ENJOYINSTAGRAM_URL' ) && define( 'ENJOYINSTAGRAM_URL', plugin_dir_url( __FILE__ ) );
14
  ! defined( 'ENJOYINSTAGRAM_DIR' ) && define( 'ENJOYINSTAGRAM_DIR', plugin_dir_path( __FILE__ ) );
2
  /**
3
  * Plugin Name: Enjoy Plugin for Instagram
4
  * Description: Instagram Responsive Images Gallery and Carousel, works with Shortcodes and Widgets.
5
+ * Version: 4.0.7
6
  * Author: Mediabeta Srl
7
  * Text Domain: enjoy-instagram-instagram-responsive-images-gallery-and-carousel
8
  * Author URI: http://www.mediabeta.com/team/
9
  */
10
 
11
+ ! defined( 'ENJOYINSTAGRAM_VERSION' ) && define( 'ENJOYINSTAGRAM_VERSION', '4.0.7' );
12
  ! defined( 'ENJOYINSTAGRAM_FILE' ) && define( 'ENJOYINSTAGRAM_FILE', __FILE__ );
13
  ! defined( 'ENJOYINSTAGRAM_URL' ) && define( 'ENJOYINSTAGRAM_URL', plugin_dir_url( __FILE__ ) );
14
  ! defined( 'ENJOYINSTAGRAM_DIR' ) && define( 'ENJOYINSTAGRAM_DIR', plugin_dir_path( __FILE__ ) );
includes/class.enjoyinstagram-admin.php CHANGED
@@ -275,7 +275,7 @@ class EnjoyInstagram_Admin {
275
  public function get_instagram_login_url(){
276
  $return_url = admin_url("options-general.php?page={$this->_options_page}");
277
  $state_url = admin_url("options-general.php?page-{$this->_options_page}");
278
- return "https://instagram.com/oauth/authorize/?client_id=cac0b53396ee466293d81c8fb86835fe&scope=public_content&hl=en&redirect_uri=http://www.mediabetaprojects.com/put_access_token.php&response_type=token&state={$state_url}";
279
  }
280
  }
281
 
275
  public function get_instagram_login_url(){
276
  $return_url = admin_url("options-general.php?page={$this->_options_page}");
277
  $state_url = admin_url("options-general.php?page-{$this->_options_page}");
278
+ return "https://instagram.com/oauth/authorize/?client_id=cac0b53396ee466293d81c8fb86835fe&hl=en&redirect_uri=http://www.mediabetaprojects.com/put_access_token.php&response_type=token&state={$state_url}";
279
  }
280
  }
281
 
readme.txt CHANGED
@@ -4,8 +4,8 @@ Donate link: https://www.google.com/url?q=https%3A%2F%2Fwww.paypal.com%2Fcgi-bin
4
  Tags: Instagram, Instagram feed, Instagram Widget, Instagram grid, Instagram carousel, Embed Instagram, Embed Instagram feed, Instagram feed on website, responsive carousel, WordPress carousel, Instagram gallery, Instagram WordPress, Instagram pictures
5
  Requires at least: 4.0
6
  Tested up to: 5.2
7
- Version: 4.0.6
8
- Stable tag: 4.0.6
9
  License: GPLv2 or later
10
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
11
 
@@ -200,6 +200,8 @@ In the Setting section yon can customize grid and/or Carousel view
200
 
201
  == Changelog ==
202
 
 
 
203
  = 4.0.6 =
204
  * Fix missing overlay icons
205
  = 4.0.5 =
4
  Tags: Instagram, Instagram feed, Instagram Widget, Instagram grid, Instagram carousel, Embed Instagram, Embed Instagram feed, Instagram feed on website, responsive carousel, WordPress carousel, Instagram gallery, Instagram WordPress, Instagram pictures
5
  Requires at least: 4.0
6
  Tested up to: 5.2
7
+ Version: 4.0.7
8
+ Stable tag: 4.0.7
9
  License: GPLv2 or later
10
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
11
 
200
 
201
  == Changelog ==
202
 
203
+ = 4.0.7 =
204
+ * Removed useless param scope from authorization url
205
  = 4.0.6 =
206
  * Fix missing overlay icons
207
  = 4.0.5 =