Skip to content

Commit

Permalink
Version 5.9.4
Browse files Browse the repository at this point in the history
  • Loading branch information
khan-rafin-ahmed committed Jan 14, 2024
1 parent 375bd26 commit 2331906
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 5 deletions.
8 changes: 4 additions & 4 deletions essential_adons_elementor.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@
* 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.
* Plugin URI: https://essential-addons.com/elementor/
* Author: WPDeveloper
* Version: 5.9.3
* Version: 5.9.4
* Author URI: https://wpdeveloper.com/
* Text Domain: essential-addons-for-elementor-lite
* Domain Path: /languages
*
* WC tested up to: 8.4
* Elementor tested up to: 3.18
* Elementor Pro tested up to: 3.18
* Elementor tested up to: 3.19
* Elementor Pro tested up to: 3.19
*/

if (!defined('ABSPATH')) {
Expand All @@ -27,7 +27,7 @@
define('EAEL_PLUGIN_BASENAME', plugin_basename(__FILE__));
define('EAEL_PLUGIN_PATH', trailingslashit(plugin_dir_path(__FILE__)));
define('EAEL_PLUGIN_URL', trailingslashit(plugins_url('/', __FILE__)));
define('EAEL_PLUGIN_VERSION', '5.9.3');
define('EAEL_PLUGIN_VERSION', '5.9.4');
define('EAEL_ASSET_PATH', wp_upload_dir()['basedir'] . '/essential-addons-elementor');
define('EAEL_ASSET_URL', wp_upload_dir()['baseurl'] . '/essential-addons-elementor');
/**
Expand Down
14 changes: 13 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Tags: elementor, elements, addons, elementor addons, elementor widget, elementor
Requires at least: 5.0
Tested up to: 6.4
Requires PHP: 7.0
Stable tag: 5.9.3
Stable tag: 5.9.4
License: GPLv3
License URI: https://opensource.org/licenses/GPL-3.0

Expand Down Expand Up @@ -297,6 +297,18 @@ Your existing elements/content will work with premium version. So you won't lose

== Changelog ==

= 5.9.4 - 14/01/2024 =

- Fixed: EA Filterable Gallery | Image Caption issue under the lightbox
- Fixed: EA Testimonial Slider | Added Compatibility Support for Older version of Hello Elementor theme
- Fixed: EA Gravity Form | Form styling issue
- Fixed: EA Event Calendar | Old events visibility issue for Current Date & Custom Date
- Improved: EA Login Register Form | Added Global support for reCaptcha
- Improved: EA Interactive Circle | Added Support for Keyboard Accessibility
- Improved: EA Login Register Form | Updated Error Notice mechanism for Caching Plugins
- Improved: EA Event Calendar | Added Date formatting option for Event popup
- Few minor bug fixes & improvements

= 5.9.3 - 24/12/2023 =

- Improved: Security Enhancement
Expand Down

0 comments on commit 2331906

Please sign in to comment.