Skip to content

Commit

Permalink
Version 5.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
khan-rafin-ahmed committed Jun 14, 2022
1 parent fd459ca commit 63302a5
Show file tree
Hide file tree
Showing 2 changed files with 24 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.1.4
* Version: 5.1.5
* Author URI: https://wpdeveloper.com/
* Text Domain: essential-addons-for-elementor-lite
* Domain Path: /languages
*
* WC tested up to: 6.5.1
* Elementor tested up to: 3.6.5
* Elementor tested up to: 3.6.6
* Elementor Pro tested up to: 3.7.1
*/

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.1.4');
define('EAEL_PLUGIN_VERSION', '5.1.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
22 changes: 21 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.0
Requires PHP: 5.6
Stable tag: 5.1.4
Stable tag: 5.1.5
License: GPLv3
License URI: https://opensource.org/licenses/GPL-3.0

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

== Changelog ==

= 5.1.5 - 14/06/2022 =

- Improved: EA Team Member | Added option to show description on hover
- Improved: EA Event Calendar | Added option to use different colors for different events
- Improved: EA Event Calendar | Added option to hide old events
- Improved: EA Event Calendar | Added "Custom Event URL" option for individual events
- Improved: EA Advanced Tabs | Added heading tags for Tab titles
- Improved: EA Advanced Accordion | Added icon controls when the tab expands
- Improved: EA Tooltip | Added sticky option on the Top when scrolling down
- Improved: EA Table of Contents | Added option to highlight current position
- Improved: EA Pricing Table | Added controls to change the font styles of the tooltip
- Fixed: EA Filterable Gallery | Load more not working properly for "Search & Filter" layout
- Fixed: EA Post Grid | Dynamic option not working inside Elementor Theme Builder Search archive pages
- Fixed: EA Woo Product Gallery | Showing blurry product images for Preset 4
- Fixed: EA Team Member | Social Profile nofollow not working
- Fixed: EA Advanced Tabs | Anchor link not working with Custom ID
- Fixed: EA Data Table | Sorting not working when setting column span greater than 1
- Fixed: EA Interactive Circle | Turning into rectangle shape in responsive devices
- Few minor bug fixes & improvements

= 5.1.4 - 26/05/2022 =

- Improved: Data escaping for Security Enhancement
Expand Down

0 comments on commit 63302a5

Please sign in to comment.