File tree Expand file tree Collapse file tree 2 files changed +13
-7
lines changed
Expand file tree Collapse file tree 2 files changed +13
-7
lines changed Original file line number Diff line number Diff line change 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
1414if ( ! 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+ }
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ Author: PootlePress
99Donate link:
1010Requires at least: 4.1.0
1111Tested up to: 5.4.0
12- Stable tag: 5.6 .0
12+ Stable tag: 5.7 .0
1313License: GPLv2 or later
1414License URI: http://www.gnu.org/licenses/gpl-3.0.html
1515
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
502508
503509= 0.1 =
504510* 2015-07-06
505- * Initial release. It's alive!
511+ * Initial release. It's alive!
You can’t perform that action at this time.
0 commit comments