From b49235b55f9986858aca54b36d1f1648ab480108 Mon Sep 17 00:00:00 2001 From: Jonathan Sadowski Date: Tue, 8 Sep 2020 12:19:24 -0500 Subject: [PATCH] Update the changelog, readme, and woocommerce.php to prepare for 4.5 release --- changelog.txt | 1 + readme.txt | 3 ++- woocommerce.php | 4 ++-- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/changelog.txt b/changelog.txt index 90a6adf2c79..5d08fd9ae32 100644 --- a/changelog.txt +++ b/changelog.txt @@ -23,6 +23,7 @@ * 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 diff --git a/readme.txt b/readme.txt index f58ffb3a10d..683e1d3973e 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.4.1 +Stable tag: 4.5.0 License: GPLv3 License URI: https://www.gnu.org/licenses/gpl-3.0.html @@ -185,6 +185,7 @@ WooCommerce comes with some sample data you can use to see how products look; im * 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 diff --git a/woocommerce.php b/woocommerce.php index 85106eed8c5..16ecb3a2ba8 100644 --- a/woocommerce.php +++ b/woocommerce.php @@ -3,12 +3,12 @@ * Plugin Name: WooCommerce * Plugin URI: https://woocommerce.com/ * Description: An eCommerce toolkit that helps you sell anything. Beautifully. - * Version: 4.5.0-rc.3 + * Version: 4.5.0 * Author: Automattic * Author URI: https://woocommerce.com * Text Domain: woocommerce * Domain Path: /i18n/languages/ - * Requires at least: 5.2 + * Requires at least: 5.3 * Requires PHP: 7.0 * * @package WooCommerce