Enhancement – Added compatibility for Twenty Nineteen theme. #21970
Update – Prepare WooCommerce for PHP 7.3. #22009
Tweak – Updates the signature field type to “password” in PayPal settings for increased security. #21715
Tweak – Change the filter name in the /myaccount/lost-password-confirmation.php template to differentiate between other filter with same name and different message. #21829
Tweak – Reintroduce Preview button by popular demand with the understanding that the Preview will only work on some product fields. It was removed from pubished products in 3.5.0 to prevent confusion. #21838
Tweak – Add tool to systems status tools for running the DB update routine. #21923
Tweak – Revert default behavior for woocommerce_formatted_address_force_country_display filter to maintain backwards compatibility. #21865
Tweak – Update products block notice for WP 5.0. #21930
Tweak – Use wp_kses_post instead of esc_html for sanitizing product titles to allow minimal HTML in product titles. #21936
Tweak – Use dedicated woocommerce_add_order_again_cart_item to filter cart item data when ordering again. Prevents issues with applying woocommerce_add_cart_item out of context. #21947
Tweak – Remove postal code for Angola, São Tomé and Príncipe since they don’t use postal codes and update locale info. #21984 #21985 #21987
Fix – Metadata with array key of 0 can save properly. #21641
Fix – Prevent deleting the default product category via REST API. #21696
Fix – Fix ‘Table does not exist’ messages on System Status Report in multisite. #21706
Fix – Add dynamic SSL check to dashboard SSL notice to prevent misdiagnosing that sites aren’t set up with SSL. #21738
Fix – Don’t show escaped HTML in admin order item details for fees. #21769
Fix – Don’t include draft variable products in on sale product results. #21778
Fix – Add woocommerce_hold_stock_minutes check back to stock check in cart/checkout. #21797 #22050
Fix – Fix potential undefined index notice on checkout fields when comparing the sort order. #21801
Fix – Throw an error when trying to set a variation as the parent of a variation in the CSV importer. #21810
Fix – Make “account erasure request” text translatable. #21812
Fix – Display notices on Order Pay page. #21821
Fix – Fix tax rate uploading by file path. #21831
Fix – Make wc_download_log_permission_id constraint creation work better on multisites and multiple sites using the same DB. #21836 #21940
Fix – Don’t render undecoded HTML entities in variations dimensions. #21844
Fix – Do not check for stock when not managing stock or have backorders enabled when paying through the order-pay page. #21849
Fix – Apply priority field sorting on additional filters to make it apply on the edit address pages as well. #21856
Fix – Fix export and edit of attribute labels with html encoded special characters in product CSV exporter. #21864