From a7eadce787df3f8b1c7c69332e0b8e883c2b7482 Mon Sep 17 00:00:00 2001 From: Mike Jolley Date: Thu, 16 Jun 2016 14:17:40 +0100 Subject: [PATCH] Changelogs --- CHANGELOG.txt | 19 +++++++++++++++++++ readme.txt | 3 ++- 2 files changed, 21 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.txt b/CHANGELOG.txt index ed129bfe303..4edb447c7ac 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -1,5 +1,23 @@ == Changelog == += 2.6.1 - 16/06/16 = +* Fix - Added missing localized format for line taxes in orders screen to prevent total miscalculation in manual orders. +* Fix - Improved the hour and time fields validation pattern on the orders screen. +* Fix - PayPal does not allow free products, but paid shipping. Workaround by sending shipping as a line item if it is the only cost. +* Fix - SKUs prop on products shortcode. +* Fix - Layered nav counts when term_id does not match term_taxonomy_id (before splitting). +* Fix - Fixed referer links from cart messages in WP 4.4. +* Dev - content-product.php and content-product_cat.php contained the wrong version. +* Dev - Show "matching zone" notice on the frontend when shipping debug mode is on. +* Dev - Restored missing WC_Settings_API::init_form_fields() method to prevent potential errors in 3rd party gateways. +* Dev - API - Fixed returned data from product images (changed `title` to `name`). +* Dev - API - Fixed products schema for `grouped_products`. +* Dev - API - Fixed products attribute options when contains `,`. +* Tweak - Hide 'payment methods' screen if no methods support it. +* Tweak - If shipping method count changes, reset to default. +* Tweak - Avoid normalization of zone postcodes so wildcard matching can be performed on postcodes with spaces. E.g. SP1 * +* Tweak - Allow max_fee in addition to min_fee in flat rate costs fields. + = 2.6.0 - 14/06/16 = * Feature - Introduced Shipping Zone functionality, and re-usable instance based shipping methods. * Feature - Tabbed "My Account" area. @@ -25,6 +43,7 @@ * Tweak - Ignore catalog visibility on products shortcode when specifying IDs or SKUs. * Tweak - Added context to checkout error messages. * Tweak - Added SKU field to grouped products. +* Tweak - Moved SKU field to inventory tab. * Tweak - Support qty display in cart messages. * Tweak - Hide min order amount field when not needed in shipping settings. * Tweak - If shipping < 999.99, use 'shipping' arg when passing values to PayPal. diff --git a/readme.txt b/readme.txt index 61c9d5f8ab0..6c9d6802f95 100644 --- a/readme.txt +++ b/readme.txt @@ -158,7 +158,7 @@ Yes you can! Join in on our [GitHub repository](http://github.com/woothemes/wooc == Changelog == -= 2.6.1 = += 2.6.1 - 16/06/16 = * Fix - Added missing localized format for line taxes in orders screen to prevent total miscalculation in manual orders. * Fix - Improved the hour and time fields validation pattern on the orders screen. * Fix - PayPal does not allow free products, but paid shipping. Workaround by sending shipping as a line item if it is the only cost. @@ -201,6 +201,7 @@ Yes you can! Join in on our [GitHub repository](http://github.com/woothemes/wooc * Tweak - Ignore catalog visibility on products shortcode when specifying IDs or SKUs. * Tweak - Added context to checkout error messages. * Tweak - Added SKU field to grouped products. +* Tweak - Moved SKU field to inventory tab. * Tweak - Support qty display in cart messages. * Tweak - Hide min order amount field when not needed in shipping settings. * Tweak - If shipping < 999.99, use 'shipping' arg when passing values to PayPal.