From dfc8c20bb16fda299a925aeac1ad8ecd1934de3b Mon Sep 17 00:00:00 2001 From: Claudio Sanches Date: Tue, 31 Oct 2017 11:20:02 -0200 Subject: [PATCH] Updated CHANGELOG.txt --- CHANGELOG.txt | 63 ++++++++++++++++++++++++++++++++++++++++++++++----- 1 file changed, 57 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 07486312df6..c4770d475a2 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -1,5 +1,56 @@ == Changelog == += 3.2.2 - 2017-10-31 = +* Fix - Properly escape commas when exporting products to CSV. +* Fix - Fixed email template padding in Outlook. +* Fix - Flexslider support for RTL languages and fixes for zoom target in Chrome. +* Fix - Correctly sync prices for grouped products. +* Fix - Filter and remove invalid tax classes names. +* Fix - Stop showing "major" update notification for minor or patch releases. +* Fix - Allow scroll bar in untested plugins list on the bulk plugin updates screen. +* Fix - Fixed meta data cloning when duplicating products. +* Fix - Clean "Filter Products by Attribute" widget cache when updating attributes. +* Fix - Fixed warning messages when reseting passwords with an invalid key. +* Fix - Cart totals: Don't add shipping costs unless show_shipping is true. +* Fix - Cart totals: Calculate shipping after discounts so discount amounts are available. +* Fix - Cart totals: Fixed issue where VAT exempt users where still being charged VAT on the totals. +* Fix - Cart totals: Fixed the coupons user limit and calculations. +* Fix - Fixed "relevance" default sorting in search results. +* Fix - Use item tax class rather than product tax class when recalculating order totals. +* Tweak - Allow shortcodes and relative URLs for downloads in product CSV importer. +* Tweak - Save unsaved items first while deleting order items. +* Tweak - Only change `nocacheheaders` when on a cart/checkout page. +* Tweak - Setup locale before generating settings placeholders in email templates. +* Tweak - On checkout, improved the field locale logic to work without clearing default values. +* Tweak - Change title of customer invoice email for clarity. +* Tweak - Use custom event instead of blur to trigger validation. +* Tweak - Various selectWoo usibility improvements and better support for keyboard controls on AJAX multiselect elements. +* Tweak - Various setup Wizard improvements. +* Dev - Fixed orders date query when querying by meta data. +* Dev - In the CSV exporter, added a filter to process meta values before export. + += 3.2.1 - 2017-10-13 = +* Fix - Made grouped products display in the saved order, vs the menu order. +* Fix - Made variations with 'same as parent' tax class calculate taxes correctly. +* Fix - Fixed tax rate reverting to 0 when the tax rate itself is not changed and the row is saved. +* Fix - Made tax rates sort correctly when defining postcodes and cities. +* Fix - Made guided tour help tab videos lazy-load to prevent performance issues. +* Fix - Added SelectWoo dependency to admin meta box scripts. +* Fix - Fixed cart subtotal 1p rounding error. +* Fix - Fixed discount logic to also look at variation parent categories when validating coupons. +* Fix - Product import filename based matching, and full URL based matching where the date part would still be present. +* Fix - Fixed storage of cart discounts when prices include tax. +* Fix - Added styling for screen-reader-text for themes which do not define it. +* Fix - Fixed legacy cart `prices_include_tax` variable. +* Fix - Hide cat-parent class when category will show no children due to the new depth setting. +* Fix - Make sure image zoom is enable for calling initZoomForTarget. +* Fix - {blogname} email placeholder. +* Fix - API - Use edit context when updating prices. +* Tweak - Clearly describe when a feature is powered by WooCommerce Services in the setup wizard. +* Tweak - Restored discount total line in order screen when discounts are present. +* Tweak - Add back option to send admin new order email, and include order number and customer email in order emails. +* Tweak - Replace settings screenshot on wp.org listing. + = 3.2.0 - 2017-10-11 = * Feature - Coupons can now be applied and removed in admin when editing unpaid orders. * Feature - Simplified the ability to resend order details to customers with a single "Resend Order Details" action. @@ -39,20 +90,20 @@ * Fix - Fixed WC_Emails::wrap_message hooks . * Fix - Load up gateways on ajax order status transitions so PayPal funds capture when order is completed. * Fix - Replace wistia videos with youtube. -* Fix - Handle sale dates on the fly in case of missed cron schedule. +* Fix - Handle sale dates on the fly in case of missed cron schedule. * Fix - If sorting by date in the REST API, fallback to ID so searches are consistant. -* Fix - Do not apply custom sorting to product feeds. +* Fix - Do not apply custom sorting to product feeds. * Fix - Make importer columns case-insensitive. * Dev - Make parse_date_for_wp_query public. * Dev - API - Creating webhooks uses the current API version rather than the latest API version. -* Dev - Product CRUD search helpers. +* Dev - Product CRUD search helpers. * Dev - Refactor shipping rate to include instance IDs, and pass instance IDs through filters. * Dev - New attribute helper functions. * Dev - Order note helper functions. * Dev - Added the "Terms and conditions" page to the api system status report. * Dev - Made date inputs reusable. * Dev - Added option for merging when using 'Order Again' via filter `woocommerce_empty_cart_when_order_again`. -* Dev - Added system status tool for re-populating order address search indexes. +* Dev - Added system status tool for re-populating order address search indexes. * Dev - Added system status tool for clearing webhook logs. * Dev - Added woocommerce_get_asset_url filter. * Dev - Show notice when internal meta props are accessed directly. @@ -64,13 +115,13 @@ * Dev - Refactored cart to use new WC_Cart_Session/WC_Cart_Totals/WC_Cart_Fees/WC_Discounts classes. * Dev - New `WC_Shortcode_Products` class to handle all product based shortcodes. * Theming - Display downloads in their own table, universally, using a new template file. -* Theming - Checkout: Order pay template +* Theming - Streamlined email templates content: using the new downloads table, moved billing email with the billing address, order notes into the order totals table, and removed the need for 'downloadable' subjects/headings. +* Theming - Checkout: Order pay template * Localization - Added cantons of Switzerland. * Localization - Updated XAF and XOF currency codes. * Localization - Added rtl support for activation.css. * Localization - Updated Mexican states to use correct 2 letter codes. * Localization - Improved many strings by excluding HTML. -* Many smaller fixes and improvements - see GitHub! = 3.1.2 - 2017-08-15 = * Fix - Importer: Prevent multiple placeholders being created when mixing IDs and SKUs.