Skip to content

Commit

Permalink
Version 4.9.5
Browse files Browse the repository at this point in the history
  • Loading branch information
khan-rafin-ahmed committed Oct 28, 2021
1 parent 1785a10 commit 3ed6d00
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 6 deletions.
10 changes: 5 additions & 5 deletions essential_adons_elementor.php
Original file line number Diff line number Diff line change
Expand Up @@ -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: 4.9.4
* Version: 4.9.5
* Author URI: https://wpdeveloper.net/
* Text Domain: essential-addons-for-elementor-lite
* Domain Path: /languages
*
* WC tested up to: 5.7.1
* Elementor tested up to: 3.4.4
* Elementor Pro tested up to: 3.4.1
* WC tested up to: 5.8.0
* Elementor tested up to: 3.4.6
* Elementor Pro tested up to: 3.4.2
*/

if (!defined('ABSPATH')) {
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.4');
define('EAEL_PLUGIN_VERSION', '4.9.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
11 changes: 10 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: 5.8
Requires PHP: 5.6
Stable tag: 4.9.4
Stable tag: 4.9.5
License: GPLv3
License URI: https://opensource.org/licenses/GPL-3.0

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

== Changelog ==

= 4.9.5 - 28/10/2021 =

- Fixed: EA Simple Menu | Active Page still showing on Responsive Devices
- Fixed: EA Twitter Feed | Not pulling the feed when new Keys are inserted
- Fixed: EA Advanced Data Table | Automatically copying data from another table
- Improved: EA Woo Product Gallery | Added Responsive controls
- Few minor bug fix & improvements


= 4.9.4 - 11/10/2021 =

- Improved: Asset Generator method for better performance
Expand Down

0 comments on commit 3ed6d00

Please sign in to comment.