From 3dd8c84633ee6d18b0d70a24a68ae3e692f0a30d Mon Sep 17 00:00:00 2001 From: Jonathan Sadowski Date: Wed, 9 Sep 2020 09:53:26 -0500 Subject: [PATCH] Update changelog, readme, and version numbers for 4.5.1 --- changelog.txt | 3 +++ readme.txt | 41 +++-------------------------------------- woocommerce.php | 2 +- 3 files changed, 7 insertions(+), 39 deletions(-) diff --git a/changelog.txt b/changelog.txt index 5d08fd9ae32..0c2c10e5d7a 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,5 +1,8 @@ == Changelog == += 4.5.1 - 2020-09-09 = +* Fix - Check for state and postcode fields only if required in `show_shipping`. #27628 + = 4.5.0 - 2020-09-08 = **WooCommerce** diff --git a/readme.txt b/readme.txt index f4a289e4aae..6fb131d763c 100644 --- a/readme.txt +++ b/readme.txt @@ -4,7 +4,7 @@ Tags: e-commerce, store, sales, sell, woo, shop, cart, checkout, downloadable, d Requires at least: 5.3 Tested up to: 5.5 Requires PHP: 7.0 -Stable tag: 4.5.0 +Stable tag: 4.5.1 License: GPLv3 License URI: https://www.gnu.org/licenses/gpl-3.0.html @@ -160,46 +160,11 @@ WooCommerce comes with some sample data you can use to see how products look; im == Changelog == -= 4.5.0 - 2020-09-08 = += 4.5.1 - 2020-09-09 = **WooCommerce** -* Localization - Added postcode validation for Bosnia and Herzegovina. #27048 -* Localization - Added the postcode validation for Liechtenstein. #27059 -* Localization - Add i18n locale information for Liechtenstein, Switzerland and Austria. #27193 -* Tweak - Increase priority of `admin_body_class` filter to avoid comflict with plugins that incorrectly remove all body classes from WP. #27426 -* Tweak - Rename built-in PayPal payment method to PayPal Standard. #27468 -* Fix - Remove whitespace within a link. #26897 -* Fix - `get_review_count_for_product` return all comments count not only 'review' types #26928 -* Fix - Hidden field type is now supported by `woocommerce_form_field`. #27023 -* Fix - Remove state for country liechtenstein. #27057 -* Fix - Fixed validation of variation attributes while adding products to the cart. #27115 -* Fix - Coupon code inconsistent between admins and shop owners. #27140 -* Fix - Fixed the logic behind "Hide shipping costs until an address is entered". #27143 -* Fix - Searches for variations now will fallback to parent SKU if one is not entered. #27171 -* Fix - Release coupon holds for cancelled orders previously in pending status. #27179 -* Fix - Fixes Japan zip code format issue (dash is now optional). #27244 -* Fix - Restore backward compatibility with WC 4.x and forward compatibility with WC 5.5. #27318 -* Fix - Switch to site locale before translating refund reason. #27323 -* Fix - Declare `WC_Post_Types::updated_term_messages` as a static method to remove PHP deprecation warning. #27436 -* Fix - Allow HTML to be entered in product title for formatting purposes. #27465 -* Fix - Filter by attribute widget not working properly for variations having attribute values of "Any...". #27508 -* Fix - Fixed the layout of the variations and attributes sections in the product page in the admin when running WP >= 5.5. #27590 -* Dev - Added additional stock-based cart filters including `woocommerce_cart_product_cannot_add_another_message`, `woocommerce_cart_product_out_of_stock_message`, and `woocommerce_cart_product_not_enough_stock_message`. #26439 -* Dev - Changed text domain to `woocommerce` for REST API files. #27248 -* Dev - Added file path to the `woocommerce_file_download_method` filter. #27152 -* Dev - Merge API Package into core. #27100 +* Fix - Check for state and postcode fields only if required in `show_shipping`. #27628 -**WooCommerce Admin 1.5.0** -* Enhancement - Add eWAY to Payment Setup for AU/NZ Stores. #4947 -* Fix - Use clipRule and fillRule props. #4889, part of #4864 -* Fix - Admin order page shipping label prompt compatibility with WCS 1.24. #5025 -* Dev - New notification: Don't forget to test your checkout. #4805 -* Dev - Enable tax calculation before redirecting to standard tax rates page. #4878 -* Dev - Added event recording to Orders, Stock, and Reviews panels. #4861 -* Dev - Added personalization to purchase extension task. #4849 -* Dev - Display modal with more info about the new homescreen. #4890 -* Dev - Task list - add a shortcut back to store setup. #4853 -* Dev - Update the colors of the illustrations in the welcome modal. #4945 [See changelog for all versions](https://raw.githubusercontent.com/woocommerce/woocommerce/master/changelog.txt). == Upgrade Notice == diff --git a/woocommerce.php b/woocommerce.php index 16ecb3a2ba8..dcac3174047 100644 --- a/woocommerce.php +++ b/woocommerce.php @@ -3,7 +3,7 @@ * Plugin Name: WooCommerce * Plugin URI: https://woocommerce.com/ * Description: An eCommerce toolkit that helps you sell anything. Beautifully. - * Version: 4.5.0 + * Version: 4.5.1 * Author: Automattic * Author URI: https://woocommerce.com * Text Domain: woocommerce