Changelog + date

This commit is contained in:
Mike Jolley 2015-02-11 12:32:02 +00:00
parent 9afa2848d7
commit 8c4ae7e43a
2 changed files with 4 additions and 4 deletions

View File

@ -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
Requires at least: 3.8
Tested up to: 4.1
Stable tag: 2.2.11
Stable tag: 2.3.0
License: GPLv3
License URI: http://www.gnu.org/licenses/gpl-3.0.html
@ -138,7 +138,7 @@ Yes you can! Join in on our [GitHub repository](http://github.com/woothemes/wooc
== Changelog ==
= 2.3.0 =
= 2.3.0 - 11/02/2015 =
* Feature - Option to geo-locate the customer's inital location.
* Feature - Display taxes in store based on the customer location, rather than the shop base.
* Feature - Made tax importer expand postcode ranges.

View File

@ -26,7 +26,7 @@ if ( ! class_exists( 'WooCommerce' ) ) :
* Main WooCommerce Class
*
* @class WooCommerce
* @version 2.1.0
* @version 2.3.0
*/
final class WooCommerce {