Skip to content

Commit c1301f0

Browse files
committed
Ready for v5.5.1
1 parent d9390a7 commit c1301f0

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

README.txt

Lines changed: 6 additions & 1 deletion
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.0.0
12-
Stable tag: 5.5.0
12+
Stable tag: 5.5.1
1313
License: GPLv2 or later
1414
License URI: http://www.gnu.org/licenses/gpl-3.0.html
1515

@@ -153,6 +153,11 @@ We encourage everyone to contribute their ideas, thoughts and code snippets. Thi
153153

154154
== Changelog ==
155155

156+
= 5.5.1 =
157+
* 2018-12-12
158+
* Fix - Classic editor compatibility
159+
* Fix - Yoast SEO compatibility
160+
156161
= 5.5.0 =
157162
* 2018-12-05
158163
* New - WordPress 5.0.0 compatibility

pootle-page-builder.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Plugin Name: Pootle Pagebuilder
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.5.0
6+
* Version: 5.5.1
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.5.0' );
17+
define( 'POOTLEPB_VERSION', '5.5.1' );
1818
/** Pootle page builder __FILE__ */
1919
define( 'POOTLEPB_BASE_FILE', __FILE__ );
2020
/** Pootle page builder plugin directory path */

0 commit comments

Comments
 (0)