WordPress Page Builder – Beaver Builder - Version 2.5.4.3

Version Description

Download this release

Release Info

Developer pross
Plugin Icon 128x128 WordPress Page Builder – Beaver Builder
Version 2.5.4.3
Comparing to
See all releases

Code changes from version 2.5.4.2 to 2.5.4.3

changelog.txt CHANGED
@@ -1,3 +1,9 @@
 
 
 
 
 
 
1
  <h4>2.5.4.2 - 05/19/2022</h4>
2
  <p><strong>Hot Fix</strong></p>
3
  <ul>
1
+ <h4>2.5.4.3- 05/25/2022</h4>
2
+ <p><strong>Hot Fix</strong></p>
3
+ <ul>
4
+ <li>Fix alignment issue with the launch Beaver Builder box in WP Admin when using WordPress 6.0</li>
5
+ </ul>
6
+
7
  <h4>2.5.4.2 - 05/19/2022</h4>
8
  <p><strong>Hot Fix</strong></p>
9
  <ul>
classes/class-fl-builder-loader.php CHANGED
@@ -48,7 +48,7 @@ if ( ! class_exists( 'FLBuilderLoader' ) ) {
48
  * @return void
49
  */
50
  static private function define_constants() {
51
- define( 'FL_BUILDER_VERSION', '2.5.4.2' );
52
  define( 'FL_BUILDER_FILE', trailingslashit( dirname( dirname( __FILE__ ) ) ) . 'fl-builder.php' );
53
  define( 'FL_BUILDER_DIR', plugin_dir_path( FL_BUILDER_FILE ) );
54
  define( 'FL_BUILDER_URL', esc_url( plugins_url( '/', FL_BUILDER_FILE ) ) );
48
  * @return void
49
  */
50
  static private function define_constants() {
51
+ define( 'FL_BUILDER_VERSION', '2.5.4.3' );
52
  define( 'FL_BUILDER_FILE', trailingslashit( dirname( dirname( __FILE__ ) ) ) . 'fl-builder.php' );
53
  define( 'FL_BUILDER_DIR', plugin_dir_path( FL_BUILDER_FILE ) );
54
  define( 'FL_BUILDER_URL', esc_url( plugins_url( '/', FL_BUILDER_FILE ) ) );
css/build/wp-editor.bundle.css CHANGED
@@ -1,5 +1,7 @@
1
  .wp-block[data-type="fl-builder/layout"] .components-placeholder__fieldset,
 
2
  .wp-block[data-type="fl-builder/layout"] .components-placeholder.components-placeholder {
 
3
  justify-content: center;
4
  align-items: center; }
5
 
1
  .wp-block[data-type="fl-builder/layout"] .components-placeholder__fieldset,
2
+ .wp-block[data-type="fl-builder/layout"] .components-placeholder__instructions,
3
  .wp-block[data-type="fl-builder/layout"] .components-placeholder.components-placeholder {
4
+ text-align: center;
5
  justify-content: center;
6
  align-items: center; }
7
 
css/build/wp-editor.bundle.min.css CHANGED
@@ -1 +1 @@
1
- .wp-block[data-type="fl-builder/layout"] .components-placeholder.components-placeholder,.wp-block[data-type="fl-builder/layout"] .components-placeholder__fieldset{justify-content:center;align-items:center}.fl-builder-layout-enabled .editor-block-list__block:not([data-type="fl-builder/layout"]),.fl-builder-layout-enabled .editor-block-list__breadcrumb,.fl-builder-layout-enabled .editor-block-list__insertion-point,.fl-builder-layout-enabled .editor-block-mover,.fl-builder-layout-enabled .editor-block-settings-menu,.fl-builder-layout-enabled .editor-block-toolbar,.fl-builder-layout-enabled .editor-default-block-appender,.fl-builder-layout-enabled .editor-inserter,.fl-builder-layout-enabled .editor-visual-editor__inserter,body.fl-builder-layout-enabled .block-editor-block-contextual-toolbar,body.fl-builder-layout-enabled .block-editor-block-list__insertion-point-indicator,body.fl-builder-layout-enabled .block-editor-block-list__insertion-point-inserter,body.fl-builder-layout-enabled .block-editor-default-block-appender,body.fl-builder-layout-enabled .block-editor-rich-text__editable{display:none!important}.fl-builder-layout-enabled .editor-block-list__block-edit:before{outline:none!important}.fl-builder-layout-launch-view .components-button{margin:0 5px}.fl-builder-layout-launch-view .components-placeholder__fieldset{max-width:none}.fl-builder-layout-loading-view .spinner{float:left}.fl-builder-plugin-sidebar-button{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1}
1
+ .wp-block[data-type="fl-builder/layout"] .components-placeholder.components-placeholder,.wp-block[data-type="fl-builder/layout"] .components-placeholder__fieldset,.wp-block[data-type="fl-builder/layout"] .components-placeholder__instructions{text-align:center;justify-content:center;align-items:center}.fl-builder-layout-enabled .editor-block-list__block:not([data-type="fl-builder/layout"]),.fl-builder-layout-enabled .editor-block-list__breadcrumb,.fl-builder-layout-enabled .editor-block-list__insertion-point,.fl-builder-layout-enabled .editor-block-mover,.fl-builder-layout-enabled .editor-block-settings-menu,.fl-builder-layout-enabled .editor-block-toolbar,.fl-builder-layout-enabled .editor-default-block-appender,.fl-builder-layout-enabled .editor-inserter,.fl-builder-layout-enabled .editor-visual-editor__inserter,body.fl-builder-layout-enabled .block-editor-block-contextual-toolbar,body.fl-builder-layout-enabled .block-editor-block-list__insertion-point-indicator,body.fl-builder-layout-enabled .block-editor-block-list__insertion-point-inserter,body.fl-builder-layout-enabled .block-editor-default-block-appender,body.fl-builder-layout-enabled .block-editor-rich-text__editable{display:none!important}.fl-builder-layout-enabled .editor-block-list__block-edit:before{outline:none!important}.fl-builder-layout-launch-view .components-button{margin:0 5px}.fl-builder-layout-launch-view .components-placeholder__fieldset{max-width:none}.fl-builder-layout-loading-view .spinner{float:left}.fl-builder-plugin-sidebar-button{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1}
fl-builder.php CHANGED
@@ -3,7 +3,7 @@
3
  * Plugin Name: Beaver Builder Plugin (Lite Version)
4
  * Plugin URI: https://www.wpbeaverbuilder.com/?utm_medium=bb&utm_source=plugins-admin-page&utm_campaign=plugins-admin-uri
5
  * Description: A drag and drop frontend WordPress page builder plugin that works with almost any theme!
6
- * Version: 2.5.4.2
7
  * Author: The Beaver Builder Team
8
  * Author URI: https://www.wpbeaverbuilder.com/?utm_medium=bb&utm_source=plugins-admin-page&utm_campaign=plugins-admin-author
9
  * Copyright: (c) 2014 Beaver Builder
3
  * Plugin Name: Beaver Builder Plugin (Lite Version)
4
  * Plugin URI: https://www.wpbeaverbuilder.com/?utm_medium=bb&utm_source=plugins-admin-page&utm_campaign=plugins-admin-uri
5
  * Description: A drag and drop frontend WordPress page builder plugin that works with almost any theme!
6
+ * Version: 2.5.4.3
7
  * Author: The Beaver Builder Team
8
  * Author URI: https://www.wpbeaverbuilder.com/?utm_medium=bb&utm_source=plugins-admin-page&utm_campaign=plugins-admin-author
9
  * Copyright: (c) 2014 Beaver Builder
includes/updater-config.php CHANGED
@@ -3,7 +3,7 @@
3
  if ( class_exists( 'FLUpdater' ) ) {
4
  FLUpdater::add_product(array(
5
  'name' => 'Beaver Builder Plugin (Lite Version)',
6
- 'version' => '2.5.4.2',
7
  'slug' => 'bb-plugin',
8
  'type' => 'plugin',
9
  ));
3
  if ( class_exists( 'FLUpdater' ) ) {
4
  FLUpdater::add_product(array(
5
  'name' => 'Beaver Builder Plugin (Lite Version)',
6
+ 'version' => '2.5.4.3',
7
  'slug' => 'bb-plugin',
8
  'type' => 'plugin',
9
  ));
readme.txt CHANGED
@@ -4,7 +4,7 @@ Tags: page builder, beaver builder, landing page, front-end builder, drag and dr
4
  Requires at least: 4.6
5
  Tested up to: 6.0
6
  Requires PHP: 5.6
7
- Stable tag: 2.5.4.2
8
  License: GPL2+
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
4
  Requires at least: 4.6
5
  Tested up to: 6.0
6
  Requires PHP: 5.6
7
+ Stable tag: 2.5.4.3
8
  License: GPL2+
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10