Skip to content

Commit

Permalink
Ready for v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
shramee committed Jan 5, 2017
1 parent 0b1faed commit 2fa83e8
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 7 deletions.
7 changes: 5 additions & 2 deletions README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,9 @@ Plugin URI: http://www.pootlepress.com/woocommerce-builder
Tags: product builder, product page builder, product pagebuilder, pootlepress, pootle page builder, pootlepagebuilder, pootle pagebuilder, product layout, product layouts, product layout builder, product layout customizer
Author URI: http://www.pootlepress.com
Author: PootlePress
Donate link:
Requires at least: 4.1.0
Tested up to: 4.7-alpha-38356
Stable tag: 1.0.0
Stable tag: 1.1.0
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html

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

== Upgrade Notice ==

= 1.1.0 =
* Fix - WooBuilder metabox showing on all post edit screens
* Fix - Disabling WooBuilder shows ppb layout in description instead of long description

= 1.0.0 =
* Ready for the world

Expand Down
11 changes: 6 additions & 5 deletions ppb-product-builder.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,13 @@
/*
Plugin Name: WooBuilder
Plugin URI: http://pootlepress.com/
Description: Boilerplate for fast track Pootle Page Builder Addon Development
Author: Shramee
Version: 1.0.0
Author URI: http://shramee.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
Author URI: http://pootlepress.com/
@developer shramee <shramee.srivastav@gmail.com>
*/

/** Plugin admin class */
require 'inc/class-admin.php';
/** Plugin public class */
Expand Down Expand Up @@ -114,7 +115,7 @@ private function __construct() {
self::$file = __FILE__;
self::$url = plugin_dir_url( __FILE__ );
self::$path = plugin_dir_path( __FILE__ );
self::$version = '1.0.0';
self::$version = '1.1.0';

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

0 comments on commit 2fa83e8

Please sign in to comment.