Skip to content

Commit 77034d8

Browse files
committed
Ready for v5.7.0
1 parent 2d44989 commit 77034d8

File tree

2 files changed

+13
-7
lines changed

2 files changed

+13
-7
lines changed

pootle-page-builder.php

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Plugin Name: Pootle Pagebuilder - WordPress Page builder
44
* Plugin URI: http://pootlepress.com/
55
* Description: Pootle Pagebuilder is a front-end, drag and drop page builder that makes it easy to create beautiful WordPress pages and posts.
6-
* Version: 5.6.0
6+
* Version: 5.7.0
77
* Author: Pootlepress
88
* Author URI: http://pootlepress.com/
99
* License: GPL version 3
@@ -14,7 +14,7 @@
1414
if ( ! class_exists( 'Pootle_Page_Builder' ) ) {
1515

1616
/** Pootle page builder current version */
17-
define( 'POOTLEPB_VERSION', '5.6.0' );
17+
define( 'POOTLEPB_VERSION', '5.7.0' );
1818
/** Pootle page builder __FILE__ */
1919
define( 'POOTLEPB_BASE_FILE', __FILE__ );
2020
/** Pootle page builder plugin directory path */
@@ -271,9 +271,9 @@ public function uninstall() {
271271
include 'run-on-uninstall.php';
272272
}
273273
} //class Pootle_Page_Builder
274-
/** @var Pootle_Page_Builder $Pootle_Page_Builder Instance */
274+
/** @var Pootle_Page_Builder $Pootle_Page_Builder Instance */
275275
global $Pootle_Page_Builder;
276276

277-
/** @var Pootle_Page_Builder $Pootle_Page_Builder Instance */
277+
/** @var Pootle_Page_Builder $Pootle_Page_Builder Instance */
278278
$Pootle_Page_Builder = new Pootle_Page_Builder();
279-
}
279+
}

readme.txt

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Author: PootlePress
99
Donate link:
1010
Requires at least: 4.1.0
1111
Tested up to: 5.4.0
12-
Stable tag: 5.6.0
12+
Stable tag: 5.7.0
1313
License: GPLv2 or later
1414
License URI: http://www.gnu.org/licenses/gpl-3.0.html
1515

@@ -153,6 +153,12 @@ t
153153

154154
== Changelog ==
155155

156+
= 5.7.0 =
157+
* 2020-08-17
158+
* Fix - Admin editor and live editor breaking on save WP 5.5
159+
* Fix - Page customizer compatibility WordPress 5.5
160+
* Fix - Pootle Button compatibility WordPress 5.5
161+
156162
= 5.6.0 =
157163
* 2020-05-04
158164
* Tweak - Font awesome picker FA5 icons
@@ -502,4 +508,4 @@ t
502508

503509
= 0.1 =
504510
* 2015-07-06
505-
* Initial release. It's alive!
511+
* Initial release. It's alive!

0 commit comments

Comments
 (0)