From 911f7f8a46f4808c9eefdbebe9ca856b82527ba1 Mon Sep 17 00:00:00 2001 From: Coen Jacobs Date: Thu, 6 Mar 2014 17:49:47 +0100 Subject: [PATCH] This branch is now 2.1.6-bleeding --- package.json | 2 +- readme.txt | 2 ++ woocommerce.php | 4 ++-- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index e6afbcaaed6..3c7aa186ac5 100644 --- a/package.json +++ b/package.json @@ -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": { diff --git a/readme.txt b/readme.txt index 4b665eb48b4..d329fc1aeb5 100644 --- a/readme.txt +++ b/readme.txt @@ -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 diff --git a/woocommerce.php b/woocommerce.php index 543f8b01567..f5cf351a8b1 100644 --- a/woocommerce.php +++ b/woocommerce.php @@ -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