Version bump
This commit is contained in:
parent
87fbb21ff2
commit
6e632c3348
|
@ -4,7 +4,7 @@ Tags: ecommerce, e-commerce, commerce, woothemes, wordpress ecommerce, affiliate
|
||||||
Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_xclick&business=paypal@woothemes.com&item_name=Donation+for+WooCommerce
|
Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_xclick&business=paypal@woothemes.com&item_name=Donation+for+WooCommerce
|
||||||
Requires at least: 3.5
|
Requires at least: 3.5
|
||||||
Tested up to: 3.5
|
Tested up to: 3.5
|
||||||
Stable tag: 2.0.3
|
Stable tag: 2.0.4
|
||||||
License: GPLv3
|
License: GPLv3
|
||||||
License URI: http://www.gnu.org/licenses/gpl-3.0.html
|
License URI: http://www.gnu.org/licenses/gpl-3.0.html
|
||||||
|
|
||||||
|
@ -165,7 +165,7 @@ Yes you can! Join in on our [GitHub repository](http://github.com/woothemes/wooc
|
||||||
|
|
||||||
== Changelog ==
|
== Changelog ==
|
||||||
|
|
||||||
= X =
|
= 2.0.4 - 18/03/2013 =
|
||||||
* Tweak - Like my account, added order_count attribute to view order shortcode.
|
* Tweak - Like my account, added order_count attribute to view order shortcode.
|
||||||
* Tweak - Moved WC_Order_Item_Meta into own file.
|
* Tweak - Moved WC_Order_Item_Meta into own file.
|
||||||
* Tweak - PayPal standard gateway - no longer needs sandbox fix, and notify-validate should be first in the requests.
|
* Tweak - PayPal standard gateway - no longer needs sandbox fix, and notify-validate should be first in the requests.
|
||||||
|
|
|
@ -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.0.3
|
* Version: 2.0.4
|
||||||
* Author: WooThemes
|
* Author: WooThemes
|
||||||
* Author URI: http://woothemes.com
|
* Author URI: http://woothemes.com
|
||||||
* Requires at least: 3.5
|
* Requires at least: 3.5
|
||||||
|
@ -37,7 +37,7 @@ class Woocommerce {
|
||||||
/**
|
/**
|
||||||
* @var string
|
* @var string
|
||||||
*/
|
*/
|
||||||
public $version = '2.0.3';
|
public $version = '2.0.4';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @var string
|
* @var string
|
||||||
|
|
Loading…
Reference in New Issue