From 7105b20ce81b75c3817c05948c89fb83b9ea1ebc Mon Sep 17 00:00:00 2001 From: Claudio Sanches Date: Fri, 28 Apr 2017 16:09:10 -0300 Subject: [PATCH] 3.0.5 changelog --- CHANGELOG.txt | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 34044d3a339..c7aa5904ee1 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -1,5 +1,30 @@ == Changelog == += 3.0.5 - 2017-04-28 = +* Fix - Tooltip display within shipping zone modals. +* Fix - Fix missing title for actions column on mobile. +* Fix - Allow forward slash in telephone field. +* Fix - Sort grouped products by menu order when displaying. +* Fix - Fix term exclusion in term count queries. +* Fix - Filter invalid products before returning them for wc_get_products. +* Fix - Prevent orders being their own parent (causes errors). +* Fix - Correctly migrate legacy shipping taxes data. +* Fix - Make sure the meta data cache is not shared among instances. +* Fix - Correct the stock display notice when a variable product manages stock for it's children. +* Fix - On multisite, add user to blog during checkout if not a user to prevent errors. +* Fix - Correct sale price date handling with some timezone setups. +* Fix - wc_attribute_taxonomy_id_by_name needs to use lowercase attribute slug to work. +* Fix - Make changes to the buyer's company name in the shipping section of checkout persist. +* Tweak - Add required placeholder for meta fields in backend. +* Tweak - Don't strtolower address strings on checkout validation messages. +* REST API - Prevent password change notification when creating a customer. +* REST API - Removed duplicated items returned in shipping and checkout endpoints. +* CLI - Fixed missing shipping zones route. +* Dev - Make get_price_html handling match 2.6 and pass all values through woocommerce_get_price_html filter. +* Dev - Legacy customer class missing get_address / get_address_2 functions. +* Dev - Restored filter `woocommerce_checkout_customer_id` during checkout validation. +* Dev - Adds missing `$this` argument for all `woocommerce_payment_complete_order_status` filters. + = 3.0.4 - 2017-04-20 = * Fix - Variations were not inheriting the product image and shipping class ID. * Fix - Prevent rating/review counts being duplicated when duplicating products.