This branch is now 2.1.6-bleeding
This commit is contained in:
parent
895759954e
commit
911f7f8a46
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "woocommerce",
|
||||
"title": "WooCommerce",
|
||||
"version": "2.1.5",
|
||||
"version": "2.1.6",
|
||||
"homepage": "http://www.woothemes.com/woocommerce/",
|
||||
"main": "Gruntfile.js",
|
||||
"devDependencies": {
|
||||
|
|
|
@ -126,6 +126,8 @@ Yes you can! Join in on our [GitHub repository](http://github.com/woothemes/wooc
|
|||
|
||||
== Changelog ==
|
||||
|
||||
= 2.1.6 =
|
||||
|
||||
= 2.1.5 - 06/03/2014 =
|
||||
* 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
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
* Plugin Name: WooCommerce
|
||||
* Plugin URI: http://www.woothemes.com/woocommerce/
|
||||
* Description: An e-commerce toolkit that helps you sell anything. Beautifully.
|
||||
* Version: 2.1.5
|
||||
* Version: 2.1.6-bleeding
|
||||
* Author: WooThemes
|
||||
* Author URI: http://woothemes.com
|
||||
* Requires at least: 3.8
|
||||
|
@ -33,7 +33,7 @@ final class WooCommerce {
|
|||
/**
|
||||
* @var string
|
||||
*/
|
||||
public $version = '2.1.5';
|
||||
public $version = '2.1.6';
|
||||
|
||||
/**
|
||||
* @var WooCommerce The single instance of the class
|
||||
|
|
Loading…
Reference in New Issue