Elementor Essential Addons - Version 4.4.1

Version Description

  • 29/01/2021 =
  • Fixed: EA Filterable Gallery | style controls not working after Elementor update
  • Fixed: EA Fancy Text | not working inside Elementor Editor
  • Few minor bug fix and improvements
Download this release

Release Info

Developer re_enter_rupok
Plugin Icon 128x128 Elementor Essential Addons
Version 4.4.1
Comparing to
See all releases

Code changes from version 4.4.0 to 4.4.1

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.4.0
8
  * Author URI: https://wpdeveloper.net/
9
  * Text Domain: essential-addons-for-elementor-lite
10
  * Domain Path: /languages
@@ -25,7 +25,7 @@ define('EAEL_PLUGIN_FILE', __FILE__);
25
  define('EAEL_PLUGIN_BASENAME', plugin_basename(__FILE__));
26
  define('EAEL_PLUGIN_PATH', trailingslashit(plugin_dir_path(__FILE__)));
27
  define('EAEL_PLUGIN_URL', trailingslashit(plugins_url('/', __FILE__)));
28
- define('EAEL_PLUGIN_VERSION', '4.4.0');
29
  define('EAEL_ASSET_PATH', wp_upload_dir()['basedir'] . '/essential-addons-elementor');
30
  define('EAEL_ASSET_URL', wp_upload_dir()['baseurl'] . '/essential-addons-elementor');
31
  /**
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.4.1
8
  * Author URI: https://wpdeveloper.net/
9
  * Text Domain: essential-addons-for-elementor-lite
10
  * Domain Path: /languages
25
  define('EAEL_PLUGIN_BASENAME', plugin_basename(__FILE__));
26
  define('EAEL_PLUGIN_PATH', trailingslashit(plugin_dir_path(__FILE__)));
27
  define('EAEL_PLUGIN_URL', trailingslashit(plugins_url('/', __FILE__)));
28
+ define('EAEL_PLUGIN_VERSION', '4.4.1');
29
  define('EAEL_ASSET_PATH', wp_upload_dir()['basedir'] . '/essential-addons-elementor');
30
  define('EAEL_ASSET_URL', wp_upload_dir()['baseurl'] . '/essential-addons-elementor');
31
  /**
includes/Elements/Fancy_Text.php CHANGED
@@ -93,7 +93,7 @@ class Fancy_Text extends Widget_Base {
93
  'label' => __( 'Fancy Text Strings', 'essential-addons-for-elementor-lite'),
94
  'type' => Controls_Manager::REPEATER,
95
  'show_label' => true,
96
- 'fields' => array_values( $repeater->get_controls() ),
97
  'title_field' => '{{{ eael_fancy_text_strings_text_field }}}',
98
  'default' => [
99
  [
93
  'label' => __( 'Fancy Text Strings', 'essential-addons-for-elementor-lite'),
94
  'type' => Controls_Manager::REPEATER,
95
  'show_label' => true,
96
+ 'fields' => $repeater->get_controls(),
97
  'title_field' => '{{{ eael_fancy_text_strings_text_field }}}',
98
  'default' => [
99
  [
includes/Elements/Filterable_Gallery.php CHANGED
@@ -640,7 +640,7 @@ class Filterable_Gallery extends Widget_Base
640
  ['eael_fg_gallery_item_name' => 'Gallery Item Name'],
641
  ['eael_fg_gallery_item_name' => 'Gallery Item Name'],
642
  ],
643
- 'fields' => array_values($repeater->get_controls()),
644
  'title_field' => '{{eael_fg_gallery_item_name}}',
645
  ]
646
  );
640
  ['eael_fg_gallery_item_name' => 'Gallery Item Name'],
641
  ['eael_fg_gallery_item_name' => 'Gallery Item Name'],
642
  ],
643
+ 'fields' => $repeater->get_controls(),
644
  'title_field' => '{{eael_fg_gallery_item_name}}',
645
  ]
646
  );
readme.txt CHANGED
@@ -4,7 +4,7 @@ Tags: elementor, elements, addons, elementor addon, elementor widget, elementor
4
  Requires at least: 5.0
5
  Tested up to: 5.6
6
  Requires PHP: 5.6
7
- Stable tag: 4.4.0
8
  License: GPLv3
9
  License URI: https://opensource.org/licenses/GPL-3.0
10
 
@@ -85,7 +85,7 @@ We have designed 42 of the most useful widgets to enhance your Elementor Page Bu
85
  38. [Formstack](https://essential-addons.com/elementor/formstack/) - Design your Formstack forms within Elementor.
86
  39. [Woo Checkout](https://essential-addons.com/elementor/woo-checkout/) - Create your own WooCommerce Checkout page and customize and design everything.
87
  40. [Typeform](https://essential-addons.com/elementor/typeform/) - Embed and Design your Typeform forms within Elementor.
88
- 41. [Login | Register Form] (https://essential-addons.com/elementor/login-register-form/) - Create amazing and attractive login or registration forms in Elementor
89
  42. [Woo Product Compare](https://essential-addons.com/elementor/woo-product-compare/) - Create stunning WooCommerce Product Compare table instantly
90
 
91
 
@@ -227,6 +227,12 @@ Your existing elements/content will work with premium version. So you won't lose
227
 
228
  == Changelog ==
229
 
 
 
 
 
 
 
230
  = 4.4.0 - 26/01/2021 =
231
  - Added: EA Woo Product Compare
232
  - Added: EA Woo Product Compare integration with EA Product Grid
4
  Requires at least: 5.0
5
  Tested up to: 5.6
6
  Requires PHP: 5.6
7
+ Stable tag: 4.4.1
8
  License: GPLv3
9
  License URI: https://opensource.org/licenses/GPL-3.0
10
 
85
  38. [Formstack](https://essential-addons.com/elementor/formstack/) - Design your Formstack forms within Elementor.
86
  39. [Woo Checkout](https://essential-addons.com/elementor/woo-checkout/) - Create your own WooCommerce Checkout page and customize and design everything.
87
  40. [Typeform](https://essential-addons.com/elementor/typeform/) - Embed and Design your Typeform forms within Elementor.
88
+ 41. [Login | Register Form](https://essential-addons.com/elementor/login-register-form/) - Create amazing and attractive login or registration forms in Elementor
89
  42. [Woo Product Compare](https://essential-addons.com/elementor/woo-product-compare/) - Create stunning WooCommerce Product Compare table instantly
90
 
91
 
227
 
228
  == Changelog ==
229
 
230
+ = 4.4.1 - 29/01/2021 =
231
+ - Fixed: EA Filterable Gallery | style controls not working after Elementor update
232
+ - Fixed: EA Fancy Text | not working inside Elementor Editor
233
+ - Few minor bug fix and improvements
234
+
235
+
236
  = 4.4.0 - 26/01/2021 =
237
  - Added: EA Woo Product Compare
238
  - Added: EA Woo Product Compare integration with EA Product Grid