This branch is now 2.1.5-bleeding

This commit is contained in:
Coen Jacobs 2014-03-05 13:43:11 +01:00
parent f101e15504
commit f6ca02e099
3 changed files with 5 additions and 3 deletions

View File

@ -1,7 +1,7 @@
{
"name": "woocommerce",
"title": "WooCommerce",
"version": "2.1.4",
"version": "2.1.5",
"homepage": "http://www.woothemes.com/woocommerce/",
"main": "Gruntfile.js",
"devDependencies": {

View File

@ -126,6 +126,8 @@ Yes you can! Join in on our [GitHub repository](http://github.com/woothemes/wooc
== Changelog ==
= 2.1.5 =
= 2.1.4 - 05/03/2014 =
* Fix - Prevent duplicate loading of functions files
* Fix - Fixed breaking timeline for reports

View File

@ -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.4
* Version: 2.1.5-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.4';
public $version = '2.1.5';
/**
* @var WooCommerce The single instance of the class