Skip to content

Commit

Permalink
Version 4.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
khan-rafin-ahmed committed Sep 26, 2021
1 parent 708c6cf commit f41cbf8
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 6 deletions.
6 changes: 3 additions & 3 deletions essential_adons_elementor.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@
* 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: 4.9.1
* Version: 4.9.2
* Author URI: https://wpdeveloper.net/
* Text Domain: essential-addons-for-elementor-lite
* Domain Path: /languages
*
* WC tested up to: 5.6.0
* WC tested up to: 5.7.1
* Elementor tested up to: 3.4.4
* Elementor Pro tested up to: 3.4.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', '4.9.1');
define('EAEL_PLUGIN_VERSION', '4.9.2');
define('EAEL_ASSET_PATH', wp_upload_dir()['basedir'] . '/essential-addons-elementor');
define('EAEL_ASSET_URL', wp_upload_dir()['baseurl'] . '/essential-addons-elementor');
/**
Expand Down
18 changes: 15 additions & 3 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, manzurahammed
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: 5.8.1
Tested up to: 5.8
Requires PHP: 5.6
Stable tag: 4.9.1
Stable tag: 4.9.2
License: GPLv3
License URI: https://opensource.org/licenses/GPL-3.0

Expand Down Expand Up @@ -185,7 +185,6 @@ If you like Essential Addons, then consider checking out our other WordPress Plu

⏰ **[SchedulePress](https://wordpress.org/plugins/wp-scheduled-posts/)** – Complete solution for WordPress Post Scheduling to manage schedules through an editorial calendar & Social Share.


⭐ **[ReviewX](https://wordpress.org/plugins/reviewx/)** – Advanced multi criteria Rating & Reviews for WooCommerce that allows users to submit product review for multiple criteria.


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

== Changelog ==

= 4.9.2 - 26/09/2021 =

- Fixed: EA Fliterable Gallery | Images not displaying under each filter until Load More button is hit
- Fixed: EA Post Grid | Load More button not working with Random sorting
- Fixed: EA Advanced Data Table | removed data reappearing
- Fixed: EA Feature List | showing warning in browser console
- Fixed: EA Advanced Tabs | 'Active as Default' getting priority over custom ID
- Fixed: EA Filterable Gallery | PHP 8 Error
- Fixed: EA Woo Product Gallery | Out of Stock Badge not showing
- Improved: EA Table of Contents | Added Height controller
- Improved: EA WooCommerce elements | Added option to make product images clickable
- Few minor bug fix & improvements

= 4.9.1 - 14/09/2021 =

- Improved: EA Woo Product Gallery | Added options to change category tab icon & button hover control
Expand Down

0 comments on commit f41cbf8

Please sign in to comment.