Skip to content

Commit

Permalink
Version 6.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
khan-rafin-ahmed committed Sep 29, 2024
1 parent 4a17318 commit 125f4fd
Show file tree
Hide file tree
Showing 2 changed files with 20 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 100+ stunning elements like Data Table, Event Calendar, Filterable Gallery, WooCommerce.
* Plugin URI: https://essential-addons.com/
* Author: WPDeveloper
* Version: 6.0.5
* Version: 6.0.6
* 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', '6.0.5');
define('EAEL_PLUGIN_VERSION', '6.0.6');
define('EAEL_ASSET_PATH', wp_upload_dir()['basedir'] . '/essential-addons-elementor');
define('EAEL_ASSET_URL', wp_upload_dir()['baseurl'] . '/essential-addons-elementor');
/**
Expand Down
19 changes: 18 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Tags: elementor, elements, elementor addon, elementor widget, woocommerce elemen
Requires at least: 5.0
Tested up to: 6.6
Requires PHP: 7.0
Stable tag: 6.0.5
Stable tag: 6.0.6
License: GPLv3
License URI: https://opensource.org/licenses/GPL-3.0

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

== Changelog ==

= 6.0.6 - 29/09/2024 =

- Improved: EA Filterable Gallery | Pagination on video gallery
- Improved: EA Woo Product Carousel | Added Marquee support
- Improved: EA Wrapper Link | Add enable and disable option for traditional link
- Improved: EA Woo Product Carousel | Add option to select items count on slide
- Improved: EA Table of Contents | Position & Color
- Improved: Security enhancements
- Improved: EA Woo Checkout | Need an option to change Input field background color
- Improved: EA Interactive Circle | Interactive Circle content icon not displaying.
- Improved: EA Post Grid | Sticky posts visible at first
- Fixed: EA Flip Box | Purple Color Overlay Issue
- Fixed: EA Filterable Gallery | EA Filterable Gallery field link not translatable with WPML
- Fixed: EA Login/Register Form | Absence of message validation
- Fixed: EA Advanced Tabs | Accessibility Issue, Screen Reader Focus Limited to First Tab
- Few minor bug fixes & improvements

= 6.0.5 - 18/09/2024 =

- Improved: EA Flip Box | UI for mobile devices
Expand Down

0 comments on commit 125f4fd

Please sign in to comment.