From 89fd8480378e5b94d7764cf61e9f139fde4f3b31 Mon Sep 17 00:00:00 2001 From: Claudio Sanches Date: Thu, 6 Apr 2017 20:02:06 -0300 Subject: [PATCH] Changelog for 3.0.1 --- CHANGELOG.txt | 47 +++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 47 insertions(+) diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 52c245bcf2f..8e825ca8203 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -1,5 +1,50 @@ == Changelog == += 3.0.1 - 2017-04-06 = +* Fix - Show catalog hidden products within grouped products. +* Fix - Fade in the gallery in if no images are set or it's custom. +* Fix - Use wc_deprecated_function in WC_Deprecated_Hooks so notices aren't output in ajax requests. +* Fix - Added back the ability to include extra items to the System Status using the `woocommerce_system_status_environment_rows` filter. +* Fix - Coupon category restrictions and limits for variations. +* Fix - Allow shortcodes and HTML in variation descriptions like in 2.6. +* Fix - Unset post date when duplicating products. +* Fix - Show a sale price on variable products if on sale and all prices are the same. +* Fix - Corrected download links when a product has multiple downloads. +* Fix - Prevented potential errors if the product type was not posted for any reason on save. +* Fix - Updated `single-product/up-sells.php`, `loop/add-to-cart.php`, `loop/rating.php`, `checkout/form-billing.php`, and `content-product.php` template version to 3.0.0. +* Fix - Included clearfixes on billing and shipping field wrappers, +* Fix - Fixed styling of logs table in some languages. +* Fix - Fixed display of variation attributes on old orders. +* Fix - Use placeholder text for external products add to cart button text if left blank. +* Fix - Fallback to home URL if no shop page is set for system status security check for HTTPS. +* Fix - For variations, pull tax status and sold individually from the parent since there is no UI to set this at variation level. +* Fix - Moved cron emails to background processing to avoid multiple sends. +* Fix - Wrapped structured data in a hidden element when added to emails. +* Fix - Missing gateway information in queued emails. +* Fix - Fixed a bug that caused pages to permanently reload if "Default customer location" was set to "Geolocate (with page caching support)". +* Fix - When forcing shipping to billing, set the shipping fields in the order itself. +* Fix - Check for invalid objects in WC_Register_WP_Admin_Settings. +* Fix - Check for error object in wc_get_object_terms. +* Fix - Removed slashes in shipping meta data on the order edit screen. +* Fix - Prevented permalink rewrites for attributes with missing names. +* Fix - Fixed saving of meta data when multiple extensions use the `save_post` action. +* Fix - Allow search customers by ID in edit order screen. +* Fix - Prevents session data overwriting customer data on login. +* Fix - Fixed cross-sell column display and variation support. +* Fix - Fixed variable product stock syncing on save. +* Fix - Included try/catch wrapper to prevent issues with Select2. +* Fix - Prevented a bug that deleted all variations when the product type was change from variable to simple. +* Fix - Switched to WPDB to quicker update when syncing titles for variations. +* Fix - Exclude deprecated properties when loading a customer object. +* Fix - Fixed notices while trying to order again. +* Fix - Fixed notices when `$wpdb->prefix` is empty. +* Fix - Prevent errors when loading a product with an invalid download file types. +* REST API - Fixed missing array declaration in CRUD controller. +* REST API - Removed extra `exclude`, `include` and `search` parameters from taxes endpoint. +* REST API - Fixed variation description formatting. +* REST API - Fixed incorrect attribute check in products endpoint in Legacy REST API. +* REST API - Allow variation image to be unset. + = 3.0.0 - 2017-04-04 = * New gallery on single product pages with better mobile support, using PhotoSwipe and Zoom. Declare support with add_theme_support() - wc-product-gallery-zoom, wc-product-gallery-lightbox, wc-product-gallery-slider * Made the store notice dismissible on the frontend. @@ -40,6 +85,7 @@ * Improved logging system for extensions. * Tax suffix is now hidden on non-taxable products. * Grouped products are linked from the parent rather than the children. Children can be in more than one group. +* Removed coupon usage link in coupons admin screen. * Performance - Converted rating filters to visibility terms. * Performance - Added visibility term for outofstock products to speed those queries up also. * Performance - Introduced a new CRUD (create, read, update, delete) system for Products, Orders, Customers and Shipping Zones. @@ -62,6 +108,7 @@ * Localization - Added inline comments for placeholder strings. * Localization - Added Nigerian and Pakistan Provinces to i18n/state. * Localization - US and Poland postcode validation. +* To read more about this release, see our dev blog announcement here: http://wp.me/p6wtcw-Uo = 2.6.14 - 2017-02-02 = * Fix - Ensure product exists in wc_update_product_stock.