3.0.5 changelog
This commit is contained in:
parent
f6136ba326
commit
7105b20ce8
|
@ -1,5 +1,30 @@
|
||||||
== Changelog ==
|
== 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 =
|
= 3.0.4 - 2017-04-20 =
|
||||||
* Fix - Variations were not inheriting the product image and shipping class ID.
|
* Fix - Variations were not inheriting the product image and shipping class ID.
|
||||||
* Fix - Prevent rating/review counts being duplicated when duplicating products.
|
* Fix - Prevent rating/review counts being duplicated when duplicating products.
|
||||||
|
|
Loading…
Reference in New Issue