Skip to content

Commit

Permalink
Version 5.9.23
Browse files Browse the repository at this point in the history
  • Loading branch information
khan-rafin-ahmed committed Jun 5, 2024
1 parent 10ff894 commit 696fd21
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 3 deletions.
4 changes: 2 additions & 2 deletions essential_adons_elementor.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* 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.22
* Version: 5.9.23
* Author URI: https://wpdeveloper.com/
* Text Domain: essential-addons-for-elementor-lite
* Domain Path: /languages
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.22');
define('EAEL_PLUGIN_VERSION', '5.9.23');
define('EAEL_ASSET_PATH', wp_upload_dir()['basedir'] . '/essential-addons-elementor');
define('EAEL_ASSET_URL', wp_upload_dir()['baseurl'] . '/essential-addons-elementor');
/**
Expand Down
24 changes: 23 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.5
Requires PHP: 7.0
Stable tag: 5.9.22
Stable tag: 5.9.23
License: GPLv3
License URI: https://opensource.org/licenses/GPL-3.0

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

== Changelog ==

= 5.9.23 - 05/06/2024 =

- Improved: Security Enhancement
- Improved: EA Login/Register Form | Added Score Threshold option for reCAPTCHA & option to remove the branding
- Improved: EA Woo product Grid | Added option to filter by tags
- Improved: EA Login/Register Form | Added support for register_form action hook
- Improved: EA Login/Register Form | Added field for honeypot
- Improved: EA Interactive Circle | Added option to rotate the Interactive Circle around the middle and pause on hover
- Improved: EA Feature List | Added Horizontal layout option
- Improved: EA Filterable Gallery | Added support for vertical 9:16 video
- Fixed: EA Simple Menu | Using a hash link (#) on a sub-menu item within a hamburger menu will not open the dropdown item on mobile/tablet view
- Fixed: EA Woo Product Grid | Not working properly with WordPress and WooCommerce Filter
- Fixed: EA Filterable Gallery | Image Tag being changed from <a> tag to <img> tag after Version 5.9.15
- Fixed: EA Advanced Data Table | Header text reverting to Black if the Sort option in the advanced Features is turned off
- Fixed: EA Post Grid | Conflict with Ultimate Member plugin
- Fixed: EA Post Grid | On Style 3 Terms on Hover is not showing after clicking on the Load More button
- Fixed: EA WP Forms | EA WP Forms Widget Width Restriction in Latest Update
- Fixed: EA Woo Product Gallery | Error in code — data-template and data-terms attributes
- Fixed: EA Woo Product Grid | "Out of stock" badge showing on top of "Sale" badge
- Fixed: EA Login/Register Form | Spinner is not visible on the front-end
- Few minor bug fixes & improvements

= 5.9.22 - 22/05/2024 =

- Improved: Security Enhancement
Expand Down

0 comments on commit 696fd21

Please sign in to comment.