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

Version Description

  • Low thumbnail size and Bug fixing
Download this release

Release Info

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

Code changes from version 5.0.5 to 5.0.6

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: 5.0.5
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', '5.0.5' );
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: 5.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', '5.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__ ) );
includes/class.enjoyinstagram-api-connection.php CHANGED
@@ -312,7 +312,7 @@ class EnjoyInstagram_Api_Connection {
312
  if ( isset( $media['thumbnail_url'] ) ) {
313
  $thumb = $media['thumbnail_url'];
314
  } else if ( $media['media_type'] === 'IMAGE' || $media['media_type'] === 'CAROUSEL_ALBUM' ) {
315
- $thumb = $media['media_url'];
316
  }
317
 
318
  $return[] = array(
312
  if ( isset( $media['thumbnail_url'] ) ) {
313
  $thumb = $media['thumbnail_url'];
314
  } else if ( $media['media_type'] === 'IMAGE' || $media['media_type'] === 'CAROUSEL_ALBUM' ) {
315
+ $thumb = $media['permalink'] . 'media?site=t';
316
  }
317
 
318
  $return[] = array(
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: social feed, instagram carousel, social media feed, instagram widget, instagram feed
5
  Requires at least: 4.0
6
  Tested up to: 5.4
7
- Version: 5.0.5
8
- Stable tag: 5.0.5
9
  License: GPLv2 or later
10
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
11
 
@@ -16,9 +16,9 @@ Formerly “Enjoy Instagram Feed”. Embed social feed on your WordPress website
16
  = Embed Instagram feed on website by hashtag and public Instagram account. Add Social feed with Carousel and Grid view using simple shortcodes and widget. =
17
 
18
  == Important ==
19
- After June 29, 2020 Instagram will change its API.
20
  Our plugin has already moved to the new stable Instagram API: Basic Display API for Personal account and Graph API for Business one.
21
- DOWNLOAD AND INSTALL OUR LATEST VERSION.
22
 
23
 
24
  == FEATURES - ENJOY SOCIAL FEED PLUGIN FOR WORDPRESS==
@@ -211,6 +211,8 @@ In the Setting section yon can customize grid and/or Carousel view
211
 
212
  == Changelog ==
213
 
 
 
214
  = 5.0.5 =
215
  * Bug fixing and Improvments (Add a debug TAB)
216
  = 5.0.4 =
@@ -253,7 +255,7 @@ In the Setting section yon can customize grid and/or Carousel view
253
  = 3.4.1 =
254
  * NB: Enjoy Social Feed Plugin for WordPress feed on website Wordpress is Php 7 compatible
255
  = 3.4 =
256
- * Bux fixing: Instagram feed on website Wordpress full compatibility with DIVI theme
257
  = 3.3 =
258
  * New: Video Instagram feed visualization for browser supporting HTML5
259
  * Fixed: Minor issues
@@ -287,7 +289,7 @@ In the Setting section yon can customize grid and/or Carousel view
287
  = 1.6 =
288
  * Add support for https protocol
289
  = 1.5.3 =
290
- * Support for swedish specific characters on captions of Instagram feed on website
291
  = 1.5.2 =
292
  * Bug for utf8 4-byte (mobile emoticon) Fixed
293
  = 1.5.1 =
@@ -305,4 +307,4 @@ In the Setting section yon can customize grid and/or Carousel view
305
  = 1.01 =
306
  * Bux Fix
307
  = 1.0 =
308
- * Initial Version of Enjoy Social Feed Plugin for WordPress feed on website
4
  Tags: social feed, instagram carousel, social media feed, instagram widget, instagram feed
5
  Requires at least: 4.0
6
  Tested up to: 5.4
7
+ Version: 5.0.6
8
+ Stable tag: 5.0.6
9
  License: GPLv2 or later
10
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
11
 
16
  = Embed Instagram feed on website by hashtag and public Instagram account. Add Social feed with Carousel and Grid view using simple shortcodes and widget. =
17
 
18
  == Important ==
19
+ After June 29, 2020 Instagram will change its API.
20
  Our plugin has already moved to the new stable Instagram API: Basic Display API for Personal account and Graph API for Business one.
21
+ DOWNLOAD AND INSTALL OUR LATEST VERSION.
22
 
23
 
24
  == FEATURES - ENJOY SOCIAL FEED PLUGIN FOR WORDPRESS==
211
 
212
  == Changelog ==
213
 
214
+ = 5.0.6 =
215
+ * Low thumbnail size and Bug fixing
216
  = 5.0.5 =
217
  * Bug fixing and Improvments (Add a debug TAB)
218
  = 5.0.4 =
255
  = 3.4.1 =
256
  * NB: Enjoy Social Feed Plugin for WordPress feed on website Wordpress is Php 7 compatible
257
  = 3.4 =
258
+ * Bux fixing: Instagram feed on website Wordpress full compatibility with DIVI theme
259
  = 3.3 =
260
  * New: Video Instagram feed visualization for browser supporting HTML5
261
  * Fixed: Minor issues
289
  = 1.6 =
290
  * Add support for https protocol
291
  = 1.5.3 =
292
+ * Support for swedish specific characters on captions of Instagram feed on website
293
  = 1.5.2 =
294
  * Bug for utf8 4-byte (mobile emoticon) Fixed
295
  = 1.5.1 =
307
  = 1.01 =
308
  * Bux Fix
309
  = 1.0 =
310
+ * Initial Version of Enjoy Social Feed Plugin for WordPress feed on website