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

Version Description

  • Missing closing tag on carousel-widget.php
Download this release

Release Info

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

Code changes from version 4.0.1 to 4.0.2

enjoyinstagram.php CHANGED
@@ -3,12 +3,12 @@
3
  Plugin Name: Enjoy Plugin for Instagram
4
  Plugin URI: http://www.mediabeta.com/enjoy-instagram/
5
  Description: Instagram Responsive Images Gallery and Carousel, works with Shortcodes and Widgets.
6
- Version: 4.0.1
7
  Author: Mediabeta Srl
8
  Author URI: http://www.mediabeta.com/team/
9
  */
10
 
11
- ! defined( 'ENJOYINSTAGRAM_VERSION' ) && define( 'ENJOYINSTAGRAM_VERSION', '4.0.1' );
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__ ) );
3
  Plugin Name: Enjoy Plugin for Instagram
4
  Plugin URI: http://www.mediabeta.com/enjoy-instagram/
5
  Description: Instagram Responsive Images Gallery and Carousel, works with Shortcodes and Widgets.
6
+ Version: 4.0.2
7
  Author: Mediabeta Srl
8
  Author URI: http://www.mediabeta.com/team/
9
  */
10
 
11
+ ! defined( 'ENJOYINSTAGRAM_VERSION' ) && define( 'ENJOYINSTAGRAM_VERSION', '4.0.2' );
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__ ) );
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 grid, Instagram carousel, Widget Instagram, Embed Instagram, Embed Instagram feed, Instagram feed on website, responsive carousel, WordPress carousel, Instagram gallery, Instagram WordPress, Instagram pictures
5
  Requires at least: 3.0.1
6
  Tested up to: 4.9
7
- Version: 4.0.1
8
- Stable tag: 4.0.1
9
  License: GPLv2 or later
10
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
11
 
@@ -192,6 +192,8 @@ In the Setting section yon can customize grid and/or Carousel view
192
 
193
  == Changelog ==
194
 
 
 
195
  = 4.0.1 =
196
  * Bug fix for user access token
197
  * Add default option value to avoid empty shortcodes
4
  Tags: Instagram, Instagram feed, Instagram grid, Instagram carousel, Widget Instagram, Embed Instagram, Embed Instagram feed, Instagram feed on website, responsive carousel, WordPress carousel, Instagram gallery, Instagram WordPress, Instagram pictures
5
  Requires at least: 3.0.1
6
  Tested up to: 4.9
7
+ Version: 4.0.2
8
+ Stable tag: 4.0.2
9
  License: GPLv2 or later
10
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
11
 
192
 
193
  == Changelog ==
194
 
195
+ = 4.0.2 =
196
+ * Missing closing tag on carousel-widget.php
197
  = 4.0.1 =
198
  * Bug fix for user access token
199
  * Add default option value to avoid empty shortcodes
templates/shortcodes/carousel-widget.php CHANGED
@@ -45,7 +45,7 @@ if( ! defined( 'ABSPATH' ) ) {
45
  ?>
46
  <div class="box">
47
  <a title="<?php echo $entry['caption']['text'] ?>" rel="gallery_swypebox" class="swipebox"
48
- href="<?php echo $entry['images']['standard_resolution']['url'] ?>" <?php echo $link_style ?>
49
  <img src="<?php echo $url ?>">
50
  </a>
51
  </div>
45
  ?>
46
  <div class="box">
47
  <a title="<?php echo $entry['caption']['text'] ?>" rel="gallery_swypebox" class="swipebox"
48
+ href="<?php echo $entry['images']['standard_resolution']['url'] ?>" <?php echo $link_style ?>>
49
  <img src="<?php echo $url ?>">
50
  </a>
51
  </div>