This branch is now 2.1.6-bleeding
This commit is contained in:
parent
895759954e
commit
911f7f8a46
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"name": "woocommerce",
|
"name": "woocommerce",
|
||||||
"title": "WooCommerce",
|
"title": "WooCommerce",
|
||||||
"version": "2.1.5",
|
"version": "2.1.6",
|
||||||
"homepage": "http://www.woothemes.com/woocommerce/",
|
"homepage": "http://www.woothemes.com/woocommerce/",
|
||||||
"main": "Gruntfile.js",
|
"main": "Gruntfile.js",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
|
|
|
@ -126,6 +126,8 @@ Yes you can! Join in on our [GitHub repository](http://github.com/woothemes/wooc
|
||||||
|
|
||||||
== Changelog ==
|
== Changelog ==
|
||||||
|
|
||||||
|
= 2.1.6 =
|
||||||
|
|
||||||
= 2.1.5 - 06/03/2014 =
|
= 2.1.5 - 06/03/2014 =
|
||||||
* Fix - Prevent notices on new plain text email parameter for BACS and Cheque gateways
|
* Fix - Prevent notices on new plain text email parameter for BACS and Cheque gateways
|
||||||
* Fix - Fixed issue where variation prices were hidden when variation stock management wasn't set
|
* Fix - Fixed issue where variation prices were hidden when variation stock management wasn't set
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
* Plugin Name: WooCommerce
|
* Plugin Name: WooCommerce
|
||||||
* Plugin URI: http://www.woothemes.com/woocommerce/
|
* Plugin URI: http://www.woothemes.com/woocommerce/
|
||||||
* Description: An e-commerce toolkit that helps you sell anything. Beautifully.
|
* Description: An e-commerce toolkit that helps you sell anything. Beautifully.
|
||||||
* Version: 2.1.5
|
* Version: 2.1.6-bleeding
|
||||||
* Author: WooThemes
|
* Author: WooThemes
|
||||||
* Author URI: http://woothemes.com
|
* Author URI: http://woothemes.com
|
||||||
* Requires at least: 3.8
|
* Requires at least: 3.8
|
||||||
|
@ -33,7 +33,7 @@ final class WooCommerce {
|
||||||
/**
|
/**
|
||||||
* @var string
|
* @var string
|
||||||
*/
|
*/
|
||||||
public $version = '2.1.5';
|
public $version = '2.1.6';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @var WooCommerce The single instance of the class
|
* @var WooCommerce The single instance of the class
|
||||||
|
|
Loading…
Reference in New Issue