Skip to content

Commit

Permalink
Bump to 2.9.8
Browse files Browse the repository at this point in the history
  • Loading branch information
KingYes committed Apr 21, 2020
1 parent 1ed3ab6 commit a23fdd6
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 5 deletions.
11 changes: 10 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -223,9 +223,18 @@ No. Elementor supports WordPress 5.0 or greater, and is compatible with PHP 5.6

## Changelog ##

### 2.9.8 - 2020-04-21 ###
* Tweak: Added `.webp` file extension support to Elementor Lightbox
* Fix: Added missing font-family for `elementor-button` class to avoid system font ([#11166](https://github.com/elementor/elementor/issues/11166))
* Fix: Site Part without any content has no height and not accessible in some cases
* Fix: PHP notice in Connect module
* Fix: Navigator resize action is not available in edge cases
* Fix: SVG sanitizer `href` attribute for better security
* Fix: Hardened user role that is allowed to upload unfiltered files for better security

### 2.9.7 - 2020-03-25 ###
* Tweak: Added compatibility with WordPress v5.4 ([#10745](https://github.com/elementor/elementor/issues/10745))
* Tweak: Show Typography section to everyone in Section, Column and Inner Section elements ([#10592](https://github.com/elementor/elementor/issues/10525))
* Tweak: Show Typography section to everyone in Section, Column and Inner Section elements ([#10592](https://github.com/elementor/elementor/issues/10592))
* Fix: Custom Attributes section missing in Advanced tab ([#10881](https://github.com/elementor/elementor/issues/10881))
* Fix: Title color & Typography settings are being overridden by Theme Style in Accordion and Toggle widget ([#10900](https://github.com/elementor/elementor/issues/10900))
* Fix: Merged "Play On Mobile" string for better i18n in Video widget (Props [@pedro-mendonca](https://github.com/pedro-mendonca), [#10315](https://github.com/elementor/elementor/issues/10315))
Expand Down
4 changes: 2 additions & 2 deletions elementor.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* Description: The most advanced frontend drag & drop page builder. Create high-end, pixel perfect websites at record speeds. Any theme, any page, any design.
* Plugin URI: https://elementor.com/?utm_source=wp-plugins&utm_campaign=plugin-uri&utm_medium=wp-dash
* Author: Elementor.com
* Version: 2.9.7
* Version: 2.9.8
* Author URI: https://elementor.com/?utm_source=wp-plugins&utm_campaign=author-uri&utm_medium=wp-dash
*
* Text Domain: elementor
Expand All @@ -27,7 +27,7 @@
exit; // Exit if accessed directly.
}

define( 'ELEMENTOR_VERSION', '2.9.7' );
define( 'ELEMENTOR_VERSION', '2.9.8' );
define( 'ELEMENTOR_PREVIOUS_STABLE_VERSION', '2.8.5' );

define( 'ELEMENTOR__FILE__', __FILE__ );
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "elementor",
"slug": "elementor",
"version": "2.9.7",
"version": "2.9.8",
"prev_stable_version": "2.8.5",
"author": "Elementor Team",
"homepage": "https://elementor.com/",
Expand Down
2 changes: 1 addition & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Tags: page builder, editor, landing page, drag-and-drop, elementor, visual edito
Requires at least: 5.0
Tested up to: 5.4
Requires PHP: 5.6
Stable tag: 2.9.7
Stable tag: 2.9.8
License: GPLv3
License URI: https://www.gnu.org/licenses/gpl-3.0.html

Expand Down

0 comments on commit a23fdd6

Please sign in to comment.