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

Version Description

  • fix: text color prev and next buttons on the carousel
Download this release

Release Info

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

Code changes from version 6.1.2 to 6.1.3

assets/css/enjoy-instagram.css CHANGED
@@ -153,6 +153,12 @@ a.fancybox {
153
  .likes_count img {
154
  display: inline;
155
  }
 
 
 
 
 
 
156
 
157
 
158
  @media only screen and (max-width: 600px) {
153
  .likes_count img {
154
  display: inline;
155
  }
156
+ /* 24 Maggio 2021 - Custom syle
157
+ Edited by: Vito Caruso */
158
+
159
+ .swiper-navigation .swiper-button-prev, .swiper-navigation .swiper-button-next {
160
+ color: #666;
161
+ }
162
 
163
 
164
  @media only screen and (max-width: 600px) {
enjoyinstagram.php CHANGED
@@ -11,7 +11,7 @@
11
  * Plugin Name: Enjoy Instagram
12
  * Plugin URI: https://www.mediabetaprojects.com/enjoy-instagram-premium/
13
  * Description: Instagram Responsive Images Gallery and Carousel, works with Shortcodes and Widgets.
14
- * Version: 6.1.2
15
  * Requires at least: 4.0
16
  * Requires PHP: 7.2
17
  * Author: Mediabeta Srl
@@ -59,7 +59,7 @@ if ( ! function_exists( 'eiirigac_fs' ) ) {
59
  do_action( 'eiirigac_fs_loaded' );
60
  }
61
 
62
- ! defined( 'ENJOYINSTAGRAM_VERSION' ) && define( 'ENJOYINSTAGRAM_VERSION', '6.1.2' );
63
  ! defined( 'ENJOYINSTAGRAM_FILE' ) && define( 'ENJOYINSTAGRAM_FILE', __FILE__ );
64
  ! defined( 'ENJOYINSTAGRAM_URL' ) && define( 'ENJOYINSTAGRAM_URL', plugin_dir_url( __FILE__ ) );
65
  ! defined( 'ENJOYINSTAGRAM_DIR' ) && define( 'ENJOYINSTAGRAM_DIR', plugin_dir_path( __FILE__ ) );
@@ -125,7 +125,3 @@ if ( ! is_plugin_active( 'enjoy-instagram-premium/enjoyinstagram.php' ) ) {
125
 
126
  add_action( 'admin_notices', 'ei_disable_premium_notice' );
127
  }
128
-
129
-
130
-
131
-
11
  * Plugin Name: Enjoy Instagram
12
  * Plugin URI: https://www.mediabetaprojects.com/enjoy-instagram-premium/
13
  * Description: Instagram Responsive Images Gallery and Carousel, works with Shortcodes and Widgets.
14
+ * Version: 6.1.3
15
  * Requires at least: 4.0
16
  * Requires PHP: 7.2
17
  * Author: Mediabeta Srl
59
  do_action( 'eiirigac_fs_loaded' );
60
  }
61
 
62
+ ! defined( 'ENJOYINSTAGRAM_VERSION' ) && define( 'ENJOYINSTAGRAM_VERSION', '6.1.3' );
63
  ! defined( 'ENJOYINSTAGRAM_FILE' ) && define( 'ENJOYINSTAGRAM_FILE', __FILE__ );
64
  ! defined( 'ENJOYINSTAGRAM_URL' ) && define( 'ENJOYINSTAGRAM_URL', plugin_dir_url( __FILE__ ) );
65
  ! defined( 'ENJOYINSTAGRAM_DIR' ) && define( 'ENJOYINSTAGRAM_DIR', plugin_dir_path( __FILE__ ) );
125
 
126
  add_action( 'admin_notices', 'ei_disable_premium_notice' );
127
  }
 
 
 
 
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 carousel, instagram, instagram feed, instagram widget, instagram grid
5
  Requires at least: 4.0
6
  Tested up to: 5.7
7
- Version: 6.1.2
8
- Stable tag: 6.1.2
9
  License: GPLv2 or later
10
  License URI: https://www.gnu.org/licenses/gpl-2.0.html
11
 
@@ -210,6 +210,8 @@ In the Setting section yon can customize grid and/or Carousel view
210
  8. Front End View Example
211
 
212
  == Changelog ==
 
 
213
  = 6.1.2 =
214
  * feat: compatibility with php 8.0
215
  * fix: missing heart icon in vertical lightbox style (Michelangelo)
4
  Tags: instagram carousel, instagram, instagram feed, instagram widget, instagram grid
5
  Requires at least: 4.0
6
  Tested up to: 5.7
7
+ Version: 6.1.3
8
+ Stable tag: 6.1.3
9
  License: GPLv2 or later
10
  License URI: https://www.gnu.org/licenses/gpl-2.0.html
11
 
210
  8. Front End View Example
211
 
212
  == Changelog ==
213
+ = 6.1.3 =
214
+ * fix: text color prev and next buttons on the carousel
215
  = 6.1.2 =
216
  * feat: compatibility with php 8.0
217
  * fix: missing heart icon in vertical lightbox style (Michelangelo)