diff --git a/changelog.txt b/changelog.txt index 4ed53de26f3..380207a3b5d 100644 --- a/changelog.txt +++ b/changelog.txt @@ -2,11 +2,13 @@ = 7.3.0 - 2024-03-06 = * Add - Added confirmation modals for order status changes with pending authorizations +* Add - Add migration script to cover situations with Link and WooPay both enabled after plugin update. * Add - Add support for bookable products to payment request buttons on product pages. * Add - Alert user when they try to leave advanced fraud settings page with unsaved changes * Add - E2E tests for card testing prevention measures * Add - feat: add UPE appearance filter * Add - Handle timeouts in direct to WooPay checkout flow. +* Fix - Add checks for cart and checkout blocks to enqueue_style call. * Fix - Added a small separator line between converted currency and the next line item. * Fix - Added support for WooCommerce Deposits when using Apple Pay and Google Pay * Fix - Adjustments to the wording of confirmation modals on the order and transaction details pages. diff --git a/changelog/fix-8328-button-styles-on-custom-block-page b/changelog/fix-8328-button-styles-on-custom-block-page deleted file mode 100644 index 5cd1c53db07..00000000000 --- a/changelog/fix-8328-button-styles-on-custom-block-page +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: fix - -Add checks for cart and checkout blocks to enqueue_style call. diff --git a/changelog/migration-stripe-link-disablement-with-woopay-enabled b/changelog/migration-stripe-link-disablement-with-woopay-enabled deleted file mode 100644 index 169afd3ee5e..00000000000 --- a/changelog/migration-stripe-link-disablement-with-woopay-enabled +++ /dev/null @@ -1,4 +0,0 @@ -Significance: minor -Type: add - -Add migration script to cover situations with Link and WooPay both enabled after plugin update. diff --git a/readme.txt b/readme.txt index 595aa30f36e..e5caee38ee2 100644 --- a/readme.txt +++ b/readme.txt @@ -96,11 +96,13 @@ Please note that our support for the checkout block is still experimental and th = 7.3.0 - 2024-03-06 = * Add - Added confirmation modals for order status changes with pending authorizations +* Add - Add migration script to cover situations with Link and WooPay both enabled after plugin update. * Add - Add support for bookable products to payment request buttons on product pages. * Add - Alert user when they try to leave advanced fraud settings page with unsaved changes * Add - E2E tests for card testing prevention measures * Add - feat: add UPE appearance filter * Add - Handle timeouts in direct to WooPay checkout flow. +* Fix - Add checks for cart and checkout blocks to enqueue_style call. * Fix - Added a small separator line between converted currency and the next line item. * Fix - Added support for WooCommerce Deposits when using Apple Pay and Google Pay * Fix - Adjustments to the wording of confirmation modals on the order and transaction details pages.