Elementor Page Builder - Version 3.5.0-dev15

Version Description

Download this release

Release Info

Developer KingYes
Plugin Icon 128x128 Elementor Page Builder
Version 3.5.0-dev15
Comparing to
See all releases

Code changes from version 3.5.0-dev14 to 3.5.0-dev15

Files changed (2) hide show
  1. DEV-CHANGELOG.md +16 -0
  2. elementor.php +2 -2
DEV-CHANGELOG.md CHANGED
@@ -1,5 +1,21 @@
1
  # Elementor Developer Edition - by Elementor.com
2
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3
  #### 3.5.0-dev13 - 2021-08-23
4
  * New: Docs - UI States [ED-4628] (#15961)
5
  * Fix: Reflect inherited value in slider control [ED-4766] (#16040)
1
  # Elementor Developer Edition - by Elementor.com
2
 
3
+ #### 3.5.0-dev14 - 2021-08-26
4
+ * Fix: consistent hook names (#16099)
5
+ * New: Default values first iteration [ED-3683] (#15518)
6
+ * Fix: Landing page builder experiments causes page not found/ 404 errors with media files URLs (#15943) (ED-4806) (#16096)
7
+ * Fix: Animated elements disappear before entering the viewport (#2806) (ED-2513) (#16095)
8
+ * Tweak: Added Elementor price plan filter to Kit Library (closes #16075) [ED-4804] (#16102)
9
+ * Tweak: Entrance Animations - Once the element has been animated, unobserve it [ED-4845] (#16127)
10
+ * Tweak: Internal - Remove all usages of `Elementor\Utils::get_create_new_post_url()` (#16128)
11
+ * Fix: Controls in the Editor's JS system always have an empty string value as default, so they cannot be deleted (ED-4772) (#16042)
12
+ * Fix: Can't upload SVG files using Elementor (#16084, #16119, #16088) [ED-4813] (#16125)
13
+ * Fix: `wp_kses_post` strips `srcset` attribute from images (#16111) [ED-4840] (#16122)
14
+ * Fix: Inline CSS is parsed to an invalid charcaters. (#16143)
15
+ * Fix: When the inline-SVG experiment is active the list icons alignment can not be changed [ED-4758] (#16109)
16
+ * Fix: Autoplay not working for Vimeo videos in Lightbox (ED-4796) (#16068)
17
+ * Fix: Missing translations escaping in default values module (#16151)
18
+
19
  #### 3.5.0-dev13 - 2021-08-23
20
  * New: Docs - UI States [ED-4628] (#15961)
21
  * Fix: Reflect inherited value in slider control [ED-4766] (#16040)
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-dev14
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-dev14' );
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-dev15
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-dev15' );
31
  define( 'ELEMENTOR_PREVIOUS_STABLE_VERSION', '3.1.4' );
32
 
33
  define( 'ELEMENTOR__FILE__', __FILE__ );