Version 2.4.4
This commit is contained in:
parent
a5b4d7ff1d
commit
2da4ea0084
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "woocommerce",
|
||||
"title": "WooCommerce",
|
||||
"version": "2.4.3",
|
||||
"version": "2.4.4",
|
||||
"homepage": "http://www.woothemes.com/woocommerce/",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
|
|
@ -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: 4.0
|
||||
Tested up to: 4.3
|
||||
Stable tag: 2.4.3
|
||||
Stable tag: 2.4.4
|
||||
License: GPLv3
|
||||
License URI: http://www.gnu.org/licenses/gpl-3.0.html
|
||||
|
||||
|
@ -159,6 +159,7 @@ Yes you can! Join in on our [GitHub repository](http://github.com/woothemes/wooc
|
|||
|
||||
== Changelog ==
|
||||
|
||||
= 2.4.4 - 14/08/2015 =
|
||||
* Fix - Ajax variation handling when 'any' attribute is set.
|
||||
* Fix - Run html_entity_decode over text attributes to fix problems with quote characters.
|
||||
* Fix - COD: remove shipping check if the cart is 100% virtual.
|
||||
|
|
|
@ -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.4.3
|
||||
* Version: 2.4.4
|
||||
* Author: WooThemes
|
||||
* Author URI: http://woothemes.com
|
||||
* Requires at least: 4.1
|
||||
|
@ -33,7 +33,7 @@ final class WooCommerce {
|
|||
/**
|
||||
* @var string
|
||||
*/
|
||||
public $version = '2.4.3';
|
||||
public $version = '2.4.4';
|
||||
|
||||
/**
|
||||
* @var WooCommerce The single instance of the class
|
||||
|
|
Loading…
Reference in New Issue