Readme
This commit is contained in:
parent
35a3de03d5
commit
e1b844e449
|
@ -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: 4.0
|
Requires at least: 4.0
|
||||||
Tested up to: 4.1
|
Tested up to: 4.1
|
||||||
Stable tag: 2.3.3
|
Stable tag: 2.3.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
|
||||||
|
|
||||||
|
@ -138,6 +138,7 @@ Yes you can! Join in on our [GitHub repository](http://github.com/woothemes/wooc
|
||||||
|
|
||||||
== Changelog ==
|
== Changelog ==
|
||||||
|
|
||||||
|
= 2.3.4 - xx/02/2015 =
|
||||||
* Fix - limit_usage_to_x_items option in coupons.
|
* Fix - limit_usage_to_x_items option in coupons.
|
||||||
* Fix - Run coupon codes through html_entity_decode.
|
* Fix - Run coupon codes through html_entity_decode.
|
||||||
* Fix - Tax by code report for refunds.
|
* Fix - Tax by code report for refunds.
|
||||||
|
@ -1251,5 +1252,5 @@ Yes you can! Join in on our [GitHub repository](http://github.com/woothemes/wooc
|
||||||
|
|
||||||
== Upgrade Notice ==
|
== Upgrade Notice ==
|
||||||
|
|
||||||
= 2.3.3 =
|
= 2.3.4 =
|
||||||
2.3.0 is a major update so it is important that you make backups, test extensions and your theme prior to updating, and ensure extensions are 2.3 compatible. Developers should catch up with [develop.woothemes.com](http://develop.woothemes.com/) to see what has been happening in core.
|
2.3.0 is a major update so it is important that you make backups, test extensions and your theme prior to updating, and ensure extensions are 2.3 compatible. Developers should catch up with [develop.woothemes.com](http://develop.woothemes.com/) to see what has been happening in core.
|
||||||
|
|
|
@ -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.3.3
|
* Version: 2.3.4
|
||||||
* Author: WooThemes
|
* Author: WooThemes
|
||||||
* Author URI: http://woothemes.com
|
* Author URI: http://woothemes.com
|
||||||
* Requires at least: 4.0
|
* Requires at least: 4.0
|
||||||
|
@ -33,7 +33,7 @@ final class WooCommerce {
|
||||||
/**
|
/**
|
||||||
* @var string
|
* @var string
|
||||||
*/
|
*/
|
||||||
public $version = '2.3.3';
|
public $version = '2.3.4';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @var WooCommerce The single instance of the class
|
* @var WooCommerce The single instance of the class
|
||||||
|
|
Loading…
Reference in New Issue