Skip to content

Commit

Permalink
Bump to 2.9.6
Browse files Browse the repository at this point in the history
  • Loading branch information
KingYes committed Mar 12, 2020
1 parent da7eeb0 commit 3c3aaea
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 4 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -223,6 +223,12 @@ No. Elementor supports WordPress 5.0 or greater, and is compatible with PHP 5.6

## Changelog ##

### 2.9.6 - 2020-03-12 ###
* Fix: Removed redundant dynamic capabilities from all of color controls inside Group controls in Theme Style
* Fix: Global widget is clickable when editing Theme Style
* Fix: Dropcap not working immediately in Text Editor widget
* Security Fix: Enable Safe Mode only for `activate_plugins` capability

### 2.9.5 - 2020-03-09 ###
* Tweak: Added new parameter to Swiper wrapper to limit breakpoint intervention ([#10525](https://github.com/elementor/elementor/issues/10525))
* Tweak: Updated E-Gallery library to v1.1.2
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.5
* Version: 2.9.6
* 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.5' );
define( 'ELEMENTOR_VERSION', '2.9.6' );
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.5",
"version": "2.9.6",
"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.5
Stable tag: 2.9.6
License: GPLv3
License URI: https://www.gnu.org/licenses/gpl-3.0.html

Expand Down

0 comments on commit 3c3aaea

Please sign in to comment.