From 7fb12465dd2cbd926dea2ca4a8e420f05c9466a1 Mon Sep 17 00:00:00 2001 From: Claudio Sanches Date: Wed, 20 Feb 2019 13:17:52 -0300 Subject: [PATCH] Updated changelog --- CHANGELOG.txt | 120 ++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 120 insertions(+) diff --git a/CHANGELOG.txt b/CHANGELOG.txt index d4eebaded6a..80f83b38fd6 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -1,5 +1,125 @@ == Changelog == += 3.5.5 - 2019-02-20 = +* Fix - Fix allow product low stock threshold be the WC settings default. #22777 +* Fix - Fix error on product category when sorting by multiple fields. #22066 +* Fix - Recalculate coupon totals after adding a coupon to an order. #22580 +* Fix - Include refunded orders in top sellers, earners sales by product. #22581 +* Fix - Fix issue where "Any" attributes on variable products not always selectable on front end. #22067 +* Fix - Ensure partial refunds fire order.updated webhooks. #22072 +* Fix - Reload the cart page when the cart is empty. #22114 +* Fix - Always show the price filter widget when filtering products by price. #22303 +* Fix - Added body `{padding: 0;}` CSS rule to the email-styles.php to fix the iOS emails layout issue. #22309 +* Fix - Update variable product default attributes to reflect attribute terms slug edit. #22398 +* Fix - Adds all 3 callback arguments to the `woocommerce_order_item_display_meta_value` filter called from the `get_formatted_legacy` method of the WC_Order_Item_Meta class. #22411 +* Fix - Remove html from add coupon error alert during manual order entry. #22424 +* Fix - Include tax in subtotals when validating coupon minimum and maximum in manual order entry. #22464 +* Fix - Fix ssl check in case shop page no longer exists. #22531 +* Fix - Exclude `paged` from price slider and rating filter. #22533 +* Fix - Limit bulk variation percentage price adjustment to decimal places in pricing settings. #22537 +* Fix - Fix category image `name` field to be used for API POST/PUT. #22553 +* Fix - Fix remote request test in `get_environment_info()`. #22551 +* Fix - Fix notices when images have no metadata or their metadata is removed. #22562 +* Fix - Check for presence of 'save' entry in post data when determining whether to save settings. #22572 +* Fix - Additional CSS support for more input types on variations panel in admin. #22590 +* Fix - Over escaping rating widget html. #22593 +* Fix - Update cron sale price removal to remove the price at midnight after the sale ends. #22609 +* Fix - WC_Log_Handler_File::remove - fix for MS Windows #22624 +* Fix - Only require flat shipping rate when shipping method is enabled in the On-Boarding Wizard. #22599 +* Fix - Fix wrong variable check in `add_uncropped_metadata`. #22638 +* Fix - No alert for mis-matched password reset. #22642 +* Fix - Hold-stock behavior between simple products and variable products was different. #22646 +* Fix - OBW: Offer Storefront when WP 5.0 default theme is active #22649 +* Fix - Add novalidate attribute to payment form to prevent hidden fields preventing submission. #22662 +* Fix - Switch span to paragraph for descriptions in admin user profile view to correct spacing. #22663 +* Fix - Added POST variable check in product data meta box. #22681 +* Fix - PayPal item name encoding. #22684 +* Fix - Move PayPal BN partner ID. #22763 +* Fix - The "for" attribute of a label for a radio input is invalid in `woocommerce_form_field`. #22690 +* Fix - Custom payment options sections was not loading settings. #22704 +* Fix - Breadcrumbs on custom post types was using the singular name instead of plural. #22705 +* Fix - Fixed generate webhook signature when secret contains special chars. #22722 +* Fix - Set correct item meta after restocking items with refunds. #22729 +* Fix - Sales by Product to consistently calculate net sales counts and amounts. #22711 +* Fix - Importer - Variations cannot be drafts so set to private. #22736 +* Fix - Next/previous links for orders REST endpoint when `status` query parameter is present. #22741 +* Fix - Default value passed to sorting dropdown #22677 +* Tweak - Updates Mailchimp branding in setup wizard. #22514 +* Tweak - Refactor `@id` generation for product structured data to prevent plugin conflicts. #22554 +* Tweak - Keep count of the number of times custom coupons apply. #22529 +* Tweak - Change WooCommerce emails footer from `Powered by WooCommerce` to `Built with WooCommerce`. #22530 +* Security - Improved escaping for Photoswipe captions. +* Security - Improved escaping for JSON attributes and structured data. + += 3.5.4 - 2019-01-21 = +* Tweak - Allow limited html in woocommerce_rating_filter_count filter. #21904 +* Tweak - Remove 'on-hold' orders from admin tax reports for more logical reporting. #22419 +* Tweak - Remove payment phrases from processing emails. #22418 +* Tweak - Removed display of cost for local pickup when free. #22446 +* Fix - Unescape CSV formulas in product attributes in CSV importer/exporter. #21938 +* Fix - Remove use of non-existing `WC_REST_Dev_Setting_Options_Controller` class. #22121 +* Fix - Fix edge case where `get_plugins` would not have the custom WooCommerce plugin headers if `get_plugins` was called early. #21669 +* Fix - Prevent PHP warning when deprecated user meta starts with uppercase. #21943 +* Fix - Fixed support for multiple query parameters translated to meta queries via REST API requests. #22108 +* Fix - Prevent PHP errors when trying to access non-existant report tabs. #22183 +* Fix - Filter by attributes dropdown placeholder text should not be wrapped in quotes. #22185 +* Fix - Apply sale price until end of closing sale date. #22189 +* Fix - Allow empty schema again when registering a custom field for the API. #22204 +* Fix - Don't display escaped html on checkout when javascript is disabled. #22214 +* Fix - Fixed formatted address in uppercase for languages that use accents. #22096 +* Fix - Reload the cart page when the cart is empty when there is a hash in the URL. #22114 +* Fix - Do not schedule duplicate webhooks within 10 minutes of each other to maintain previous behavior. #22088 +* Fix - Return correct next scheduled date for items in queue by fixing date instantiation in WC_Action_Queue::get_next(). #22104 +* Fix - Allow products to use default low stock threshold. #22084 +* Fix - Fix 0 value attribute permalink calculation, property population in REST api. #22026 +* Fix - Ensure cache delete on coupon trash or delete. #22053 +* Fix - Ensure product parent exists before getting its image. #22074 +* Fix - Correctly use wildcard character on email restrictions on coupons. #22167 +* Fix - Avoids Warnings in Action Scheduler Library for PHP 5.2. #22160 +* Fix - Don't include product in BreadcrumbList structured data so Google will recognize stand-alone Product structured data. #22344 +* Fix - Fix Product widget showing hidden products when hide out of stock was enabled. #22230 +* Fix - Run webhook status updates through new wc_is_webhook_valid_status functions when doing API requests. #22205 +* Fix - Correct quote handling in tax class names. #22270 +* Fix - Prevent style side-effects on notices on the Extensions pages. #22330 +* Fix - Check stock status of items when 'ordering again' from the account page. #22331 +* Fix - Improve rounding when rounding at subtotal level in cart. #21217 +* Fix - Restores an opportunity to print non-cart related notices that a few extensions are relying on. #22337 +* Fix - Correct order item meta alignment in order emails when using an RTL language. #22376 +* Fix - Fix bug where product status was erroneously going to draft status in some circumstances on new published variable products. #20667 +* Fix - Load customer data for logged in users regardless of being member of sub-site to avoid errors. #22448 +* Fix - Use slug sanitization on product export category slugs for better foreign character support. #22320 +* Fix - Correct item subtotal rounding when multiple taxes are applied so it matches the cart. #22416 +* Fix - Prevent fatal errors when retrieving network orders for sites that do not have WooCommerce activated. #22439 +* Fix - Numerous bug fixes around checkout field locales on first load. #22444 +* Fix - Correct position of admin notices on my-account pages. #22445 +* Fix - Fixed padding of addresses in email template. #22466 +* Fix - Prevent payment method descriptions sliding up/down if selected after ajax updates. #22459 +* Fix - Fixed formatted address in uppercase for languages that use accents. #22096 +* Fix - Fix product updating on import for SKUs with special characters. #22071 +* Fix - Ensure cache_delete on coupon deletion. #22053 +* Fix - Make product edit form aware publish was pressed. #20667 +* Fix - Unescape imported CSV formulas in product attributes. #21938 +* Fix - Warning when deprecated user meta starts with uppercase. #21943 +* Fix - Filter out buttons from the onRowClick event on the Orders list view page. #21966 +* Fix - Update "Filter Products by Attribute" widget when product stock quantity changes via "Quick Edit" or WC API. #22029 +* Fix - Ensure product parent exists before getting its image. #22074 +* Fix - Fixed support for multiple query parameters translated to meta queries via REST API requests. #22108 +* Fix - Strip hash from URL when reload refunds in the dashboard. #22116 +* Fix - Prevent notice when using non existing value for tabs in WooCommerce > Reports > Stock. #22183 +* Fix - Filter by attributes dropdown placeholder text wrapped in quotes. #22185 +* Fix - Fix escaped html on checkout when javascript is disabled. #22214 +* Fix - Allow empty schema again when registering a custom field for the API. #22204 +* Fix - Fix import & export of newline characters in product description fields. #22298 +* Fix - Allow quotes in tax class names. #22270 +* Fix - Sale price applies to end of closing sale date. #22189 +* Fix - Product export by unicode product categories. #22320 +* Fix - Check stock status of items when 'ordering again' from the account page. #22331 +* Fix - Issue where images offloaded to external servers caused errors and broken images when changing aspect ratios. #22461 +* Fix - Remove block comments from shop page description. #22334 +* Dev - REST API - 0 value attribute permalink calculation, property population in REST api. #22026 +* Dev - REST API - Fixed support to order results by slugs. #22168 +* Dev - REST API - Removed extra inherited filters from product endpoint in variations endpoint. #22452 + = 3.5.3 - 2018-12-20 = * Fix - Fix orders list in the admin after a change introduced in WordPress 5.0.2. #22273