WooCommerce
WooCommerce 3.0.9 Changelog
WooCommerce
3.0.9 – 2017-06-22
- Fix – Exclude sale products from category checks if coupon is not valid for sale products in coupon class.
- Fix – Fix missing states in state field when selected country differs from checkout data. Required template modification.
- Fix – Updated `woocommerce_email_actions` to send email when order status changes from processing to cancelled.
- Fix – Fix undefined variables in terms and legacy order API endpoints.
- Fix – Correctly update variation outofstock term on save.
- Fix – Add a nonce and confirmation message for logging out via the customer my account page.
- Fix – Allow setting grouped_products via the API.
- Fix – Prevent edge case errors in `wc_get_product_term_ids`.
- Fix – Remove extra escaping to fix saving of special characters in attribute terms.
- Fix – Stricter shipping method matching in COD to prevent conflicts.
- Fix – Recalculate totals after local pickup selection so taxes are recalculated.
- Fix – Add missing nonce to product sales report.
- Fix – Fix webhook save actions and ping the URL to test only once.
- Fix – Fix issue with CLI IDs which overlap with actual data.
- Fix – Normalise emails in coupons so lower/upper case is ignored.
- Fix – Added background color to `x` button in product gallery edit box.
- Dev – Renamed `woocommerce_credit_card_type_labels` filter from `wocommerce_credit_card_type_labels`.