Elementor Essential Addons - Version 4.9.3

Version Description

  • 29/09/2021 =

  • Fixed: EA Fliterable Gallery | Video Gallery popup not working

  • Few minor bug fix & improvements

Download this release

Release Info

Developer wpdevteam
Plugin Icon 128x128 Elementor Essential Addons
Version 4.9.3
Comparing to
See all releases

Code changes from version 4.9.2 to 4.9.3

essential_adons_elementor.php CHANGED
@@ -4,7 +4,7 @@
4
  * Description: The Essential plugin you install after Elementor! Packed with 40+ stunning free elements including Advanced Data Table, Event Calendar, Filterable Gallery, WooCommerce, and many more.
5
  * Plugin URI: https://essential-addons.com/elementor/
6
  * Author: WPDeveloper
7
- * Version: 4.9.2
8
  * Author URI: https://wpdeveloper.net/
9
  * Text Domain: essential-addons-for-elementor-lite
10
  * Domain Path: /languages
@@ -27,7 +27,7 @@ define('EAEL_PLUGIN_FILE', __FILE__);
27
  define('EAEL_PLUGIN_BASENAME', plugin_basename(__FILE__));
28
  define('EAEL_PLUGIN_PATH', trailingslashit(plugin_dir_path(__FILE__)));
29
  define('EAEL_PLUGIN_URL', trailingslashit(plugins_url('/', __FILE__)));
30
- define('EAEL_PLUGIN_VERSION', '4.9.2');
31
  define('EAEL_ASSET_PATH', wp_upload_dir()['basedir'] . '/essential-addons-elementor');
32
  define('EAEL_ASSET_URL', wp_upload_dir()['baseurl'] . '/essential-addons-elementor');
33
  /**
4
  * Description: The Essential plugin you install after Elementor! Packed with 40+ stunning free elements including Advanced Data Table, Event Calendar, Filterable Gallery, WooCommerce, and many more.
5
  * Plugin URI: https://essential-addons.com/elementor/
6
  * Author: WPDeveloper
7
+ * Version: 4.9.3
8
  * Author URI: https://wpdeveloper.net/
9
  * Text Domain: essential-addons-for-elementor-lite
10
  * Domain Path: /languages
27
  define('EAEL_PLUGIN_BASENAME', plugin_basename(__FILE__));
28
  define('EAEL_PLUGIN_PATH', trailingslashit(plugin_dir_path(__FILE__)));
29
  define('EAEL_PLUGIN_URL', trailingslashit(plugins_url('/', __FILE__)));
30
+ define('EAEL_PLUGIN_VERSION', '4.9.3');
31
  define('EAEL_ASSET_PATH', wp_upload_dir()['basedir'] . '/essential-addons-elementor');
32
  define('EAEL_ASSET_URL', wp_upload_dir()['baseurl'] . '/essential-addons-elementor');
33
  /**
includes/Elements/Filterable_Gallery.php CHANGED
@@ -3015,7 +3015,7 @@ class Filterable_Gallery extends Widget_Base
3015
  $icon_url = isset($item['play_icon']['url']) ? $item['play_icon']['url'] : '';
3016
  $video_url = isset($item['video_link']) ? $item['video_link'] : '#';
3017
 
3018
- $html .= '<a href="' . esc_url($video_url) . '" class="video-popup eael-magnific-link eael-magnific-video-link mfp-iframe">';
3019
 
3020
  if( $show_video_popup_bg ){
3021
  $html .= '<div class="video-popup-bg"></div>';
3015
  $icon_url = isset($item['play_icon']['url']) ? $item['play_icon']['url'] : '';
3016
  $video_url = isset($item['video_link']) ? $item['video_link'] : '#';
3017
 
3018
+ $html .= '<a href="' . esc_url($video_url) . '" class="video-popup eael-magnific-link active eael-magnific-video-link mfp-iframe">';
3019
 
3020
  if( $show_video_popup_bg ){
3021
  $html .= '<div class="video-popup-bg"></div>';
readme.txt CHANGED
@@ -4,7 +4,7 @@ Tags: elementor, elements, addons, elementor addons, elementor widget, elementor
4
  Requires at least: 5.0
5
  Tested up to: 5.8
6
  Requires PHP: 5.6
7
- Stable tag: 4.9.2
8
  License: GPLv3
9
  License URI: https://opensource.org/licenses/GPL-3.0
10
 
@@ -225,6 +225,11 @@ Your existing elements/content will work with premium version. So you won't lose
225
 
226
  == Changelog ==
227
 
 
 
 
 
 
228
  = 4.9.2 - 26/09/2021 =
229
 
230
  - Fixed: EA Fliterable Gallery | Images not displaying under each filter until Load More button is hit
4
  Requires at least: 5.0
5
  Tested up to: 5.8
6
  Requires PHP: 5.6
7
+ Stable tag: 4.9.3
8
  License: GPLv3
9
  License URI: https://opensource.org/licenses/GPL-3.0
10
 
225
 
226
  == Changelog ==
227
 
228
+ = 4.9.3 - 29/09/2021 =
229
+
230
+ - Fixed: EA Fliterable Gallery | Video Gallery popup not working
231
+ - Few minor bug fix & improvements
232
+
233
  = 4.9.2 - 26/09/2021 =
234
 
235
  - Fixed: EA Fliterable Gallery | Images not displaying under each filter until Load More button is hit