Skip to content

Commit

Permalink
Version 6.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
khan-rafin-ahmed committed Jan 21, 2025
1 parent ed45508 commit 8238b03
Show file tree
Hide file tree
Showing 2 changed files with 23 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 @@ -4,14 +4,14 @@
* 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.1.0
* Version: 6.1.1
* Author URI: https://wpdeveloper.com/
* Text Domain: essential-addons-for-elementor-lite
* Domain Path: /languages
*
* WC tested up to: 9.5
* Elementor tested up to: 3.26
* Elementor Pro tested up to: 3.26
* WC tested up to: 9.6
* Elementor tested up to: 3.27
* Elementor Pro tested up to: 3.27
*/

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.1.0');
define('EAEL_PLUGIN_VERSION', '6.1.1');
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.7
Requires PHP: 7.0
Stable tag: 6.1.0
Stable tag: 6.1.1
License: GPLv3
License URI: https://opensource.org/licenses/GPL-3.0

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

== Changelog ==

= 6.1.1 - 21/01/2025 =

- Improved: Added Edit Template support right inside the page itself for the widgets which got Saved Template option
- Fixed: EA Breadcrumbs | When used on the Container, the background image of the container doesn't show
- Fixed: Compatibility issue | WooCommerce Product Bundles | With bundle product quick view add to cart not working
- Fixed: EA Filterable Gallery | Accessibility issue with Filters
- Fixed: EA Filterable Gallery | Several fields from Filterable Gallery cannot be translated with WPML.
- Fixed: Advanced Data Table | open new tab does not work in link
- Fixed: EA Advanced Accordion | FAQ Schema Issue with Item Count
- Fixed: EA WPForms | Error text color is not being applied
- Fixed: EA Filterable Gallery | Load more is not showing properly in some cases
- Fixed: EA Event Calendar | Events overflowing the container if multiple events available on a day
- Improved: EA Team Member | Change Team Member name tag from H2 to span
- Fixed: EA Post timeline | Title font family can't be changed
- Fixed: EA Gravity Forms | "Next" Button Issue with Ajax and Toggle Settings
- Few minor bug fixes & improvements

= 6.1.0 - 29/12/2024 =

- Added: EA Woo Product Price
Expand Down

0 comments on commit 8238b03

Please sign in to comment.