Skip to content

Commit

Permalink
Version 6.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
khan-rafin-ahmed committed Aug 29, 2024
1 parent d667437 commit 59b9161
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 6 deletions.
10 changes: 5 additions & 5 deletions essential_adons_elementor.php
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
<?php
/**
* Plugin Name: Essential Addons for Elementor
* 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/
* Description: The Essential plugin you install after Elementor! Packed with 100+ powerful Elementor widgets & extensio including Advanced Data Table, Event Calendar, Filterable Gallery, WooCommerce, and many more.
* Plugin URI: https://essential-addons.com/
* Author: WPDeveloper
* Version: 6.0.1
* Version: 6.0.2
* Author URI: https://wpdeveloper.com/
* Text Domain: essential-addons-for-elementor-lite
* Domain Path: /languages
*
* WC tested up to: 9.1
* WC tested up to: 9.2
* Elementor tested up to: 3.23
* Elementor Pro tested up to: 3.23
*/
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.1');
define('EAEL_PLUGIN_VERSION', '6.0.2');
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.6
Requires PHP: 7.0
Stable tag: 6.0.1
Stable tag: 6.0.2
License: GPLv3
License URI: https://opensource.org/licenses/GPL-3.0

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

== Changelog ==

= 6.0.2 - 29/08/2024 =

- Fixed: Enabling elements inside Elementor causing blank EA dashboard
- Fixed: EA Filterable Gallery | "Load More" button shows on those filters which doesn't have any items and less items
- Fixed: EA Interactive Circle | Add URL support for interactive items
- Fixed: EA Hover Interactions | Hover Interactions does not work on the front-end
- Fixed: EA Dashboard | Update CSS Print Method link
- Fixed: EA Post Grid | After Load More the terms are not displayed with Style 3
- Fixed: EA Flip Box | Add overlay for the background image
- Fixed: EA Woo Product Carousel | Carousel disappears when using Botiga theme
- Fixed: EA Post Grid | Child sections ignores 'Show Meta' parents
- Fixed: EA Scroll To Top | Scroll To Top icon doesn't show
- Fixed: EA WPForms | Submit button hover color stays grey
- Fixed: EA Filterable Gallery | Updated label to "Notice" on display content notice
- Fixed: EA NFT Gallery | Not working
- Improved: EA Dual Color Heading | Vulnerable to Cross Site Scripting (XSS)
- Improved: EA Woo Checkout | EA Woo Checkout is missing some styling options
- Improved: EA Wrapper link | Elementor popup doesn't work on wrapper link
- Improved: EA Table of Contents | Width option for mobile device
- Improved: Optimized Control Loading | EA Feature List, EA Sticky Video, EA Pricing Table, EA Progress Bar, EA Woo Product Compare
- Few minor bug fixes & improvements

= 6.0.1 - 19/08/2024 =

- Fixed: Elementor transform example rotate, skew etc features not working inside Elementor Editor
Expand Down

0 comments on commit 59b9161

Please sign in to comment.