diff --git a/changelog.txt b/changelog.txt index 553c0431607..63ce4ace606 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,6 +1,6 @@ *** WooPayments Changelog *** -= 8.3.0 - 2024-10-02 = += 8.3.0 - 2024-10-03 = * Add - Add compatibility with the buttonAttributes API from Woo Blocks * Add - Add rate limiter to compatibility data updates * Add - Add UTC to the date time column header of transactions list page. @@ -20,12 +20,14 @@ * Fix - Prevent failures and notices related to trying to schedule AS jobs before init. * Fix - Prevent multi-currency conversion during a REST API request. * Fix - Remove text color from WooPay component. +* Fix - Rendering Test Model badge only for Credit Card * Fix - Sync phone changes with WooPay phone field. * Fix - Update payment methods when manual capture is enabled. * Update - Default express checkout button label to "Only icon". * Update - Remove feature flag to make embedded KYC enabled by default * Update - Some minor styling updates on the Onboarding form. * Update - Update express payment methods with a title, description and gatewayId +* Dev - fix: prevent multiple instances of WC_Payments_Apple_Pay_Registration * Dev - Fix gutenberg blueberry focus color * Dev - Fix progressive onboarding e2e test * Dev - Some refactors to embedded KYC logic. diff --git a/changelog/fix-multiple-instances-of-wc-payments-in-tests b/changelog/fix-multiple-instances-of-wc-payments-in-tests deleted file mode 100644 index aa57d16233a..00000000000 --- a/changelog/fix-multiple-instances-of-wc-payments-in-tests +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: dev - -fix: prevent multiple instances of WC_Payments_Apple_Pay_Registration diff --git a/changelog/fix-test-mode-badge-credit-card b/changelog/fix-test-mode-badge-credit-card deleted file mode 100644 index dfb2537989d..00000000000 --- a/changelog/fix-test-mode-badge-credit-card +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: fix - -Rendering Test Model badge only for Credit Card diff --git a/readme.txt b/readme.txt index 86d4dadba3a..b414e49e56b 100644 --- a/readme.txt +++ b/readme.txt @@ -94,7 +94,7 @@ Please note that our support for the checkout block is still experimental and th == Changelog == -= 8.3.0 - 2024-10-02 = += 8.3.0 - 2024-10-03 = * Add - Add compatibility with the buttonAttributes API from Woo Blocks * Add - Add rate limiter to compatibility data updates * Add - Add UTC to the date time column header of transactions list page. @@ -114,12 +114,14 @@ Please note that our support for the checkout block is still experimental and th * Fix - Prevent failures and notices related to trying to schedule AS jobs before init. * Fix - Prevent multi-currency conversion during a REST API request. * Fix - Remove text color from WooPay component. +* Fix - Rendering Test Model badge only for Credit Card * Fix - Sync phone changes with WooPay phone field. * Fix - Update payment methods when manual capture is enabled. * Update - Default express checkout button label to "Only icon". * Update - Remove feature flag to make embedded KYC enabled by default * Update - Some minor styling updates on the Onboarding form. * Update - Update express payment methods with a title, description and gatewayId +* Dev - fix: prevent multiple instances of WC_Payments_Apple_Pay_Registration * Dev - Fix gutenberg blueberry focus color * Dev - Fix progressive onboarding e2e test * Dev - Some refactors to embedded KYC logic.