Skip to content

Commit

Permalink
Version 5.8.5
Browse files Browse the repository at this point in the history
  • Loading branch information
khan-rafin-ahmed committed Aug 3, 2023
1 parent fe276cb commit 72ec9fc
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 4 deletions.
6 changes: 3 additions & 3 deletions essential_adons_elementor.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
* 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.4
* Version: 5.8.5
* 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.0
* Elementor tested up to: 3.15.1
* Elementor Pro tested up to: 3.15.0
*/

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.4');
define('EAEL_PLUGIN_VERSION', '5.8.5');
define('EAEL_ASSET_PATH', wp_upload_dir()['basedir'] . '/essential-addons-elementor');
define('EAEL_ASSET_URL', wp_upload_dir()['baseurl'] . '/essential-addons-elementor');
/**
Expand Down
12 changes: 11 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.2
Requires PHP: 7.0
Stable tag: 5.8.4
Stable tag: 5.8.5
License: GPLv3
License URI: https://opensource.org/licenses/GPL-3.0

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

== Changelog ==

= 5.8.5 - 03/08/2023 =

- Fixed: EA Advanced Data Table | Merged columns in Google Sheets not displaying properly
- Fixed: EA Event Calendar | Manual Source not working (date changes automatically)
- Fixed: EA Simple Menu | Hamburger menu's dropdown items icon style not working
- Fixed: EA Contact form 7 | Input fields width not working
- Fixed: EA Advanced Data Table | Ninja Table - Not showing 0 value
- Fixed: EA Woo Checkout | Not updating the shipping costs
- Few minor bug fixes & improvements

= 5.8.4 - 27/07/2023 =

- Improved: Added Twitter API v2 Support
Expand Down

0 comments on commit 72ec9fc

Please sign in to comment.