diff --git a/changelog.txt b/changelog.txt index 74b42c5f5d3..e440ee01f4f 100644 --- a/changelog.txt +++ b/changelog.txt @@ -19,9 +19,11 @@ * Fix - Allow request classes to be extended more than once. * Fix - Avoid empty fields in new onboarding flow * Fix - Corrected an issue causing incorrect responses at the cancel authorization API endpoint. +* Fix - Disable automatic currency switching and switcher widgets on pay_for_order page. * Fix - Ensure the shipping phone number field is copied to subscriptions and their orders when copying address meta. * Fix - Ensure the Stripe Billing subscription is cancelled when the subscription is changed from WooPayments to another payment method. * Fix - express checkout links UI consistency & area increase +* Fix - fix: save platform checkout info on blocks * Fix - fix checkout appearance width * Fix - Fix Currency Switcher Block flag rendering on Windows platform. * Fix - Fix deprecation warnings on blocks checkout. @@ -33,8 +35,10 @@ * Fix - Fix single currency manual rate save producing error when no changes are made * Fix - Fix the way request params are loaded between parent and child classes. * Fix - Fix WooPay Session Handler in Store API requests. +* Fix - Improve escaping around attributes. * Fix - Increase admin enqueue scripts priority to avoid compatibility issues with WooCommerce Beta Tester plugin. * Fix - Modify title in task to continue with onboarding +* Fix - Prevent WooPay-related implementation to modify non-WooPay-specific webhooks by changing their data. * Fix - Refactor Woo Subscriptions compatibility to fix currency being able to be updated during renewals, resubscribes, or switches. * Fix - Update inbox note logic to prevent prompt to set up payment methods from showing on not fully onboarded account. * Update - Add notice for legacy UPE users about deferred UPE upcoming, and adjust wording for non-UPE users diff --git a/changelog/fix-5031-disable-currency-switcher-on-pay-for-order b/changelog/fix-5031-disable-currency-switcher-on-pay-for-order deleted file mode 100644 index 1a8faa30591..00000000000 --- a/changelog/fix-5031-disable-currency-switcher-on-pay-for-order +++ /dev/null @@ -1,4 +0,0 @@ -Significance: minor -Type: fix - -Disable automatic currency switching and switcher widgets on pay_for_order page. diff --git a/changelog/fix-improve-escaping-around-attributes b/changelog/fix-improve-escaping-around-attributes deleted file mode 100644 index f33b62dbcbe..00000000000 --- a/changelog/fix-improve-escaping-around-attributes +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: fix - -Improve escaping around attributes. diff --git a/changelog/fix-redundant-webhooks-modifications b/changelog/fix-redundant-webhooks-modifications deleted file mode 100644 index 5c7d87846af..00000000000 --- a/changelog/fix-redundant-webhooks-modifications +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: fix - -Prevent WooPay-related implementation to modify non-WooPay-specific webhooks by changing their data. diff --git a/changelog/fix-save-customer-info-checkout b/changelog/fix-save-customer-info-checkout deleted file mode 100644 index cf33c4822c6..00000000000 --- a/changelog/fix-save-customer-info-checkout +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: fix - -fix: save platform checkout info on blocks diff --git a/readme.txt b/readme.txt index ba714bcc074..9ab74e5a082 100644 --- a/readme.txt +++ b/readme.txt @@ -113,9 +113,11 @@ Please note that our support for the checkout block is still experimental and th * Fix - Allow request classes to be extended more than once. * Fix - Avoid empty fields in new onboarding flow * Fix - Corrected an issue causing incorrect responses at the cancel authorization API endpoint. +* Fix - Disable automatic currency switching and switcher widgets on pay_for_order page. * Fix - Ensure the shipping phone number field is copied to subscriptions and their orders when copying address meta. * Fix - Ensure the Stripe Billing subscription is cancelled when the subscription is changed from WooPayments to another payment method. * Fix - express checkout links UI consistency & area increase +* Fix - fix: save platform checkout info on blocks * Fix - fix checkout appearance width * Fix - Fix Currency Switcher Block flag rendering on Windows platform. * Fix - Fix deprecation warnings on blocks checkout. @@ -127,8 +129,10 @@ Please note that our support for the checkout block is still experimental and th * Fix - Fix single currency manual rate save producing error when no changes are made * Fix - Fix the way request params are loaded between parent and child classes. * Fix - Fix WooPay Session Handler in Store API requests. +* Fix - Improve escaping around attributes. * Fix - Increase admin enqueue scripts priority to avoid compatibility issues with WooCommerce Beta Tester plugin. * Fix - Modify title in task to continue with onboarding +* Fix - Prevent WooPay-related implementation to modify non-WooPay-specific webhooks by changing their data. * Fix - Refactor Woo Subscriptions compatibility to fix currency being able to be updated during renewals, resubscribes, or switches. * Fix - Update inbox note logic to prevent prompt to set up payment methods from showing on not fully onboarded account. * Update - Add notice for legacy UPE users about deferred UPE upcoming, and adjust wording for non-UPE users