Version Description
Download this release
Release Info
Developer | KingYes |
Plugin | Elementor Page Builder |
Version | 3.5.0-beta8 |
Comparing to | |
See all releases |
Code changes from version 3.5.0-beta7 to 3.5.0-beta8
- elementor.php +2 -2
- readme.txt +1 -1
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.5.0-
|
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.5.0-
|
31 |
define( 'ELEMENTOR_PREVIOUS_STABLE_VERSION', '3.1.4' );
|
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.5.0-beta8
|
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.5.0-beta8' );
|
31 |
define( 'ELEMENTOR_PREVIOUS_STABLE_VERSION', '3.1.4' );
|
32 |
|
33 |
define( 'ELEMENTOR__FILE__', __FILE__ );
|
readme.txt
CHANGED
@@ -5,7 +5,7 @@ Requires at least: 5.0
|
|
5 |
Tested up to: 5.8
|
6 |
Requires PHP: 5.6
|
7 |
Stable tag: 3.4.8
|
8 |
-
Beta tag: 3.5.0-
|
9 |
License: GPLv3
|
10 |
License URI: https://www.gnu.org/licenses/gpl-3.0.html
|
11 |
|
5 |
Tested up to: 5.8
|
6 |
Requires PHP: 5.6
|
7 |
Stable tag: 3.4.8
|
8 |
+
Beta tag: 3.5.0-beta8
|
9 |
License: GPLv3
|
10 |
License URI: https://www.gnu.org/licenses/gpl-3.0.html
|
11 |
|