Skip to content

Commit

Permalink
Ready for v1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
shramee committed Mar 21, 2017
1 parent e0222cb commit 9a17fda
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
8 changes: 7 additions & 1 deletion README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Author URI: http://www.pootlepress.com
Author: PootlePress
Requires at least: 4.1.0
Tested up to: 4.7-alpha-38356
Stable tag: 1.1.0
Stable tag: 1.2.0
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html

Expand Down Expand Up @@ -71,6 +71,12 @@ Edit the product, uncheck "Enable Product builder" checkbox above `Update` butto

== Upgrade Notice ==

= 1.2.0 =
* 2017-03-21
* Fix - Content dumping in product content
* Fix - WooBuilder::is_ppb_product not working when global $post not available
* Fix - WooBuilder products not working when fancy product layout selected in Storefront Pro

= 1.1.0 =
* 2017-01-05
* Fix - WooBuilder metabox showing on all post edit screens
Expand Down
4 changes: 2 additions & 2 deletions ppb-product-builder.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
Plugin URI: http://pootlepress.com/
Description: WooBuilder let's you take complete control of your product layout, let's you create advanced, professional looking product page layouts.
Author: pootlepress
Version: 1.1.0
Version: 1.2.0
Author URI: http://pootlepress.com/
@developer shramee <[email protected]>
*/
Expand Down Expand Up @@ -115,7 +115,7 @@ private function __construct() {
self::$file = __FILE__;
self::$url = plugin_dir_url( __FILE__ );
self::$path = plugin_dir_path( __FILE__ );
self::$version = '1.1.0';
self::$version = '1.2.0';

add_action( 'init', array( $this, 'init' ) );
} // End __construct()
Expand Down

0 comments on commit 9a17fda

Please sign in to comment.