Skip to content

Commit

Permalink
Version 5.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
khan-rafin-ahmed committed Dec 14, 2023
1 parent 99ec975 commit 6afda9b
Show file tree
Hide file tree
Showing 2 changed files with 42 additions and 7 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: 5.9
* Version: 5.9.1
* Author URI: https://wpdeveloper.com/
* Text Domain: essential-addons-for-elementor-lite
* Domain Path: /languages
*
* WC tested up to: 8.3.1
* Elementor tested up to: 3.17.3
* Elementor Pro tested up to: 3.17.1
* WC tested up to: 8.4.0
* Elementor tested up to: 3.18.2
* Elementor Pro tested up to: 3.18.1
*/

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', '5.9');
define('EAEL_PLUGIN_VERSION', '5.9.1');
define('EAEL_ASSET_PATH', wp_upload_dir()['basedir'] . '/essential-addons-elementor');
define('EAEL_ASSET_URL', wp_upload_dir()['baseurl'] . '/essential-addons-elementor');
/**
Expand Down
39 changes: 37 additions & 2 deletions readme.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
=== Essential Addons for Elementor - Best Elementor Widgets With Kits, Templates & WooCommerce Builders ===
=== Essential Addons for Elementor - Best Elementor Templates, Widgets, Kits & WooCommerce Builders ===
Contributors: wpdevteam, Codetic, re_enter_rupok, Asif2BD, priyomukul, sumaiyasiddika, rudlinkon, robinwpdeveloper, jakariaistauk, himadree12
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: 6.4
Requires PHP: 7.0
Stable tag: 5.9
Stable tag: 5.9.1
License: GPLv3
License URI: https://opensource.org/licenses/GPL-3.0

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

== Changelog ==

= 5.9.1 - 14/12/2023 =

- Fixed: EA Advanced Accordion | Added support for FAQ schema for saved template
- Fixed: EA Event Calendar | Style and Layout related issues
- Fixed: EA Advanced Accordion | Spacing Issue with content's Paragraph
- Fixed: EA Simple Menu | Dropdown Indicator Icon Issue
- Fixed: EA Sticky Video | On mobile the video section is underlapping
- Fixed: EA Event Calendar | Starting date does not update the Calender in List View.
- Fixed: EA Call to Action | Background color is not properly changing for Preset-1 & 2
- Fixed: EA Woo Cart | Repeated design appears after "EA Woo Cart" is used twice on the same page for both desktop and mobile versions
- Fixed: EA Gravity Forms | Border radius in dropdown element doesn't work
- Fixed: EA Filterable Gallery | Automatically turn on the lightbox after performing the filter
- Fixed: EA Advanced Data Table | Disabling the header does not work in Tablepress
- Fixed: EA Post Grid | Post terms are not displaying in custom post type
- Fixed: EA Woo Product Carousel | Saved templates are not working as expected on the Toggle, Advanced Tabs, Advanced Accordion & Lightbox widgets
- Fixed: EA Post Grid | Read More button alignment not working
- Fixed: EA Woo Checkout | Field name is not getting changed
- Fixed: EA Advanced Accordion | Menu anchoring Issue with custom offset
- Fixed: EA Product Grid | Add To Cart button text changes don't affect the 2nd page.
- Fixed: EA Image Accordion | Anchor link is not working
- Fixed: EA Login/Register Form | When "Submit form via Ajax" is disabled, the validation message doesn't show on the popup
- Fixed: Uncaught TypeError: in_array() with the latest version plugin
- Fixed: EA Flip Box | HTML tag is not working in EA Flip Box Title
- Fixed: EA Woo Product Gallery | Add to cart button adds a product even when product variation hasn't been selected
- Fixed: EA Info Box | Adding Red Color in <a> tag after the update and design broken
- Improved: EA Fancy Text | Loop stop option for animation type
- Improved: EA Advanced Accordion | Scroll to the accordion title on click
- Improved: EA Login/Register Form | Validation error message is not visible when the Registration page is selected as the Default form
- Improved: EA Woo Checkout | Add option for placeholder on checkout fields
- Improved: EA Woocommerce Product widgets | Filtering option for the "Related Products"
- Improved: EA Login/Register Form | Redirect the users to the previous page after registration
- Improved: EA Interactive Circle | Option to set an icon/image for each Circle Item on top of the bottom text content and under the semi circle
- Improved: EA Table of Contents | TOC title heading options
- Few minor bug fixes & improvements

= 5.9.0 - 27/11/2023 =

- Added: New Widget | EA Woo Product List
Expand Down

0 comments on commit 6afda9b

Please sign in to comment.