From 73d35ac2725f9138ef800bd132738f7bf2343f42 Mon Sep 17 00:00:00 2001 From: Rodrigo Primo Date: Wed, 20 Jun 2018 14:57:55 -0300 Subject: [PATCH] 3.4.2 changelog --- CHANGELOG.txt | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 6a028b63b3b..1e29457adfa 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -1,5 +1,20 @@ == Changelog == += 3.4.2 - 2018-06-05 = +* Fix - Flexslider gallery fixes for RTL sites, and for variation image switching. #20328 #20321 +* Fix - Allow forms to be submitted when the password strength library fails to load. #20362 +* Fix - Personal data exporter: Do not export a customer data group containing no data. #20347 +* Fix - Fix navigation notification in settings when clicking save. #20335 +* Fix - Show discount amount for free shipping coupons. #20334 +* Fix - Fixed cache clearing for category children for sites running object caching. #20308 +* Fix - Use correct escaping on select2 placeholders. #20364 +* Fix - Order by price clauses when searching within terms. #20391 +* Fix - Clear needs_processing transient when adding a product to an order. #20390 +* Enhancement - Permission_id constraint checks on install. #20366 +* Dev - Added order to "woocommerce_order_is_vat_exempt" filter arguments. #20365 +* Localization - Disable states for Bahrain. #20363 +* Localization - Disable states for Luxemberg. #20389 + = 3.4.1 - 2018-05-29 = * Fix - Fix webhook admin filtering URLs. #20236 * Fix - Add missing wp_unslash calls to product data meta box to prevent quote characters being escaped on save. #20235