Version Description
Download this release
Release Info
Developer | KingYes |
Plugin | Elementor Page Builder |
Version | 3.2.0-dev2 |
Comparing to | |
See all releases |
Code changes from version 3.1.0 to 3.2.0-dev2
- elementor.php +2 -2
- readme.txt +3 -2
elementor.php
CHANGED
@@ -4,7 +4,7 @@
|
|
4 |
* Description: The Elementor Website Builder has it all: drag and drop page builder, pixel perfect design, mobile responsive editing, and more. Get started now!
|
5 |
* Plugin URI: https://elementor.com/?utm_source=wp-plugins&utm_campaign=plugin-uri&utm_medium=wp-dash
|
6 |
* Author: Elementor.com
|
7 |
-
* Version: 3.
|
8 |
* Author URI: https://elementor.com/?utm_source=wp-plugins&utm_campaign=author-uri&utm_medium=wp-dash
|
9 |
*
|
10 |
* Text Domain: elementor
|
@@ -27,7 +27,7 @@ if ( ! defined( 'ABSPATH' ) ) {
|
|
27 |
exit; // Exit if accessed directly.
|
28 |
}
|
29 |
|
30 |
-
define( 'ELEMENTOR_VERSION', '3.
|
31 |
define( 'ELEMENTOR_PREVIOUS_STABLE_VERSION', '3.0.16' );
|
32 |
|
33 |
define( 'ELEMENTOR__FILE__', __FILE__ );
|
4 |
* Description: The Elementor Website Builder has it all: drag and drop page builder, pixel perfect design, mobile responsive editing, and more. Get started now!
|
5 |
* Plugin URI: https://elementor.com/?utm_source=wp-plugins&utm_campaign=plugin-uri&utm_medium=wp-dash
|
6 |
* Author: Elementor.com
|
7 |
+
* Version: 3.2.0-dev2
|
8 |
* Author URI: https://elementor.com/?utm_source=wp-plugins&utm_campaign=author-uri&utm_medium=wp-dash
|
9 |
*
|
10 |
* Text Domain: elementor
|
27 |
exit; // Exit if accessed directly.
|
28 |
}
|
29 |
|
30 |
+
define( 'ELEMENTOR_VERSION', '3.2.0-dev2' );
|
31 |
define( 'ELEMENTOR_PREVIOUS_STABLE_VERSION', '3.0.16' );
|
32 |
|
33 |
define( 'ELEMENTOR__FILE__', __FILE__ );
|
readme.txt
CHANGED
@@ -4,7 +4,8 @@ Tags: page builder, editor, landing page, drag-and-drop, elementor, visual edito
|
|
4 |
Requires at least: 5.0
|
5 |
Tested up to: 5.6
|
6 |
Requires PHP: 5.6
|
7 |
-
|
|
|
8 |
License: GPLv3
|
9 |
License URI: https://www.gnu.org/licenses/gpl-3.0.html
|
10 |
|
@@ -218,7 +219,7 @@ No. Elementor supports WordPress 5.0 or greater, and is compatible with PHP 5.6
|
|
218 |
|
219 |
== Changelog ==
|
220 |
|
221 |
-
= 3.1.0 - 2021-01-
|
222 |
* New: Elementor Experiments - Experience new features before they're officially released ([Developer Documentation](https://developers.elementor.com/elementor-experiments/))
|
223 |
* New: Compatibility Tag - Make sure your website plugins are compatible with Elementor ([Developer Documentation](https://developers.elementor.com/compatibility-tag/))
|
224 |
* Experiment: Landing Pages - Create beautiful landing pages in a streamlined workflow
|
4 |
Requires at least: 5.0
|
5 |
Tested up to: 5.6
|
6 |
Requires PHP: 5.6
|
7 |
+
Beta tag: 3.1.0-beta4
|
8 |
+
Stable tag: 3.0.16
|
9 |
License: GPLv3
|
10 |
License URI: https://www.gnu.org/licenses/gpl-3.0.html
|
11 |
|
219 |
|
220 |
== Changelog ==
|
221 |
|
222 |
+
= 3.1.0 - 2021-01-24 =
|
223 |
* New: Elementor Experiments - Experience new features before they're officially released ([Developer Documentation](https://developers.elementor.com/elementor-experiments/))
|
224 |
* New: Compatibility Tag - Make sure your website plugins are compatible with Elementor ([Developer Documentation](https://developers.elementor.com/compatibility-tag/))
|
225 |
* Experiment: Landing Pages - Create beautiful landing pages in a streamlined workflow
|