Skip to content

Commit

Permalink
Version 5.8.6
Browse files Browse the repository at this point in the history
  • Loading branch information
khan-rafin-ahmed committed Aug 10, 2023
1 parent 0e4c474 commit 7d90d2a
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 7 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 40+ stunning free elements including Advanced Data Table, Event Calendar, Filterable Gallery, WooCommerce, and many more.
* Plugin URI: https://essential-addons.com/elementor/
* Author: WPDeveloper
* Version: 5.8.5
* Version: 5.8.6
* Author URI: https://wpdeveloper.com/
* Text Domain: essential-addons-for-elementor-lite
* Domain Path: /languages
*
* WC tested up to: 7.9.0
* Elementor tested up to: 3.15.1
* Elementor Pro tested up to: 3.15.0
* WC tested up to: 8.0.1
* Elementor tested up to: 3.15.2
* Elementor Pro tested up to: 3.15.1
*/

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', '5.8.5');
define('EAEL_PLUGIN_VERSION', '5.8.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
32 changes: 30 additions & 2 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
Contributors: wpdevteam, Codetic, re_enter_rupok, Asif2BD, priyomukul, sumaiyasiddika, rudlinkon, robinwpdeveloper, jakariaistauk
Tags: elementor, elements, addons, elementor addons, elementor widget, elementor form, woocommerce elementor, page builder, builder, visual editor, wordpress page builder
Requires at least: 5.0
Tested up to: 6.2
Tested up to: 6.3
Requires PHP: 7.0
Stable tag: 5.8.5
Stable tag: 5.8.6
License: GPLv3
License URI: https://opensource.org/licenses/GPL-3.0

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

== Changelog ==

= 5.8.6 - 10/08/2023 =

- Improved: EA Content Timeline | Added Scrollbar styling support for Horizontal layout
- Improved: EA Event Calendar | Added visibility support for all the available events in the List View
- Improved: EA Login Registration Form | Added Column Width support for all the fields
- Improved: EA Filterable Gallery | Added option to select a Default category on page load
- Improved: EA Login Registration Form | Added Filter option for Redirect after Login
- Improved: EA Login Registration Form | Added Custom HTML/CSS support for the Welcome email
- Improved: EA Login Registration Form | Added Shortcode controller support for user Login Notice
- Improved: EA Login Registration Form | Added support for multiple redirect URLs based on user role
- Improved: EA Login Registration Form | Added support for Custom File Upload
- Improved: EA Interactive Circle | Added Active as Default options for content items
- Improved: EA Interactive Circle | Added Auto Trigger functionality on page load
- Improved: EA Woo Cart | Added support to update Cart Automatically
- Improved: EA Advanced Data Table | Added Pagination style support
- Improved: EA Data Table | Added Custom Breakpoint controller for Responsive support
- Improved: EA Advanced Accordion | Accessibility improvements
- Improved: EA Woo Product Gallery | Added option to show/hide sold-out products
- Improved: EA Image Accordion | Added background overlay color support on Hover
- Improved: EA Business Review | Added Dynamic Tag Support on Place ID
- Fixed: EA Woo Product Gallery | Quick view sales / stock out badge text customisation issue
- Fixed: EA Sticky Video | Flickering issue
- Fixed: EA Filterable Gallery | Image Filtering issue in Light Box mode
- Fixed: EA Advanced Menu | Breakpoint and Responsive issues for the Layouts
- Fixed: EA Advanced Tab | Custom ID Offset issue
- Few minor bug fixes & improvements


= 5.8.5 - 03/08/2023 =

- Fixed: EA Advanced Data Table | Merged columns in Google Sheets not displaying properly
Expand Down

0 comments on commit 7d90d2a

Please sign in to comment.