diff --git a/changelog.txt b/changelog.txt index 30007688378..fe8b8474a8c 100644 --- a/changelog.txt +++ b/changelog.txt @@ -6,6 +6,8 @@ * 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 @@ -18,6 +20,8 @@ * 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 * 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 @@ -26,7 +30,6 @@ **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 -* Tweak: Remove the Composite products option from the onboarding wizard #4703 * 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 diff --git a/readme.txt b/readme.txt index 0ac1f632119..7067c6c781f 100644 --- a/readme.txt +++ b/readme.txt @@ -174,6 +174,8 @@ INTERESTED IN DEVELOPMENT? * 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 @@ -186,6 +188,8 @@ INTERESTED IN DEVELOPMENT? * 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 * 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 @@ -194,7 +198,6 @@ INTERESTED IN DEVELOPMENT? **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 -* Tweak: Remove the Composite products option from the onboarding wizard #4703 * 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