diff --git a/essential_adons_elementor.php b/essential_adons_elementor.php index bbfc7d680..7fbf58c23 100755 --- a/essential_adons_elementor.php +++ b/essential_adons_elementor.php @@ -4,7 +4,7 @@ * 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.0.5 + * Version: 5.0.6 * Author URI: https://wpdeveloper.com/ * Text Domain: essential-addons-for-elementor-lite * Domain Path: /languages @@ -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.0.5'); +define('EAEL_PLUGIN_VERSION', '5.0.6'); define('EAEL_ASSET_PATH', wp_upload_dir()['basedir'] . '/essential-addons-elementor'); define('EAEL_ASSET_URL', wp_upload_dir()['baseurl'] . '/essential-addons-elementor'); /** diff --git a/readme.txt b/readme.txt index ca91cc138..e0280340b 100755 --- a/readme.txt +++ b/readme.txt @@ -4,7 +4,7 @@ Tags: elementor, elements, addons, elementor addons, elementor widget, elementor Requires at least: 5.0 Tested up to: 5.9 Requires PHP: 5.6 -Stable tag: 5.0.5 +Stable tag: 5.0.6 License: GPLv3 License URI: https://opensource.org/licenses/GPL-3.0 @@ -241,6 +241,14 @@ Your existing elements/content will work with premium version. So you won't lose == Changelog == += 5.0.6 - 02/02/2022 = + +- Improved: Data sanitization, validation & escaping for Security Enhancement +- Fixed: JS error when Anchor tags are used without the href attribute +- Fixed: EA Product Grid | Product Grid thumbnails not using the image size selected +- Fixed: EA Woo Product Carousel | not fetching the variable products when Sale Items option is selected +- Few minor bug fixes & improvements + = 5.0.5 - 28/01/2022 = - Improved: Enhanced Security to prevent inclusion of unwanted file form remote server through ajax request