From 90c756a34f7d48364782a161997de73ad62f2c5e Mon Sep 17 00:00:00 2001 From: Khan-Rafin-Ahmed Date: Mon, 27 Jun 2022 19:46:38 +0600 Subject: [PATCH] Version 5.1.7 --- essential_adons_elementor.php | 8 ++++---- readme.txt | 13 +++++++++++-- 2 files changed, 15 insertions(+), 6 deletions(-) diff --git a/essential_adons_elementor.php b/essential_adons_elementor.php index deb52c1d5..626e5e445 100755 --- a/essential_adons_elementor.php +++ b/essential_adons_elementor.php @@ -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.1.6 + * Version: 5.1.7 * Author URI: https://wpdeveloper.com/ * Text Domain: essential-addons-for-elementor-lite * Domain Path: /languages * - * WC tested up to: 6.5.1 + * WC tested up to: 6.6.1 * Elementor tested up to: 3.6.6 - * Elementor Pro tested up to: 3.7.1 + * Elementor Pro tested up to: 3.7.2 */ if (!defined('ABSPATH')) { @@ -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.6'); +define('EAEL_PLUGIN_VERSION', '5.1.7'); 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 d1f4c960a..ed42e5dd3 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: 6.0 Requires PHP: 5.6 -Stable tag: 5.1.6 +Stable tag: 5.1.7 License: GPLv3 License URI: https://opensource.org/licenses/GPL-3.0 @@ -242,10 +242,19 @@ Your existing elements/content will work with premium version. So you won't lose == Changelog == += 5.1.7 - 27/06/2022 = + +- Fixed: EA Filterable Gallery | Load More not working when filter control is disabled +- Fixed: EA Filterable Gallery | Throwing fatal error when full image clickable option is enabled and gallery link button is disabled +- Fixed: EA Post Grid | Image Sizes being Changed because of the image ration option +- Fixed: EA Duplicator | Section type templates duplication not working properly +- Improved: EA Event Calendar | Link escaping for security enhancement +- Few minor bug fixes & improvements + = 5.1.6 - 15/06/2022 = - Fixed: EA Info Box | HTML tag not working inside Infobox Title -- Fixed: EA Flip Box |
tag being closed incorrectly +- Fixed: EA Flip Box | `
` tag being closed incorrectly - Few minor bug fixes & improvements = 5.1.5 - 14/06/2022 =