diff --git a/changelog.txt b/changelog.txt index 86ddf5b0423..5ac9ccad3d1 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,6 +1,8 @@ *** WooPayments Changelog *** = 8.3.1 - 2024-10-16 = +* Fix - Auto-enabled WooPay for new accounts. +* Fix - Load Stripe with merchant account's key when checking payment method availability. = 8.3.0 - 2024-10-03 = * Add - Add compatibility with the buttonAttributes API from Woo Blocks diff --git a/changelog/fix-9518-apple-pay-button-on-blocks-checkout b/changelog/fix-9518-apple-pay-button-on-blocks-checkout deleted file mode 100644 index ec6970b90e3..00000000000 --- a/changelog/fix-9518-apple-pay-button-on-blocks-checkout +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: fix - -Load Stripe with merchant account's key when checking payment method availability. diff --git a/changelog/fix-9548-woopay-auto-enable b/changelog/fix-9548-woopay-auto-enable deleted file mode 100644 index dbbf05c6bea..00000000000 --- a/changelog/fix-9548-woopay-auto-enable +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: fix - -Auto-enabled WooPay for new accounts. diff --git a/readme.txt b/readme.txt index d97b7b31ddd..1bc07f50c25 100644 --- a/readme.txt +++ b/readme.txt @@ -95,6 +95,8 @@ Please note that our support for the checkout block is still experimental and th == Changelog == = 8.3.1 - 2024-10-16 = +* Fix - Auto-enabled WooPay for new accounts. +* Fix - Load Stripe with merchant account's key when checking payment method availability. = 8.3.0 - 2024-10-03 =