diff --git a/CHANGELOG.txt b/CHANGELOG.txt index bea684ba893..f680bb3ab82 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -61,6 +61,7 @@ * Dev - Allow WC_Product_Query sort products by include order. #24294 * Dev - Removed duplicated include of WC_Admin_Importers. #24751 * Dev - Refactor minimum requirement notice to use constant for easier changes in the future. #24830 +* Dev - Fixed number of arguments in filters on WC_Emails class. #25312 * Fix - Clean products transients when term is removed. #23991 * Fix - Only add the image node to structured data if product has image. #24191 * Fix - Product attribute terms endpoint in legacy REST API v3 by converting `attribute_id` to int. #24203 @@ -106,6 +107,7 @@ * Fix - Handle 0 attribute value for variations correctly. #24750 * Fix - Fixed spaces in form fields of External Products. #24295 * Fix - Removed links to downloadable products from refund emails. #24952 +* Fix - Fixed button HTML element in the OBW. #25056 * Localization - Add Zambia's Provinces to the list of states. #24307 * Localization - Adaptation of the order of last name and first name and addresses in Japan. #24336 * Localization - Fixed Namibian dollar symbol. #24438 diff --git a/woocommerce.php b/woocommerce.php index 567a96036f1..28d47c061d7 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: 3.9.0-rc.3 + * Version: 3.9.0-rc.4 * Author: Automattic * Author URI: https://woocommerce.com * Text Domain: woocommerce