diff --git a/changelog.txt b/changelog.txt index b0287e84855..d2100ece059 100644 --- a/changelog.txt +++ b/changelog.txt @@ -52,6 +52,8 @@ * Fix - add validation of the posted country codes on checkout. #28849 * Fix - Correctly display pagination arrows on RTL languages. #28523 * Fix - Invalid refund amount error on $0 refund when number of decimals is equal to 0. #27277 +* Fix - "Sale" badge misaligned on products when displaying 1 item per row. #29425 +* Fix - Revert a replacement of wp_redirect to wp_safe_redirect in WC_Checkout::process_order_payment that caused issues in the default PayPal interface. #29459 * Tweak - Added the Mercado Pago logo into the assets/images folder in order to use it in the payments setup task. #29365 * Tweak - Update the contributor guidelines. #29150 * Tweak - Introduced phone number input validation. #27242 diff --git a/readme.txt b/readme.txt index cb7c359e6c1..b230c7250c7 100644 --- a/readme.txt +++ b/readme.txt @@ -212,6 +212,7 @@ WooCommerce comes with some sample data you can use to see how products look; im * Fix - add validation of the posted country codes on checkout. #28849 * Fix - Correctly display pagination arrows on RTL languages. #28523 * Fix - Invalid refund amount error on $0 refund when number of decimals is equal to 0. #27277 +* Fix - Revert a replacement of wp_redirect to wp_safe_redirect in WC_Checkout::process_order_payment that caused issues in the default PayPal interface. #29459 * Fix - "Sale" badge misaligned on products when displaying 1 item per row. #29425 * Tweak - Added the Mercado Pago logo into the assets/images folder in order to use it in the payments setup task. #29365 * Tweak - Update the contributor guidelines. #29150