WooCommerce was updated to version 3.4.4, from version 3.4.3. Changelog:
- Fix – Only wordwrap plain email content.
- Fix – Better escaping on product quick edit.
- Fix – Log file deletion.
- Fix – Search feature in Webhooks and REST API keys settings.
- Fix – Notices in REST API keys settings screen.
- Fix – add a check to prevent WC_Geolite_Integration::get_country_iso() from generating a PHP undefined index notice when unable to determine the country code for a given IP address.
- Fix – Variable product stock display if parent is stock managed and not the variation.
- Fix – Correctly hide cost for zero cost shipping methods after placing orders.
- Fix – Disabled autocomplete to prevent datepicker overlapping.
- Fix – Prevent a PHP notice in the setup wizard when store state is not selectable.
- Fix – Fix logic error in WC_Product_CSV_Exporter::get_column_value_stock.
- Fix – Fixed missing notice about no product variation matching.
- Fix – Correct PHPDocs in exporter class.
- Fix – Prevent Mailchimp redirection during the Setup Wizard.
- Fix – Don’t hide coupon form after coupon has been applied.
- Tweak – Remove (optional) text from Address line 2 field.
- Tweak – Removed 100% width for images on single product page using 2017 theme.
- Tweak – Add margin to best selling product title in the dashboard widget to avoid overlapping the sparkline.
- Tweak – Re-add woocommerce_order_details_after_customer_details_filter removed during WC 3.2.
- Dev – Added woocommerce_calculate_item_totals_taxes filter.
- Dev – Links to next and previous page sent out in HTTP header via REST API fixed for some endpoints.
- Dev – Better wc_format_phone_number cleaning.