Skip to content

Commit

Permalink
Version 5.9.16
Browse files Browse the repository at this point in the history
  • Loading branch information
khan-rafin-ahmed committed Apr 23, 2024
1 parent 98d1f90 commit be2fbbe
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 6 deletions.
10 changes: 5 additions & 5 deletions essential_adons_elementor.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@
* Plugin URI: https://essential-addons.com/elementor/
* Requires Plugins: elementor
* Author: WPDeveloper
* Version: 5.9.15
* Version: 5.9.16
* Author URI: https://wpdeveloper.com/
* Text Domain: essential-addons-for-elementor-lite
* Domain Path: /languages
*
* WC tested up to: 8.7
* Elementor tested up to: 3.20
* Elementor Pro tested up to: 3.20
* WC tested up to: 8.8
* Elementor tested up to: 3.21
* Elementor Pro tested up to: 3.21
*/

if (!defined('ABSPATH')) {
Expand All @@ -28,7 +28,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.15');
define('EAEL_PLUGIN_VERSION', '5.9.16');
define('EAEL_ASSET_PATH', wp_upload_dir()['basedir'] . '/essential-addons-elementor');
define('EAEL_ASSET_URL', wp_upload_dir()['baseurl'] . '/essential-addons-elementor');
/**
Expand Down
13 changes: 12 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.15
Stable tag: 5.9.16
License: GPLv3
License URI: https://opensource.org/licenses/GPL-3.0

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

== Changelog ==

= 5.9.16 - 23/04/2024 =

- Improved: Security Enhancement
- Fixed: EA Event Calendar | Table layout shows +6 hours ahead of events time in manual source
- Fixed: EA Woo Product Grid | not compatible with Whols plugin
- Fixed: EA Woo Cart | Style-2 layout in mobile devices the "close" button style broken
- Fixed: EA Interactive Circle | not allowing to click on icons sometimes
- Fixed: EA Filterable Gallery | Images are not getting opened in lightbox
- Improved: EA Table of Contents | Exclude the page title and the comment/review options
- Few minor bug fixes & improvements

= 5.9.15 - 09/04/2024 =

- Fixed: EA Content Ticker | Navigation arrow styling is not working
Expand Down

0 comments on commit be2fbbe

Please sign in to comment.