WooCommerce was updated to version 3.5.2, from version 3.5.1. Changelog:
- Enhancement – Added compatibility for Twenty Nineteen theme.
- Update – Prepare WooCommerce for PHP 7.3.
- Tweak – Updates the signature field type to “password” in PayPal settings for increased security.
- Tweak – Change the filter name in the /myaccount/lost-password-confirmation.php template to differentiate between other filter with same name and different message.
- 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.
- Tweak – Add tool to systems status tools for running the DB update routine.
- Tweak – Revert default behavior for woocommerce_formatted_address_force_country_display filter to maintain backwards compatibility.
- Tweak – Update products block notice for WP 5.0.
- Tweak – Use wp_kses_post instead of esc_html for sanitizing product titles to allow minimal HTML in product titles.
- 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.
- Tweak – Remove postal code for Angola, São Tomé and Príncipe since they don’t use postal codes and update locale info.
- Fix – Metadata with array key of 0 can save properly.
- Fix – Prevent deleting the default product category via REST API.
- Fix – Fix ‘Table does not exist’ messages on System Status Report in multisite.
- Fix – Add dynamic SSL check to dashboard SSL notice to prevent misdiagnosing that sites aren’t set up with SSL.
- Fix – Don’t show escaped HTML in admin order item details for fees.
- Fix – Don’t include draft variable products in on sale product results.
- Fix – Add woocommerce_hold_stock_minutes check back to stock check in cart/checkout.
- Fix – Fix potential undefined index notice on checkout fields when comparing the sort order.
- Fix – Throw an error when trying to set a variation as the parent of a variation in the CSV importer.
- Fix – Make “account erasure request” text translatable.
- Fix – Display notices on Order Pay page.
- Fix – Fix tax rate uploading by file path.
- Fix – Make wc_download_log_permission_id constraint creation work better on multisites and multiple sites using the same DB.
- Fix – Don’t render undecoded HTML entities in variations dimensions.
- Fix – Do not check for stock when not managing stock or have backorders enabled when paying through the order-pay page.
- Fix – Apply priority field sorting on additional filters to make it apply on the edit address pages as well.
- Fix – Fix export and edit of attribute labels with html encoded special characters in product CSV exporter.
- Fix – Prevent fatal error when rendering plaintext customer invoice email.
- Fix – Prevent fatal error when delivering webhooks using v3 API.
- Fix – Prevent undefined variable notice in wc_increase_stock_levels.
- Fix – Fix overescaping image output on product widget.
- Fix – Croatian Kuna symbol should be lowercase.
- Fix – Fixed an error when deleting logged entries when using the ‘WC_Log_Handler_DB’ handler.
- Fix – Update ShipStation plugin info so install works through setup wizard.
- Fix – Use dynamic DB table name in product list table shipping class query.
- Fix – Log file date/time should be in UTC and not site timezone as per the +00:00:00 string appended to it.
- Fix – Set customer’s country to selling country when only selling to one country and default customer location is ‘none’.
- Fix – Change new account email copy to be compatible with auto-generated accounts.
- Fix – Correct Aria-Labelledby attribute for quantity selectors.
- Fix – Show notices on lost password page.
- Fix – Fix authentication errors when using the REST API with 3rd-party authentication.
- Fix – Fix issues where potentially not all active plugins were included on the system status report.
- Fix – Make PDT validation use the same rounding as the IPN validation to prevent erroneous totals mismatch.