Skip to content

Commit

Permalink
Version 6.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
khan-rafin-ahmed committed Sep 9, 2024
1 parent 9e99e2d commit 25eb919
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 6 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: Most Used Elementor addon, an advanced elements library for Elementor web builder with 100+ powerful widgets & extensions with WooCommerce builder.
* Plugin URI: https://essential-addons.com/
* Author: WPDeveloper
* Version: 6.0.3
* Version: 6.0.4
* Author URI: https://wpdeveloper.com/
* Text Domain: essential-addons-for-elementor-lite
* Domain Path: /languages
*
* WC tested up to: 9.2
* Elementor tested up to: 3.23
* Elementor Pro tested up to: 3.23
* Elementor tested up to: 3.24
* Elementor Pro tested up to: 3.24
*/

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', '6.0.3');
define('EAEL_PLUGIN_VERSION', '6.0.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: 12 additions & 2 deletions readme.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
=== Essential Addons for Elementor - Best Elementor Templates, Widgets, Kits & WooCommerce Builders ===
=== Essential Addons for Elementor Best Elementor Addon, Templates, Widgets, Kits & WooCommerce Builders ===
Contributors: wpdevteam, Codetic, re_enter_rupok, Asif2BD, priyomukul, sumaiyasiddika, rudlinkon, robinwpdeveloper, jakariaistauk, himadree12
Tags: elementor, elements, woocommerce, elementor addon, elementor widget
Requires at least: 5.0
Tested up to: 6.6
Requires PHP: 7.0
Stable tag: 6.0.3
Stable tag: 6.0.4
License: GPLv3
License URI: https://opensource.org/licenses/GPL-3.0

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

== Changelog ==

= 6.0.4 - 09/09/2024 =

- Improved: Security enchancements in EA Fancy Chart & EA Filterably Gallery widgets
- Improved: EA Woo Product widgets | Added manual product selection option
- Added: Compatibility with Element Caching
- Fixed: Scroll position changing on click Elementor Tab when EA is activated
- Fixed: EA Interactive Circle | Link malfunction in interactive items
- Fixed: EA Filterable Gallery | Randomized Gallery option not randomizing the gallery items due to caching issue
- Few minor bug fixes & improvements

= 6.0.3 - 04/09/2024 =

- Fixed: EA Post Grid | Author related UI issues
Expand Down

0 comments on commit 25eb919

Please sign in to comment.