Skip to content

Commit

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

## Changelog ##

### 2.9.12 - 2020-06-14
* Fix: Duplicated Hidden type form fields inherited required attribute in Form widget ([#11578](https://github.com/elementor/elementor/issues/11578))
* Fix: Select2 control width glitch
###
### 2.9.12 - 2020-06-14 ###
* Fix: Dynamic default value not working in Form widget ([#11578](https://github.com/elementor/elementor/issues/11578), [#11609](https://github.com/elementor/elementor/issues/11609))
* Fix: Dark mode glitches in Form Step items ([#11579](https://github.com/elementor/elementor/issues/11579))
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.12
* Version: 2.9.13
* 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.12' );
define( 'ELEMENTOR_VERSION', '2.9.13' );
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.12",
"version": "2.9.13",
"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.12
Stable tag: 2.9.13
License: GPLv3
License URI: https://www.gnu.org/licenses/gpl-3.0.html

Expand Down

0 comments on commit 1f57a21

Please sign in to comment.