This commit is contained in:
Mike Jolley 2016-06-18 19:53:37 +01:00
parent cdd4e6d877
commit 137e6c1b8b
1 changed files with 9 additions and 1 deletions

View File

@ -158,7 +158,15 @@ Yes you can! Join in on our [GitHub repository](http://github.com/woothemes/wooc
== Changelog ==
Fix - wc_add_to_cart_message() when non-array is passed.
= 2.6.2 - xx/xx/16 =
* Fix - Set max index length on woocommerce_payment_tokenmeta table for utf8mb4 support.
* Fix - is_available check for legacy shipping methods.
* Fix - wc_add_to_cart_message() when non-array is passed.
* Fix - Maximum coupon check should allow the 'maximum' value.
* Fix - Potential notices when leaving out 'default' field for shipping instances.
* Fix - wp_cache_flush after term meta migration/update.
* Fix - wc_add_to_cart_message() when non-array is passed.
* Tweak - Made customer pay link display if order needs_payment() rather than checking pending status.
= 2.6.1 - 16/06/16 =
* Fix - Added missing localized format for line taxes in orders screen to prevent total miscalculation in manual orders.