From 181e6fd9346bc3333f992919ff5bb040344b7e35 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 12 Aug 2024 13:57:31 +0000 Subject: [PATCH] Update version and add changelog entries for release 8.1.0-test-2 --- changelog.txt | 20 +++++++++++++++++++ changelog/9126-add-pmme-pdp-skeleton-loader | 4 ---- changelog/Update URLs and anchors. | 5 ----- changelog/add-get-button-styles-by-selectors | 4 ---- changelog/add-get-heading-color-by-selectors | 4 ---- changelog/add-get-link-styles-by-selectors | 4 ---- changelog/as-fix-error-cart-block | 4 ---- .../chore-remove-bnpl-april-announcement | 5 ----- changelog/chore-rename-test | 5 ----- changelog/dev-bump-wc-version-9-2-0 | 4 ---- ...v-fix-klarna-and-refund-failures-e2e-tests | 4 ---- .../dev-update-bundle-size-check-node-version | 4 ---- .../feat-tokenized-cart-pdp-session-handler | 4 ---- ...better-error-message-when-mandate-is-wrong | 4 ---- ...yments-settings-originated-onboarding-flow | 4 ---- ...x-9145-tokenized-cart-customer-id-mismatch | 5 ----- .../fix-9205-use-docker-compose-v2-commands | 4 ---- changelog/fix-9214-missing-null-check | 5 ----- .../fix-connect-page-untranslated-strings | 4 ---- ...isable-woopay-dc-when-woopayments-disabled | 4 ---- changelog/fix-issue-8911 | 4 ---- ...x-server-5934-payment-widget-data-mismatch | 5 ----- changelog/fix-tokenized-cart-prbs-entities | 5 ----- changelog/fix-tokenized-prb-failure-message | 5 ----- ...-disable-woopay-if-woopayments-is-disabled | 4 ---- changelog/revert-ipp-missing-failure-webhooks | 5 ----- .../tokenized-cart-prb-blocks-cart-checkout | 4 ---- ...193-outdated-express-checkout-notification | 4 ---- changelog/update-nvm-node-version | 4 ---- readme.txt | 20 +++++++++++++++++++ woocommerce-payments.php | 2 +- 31 files changed, 41 insertions(+), 122 deletions(-) delete mode 100644 changelog/9126-add-pmme-pdp-skeleton-loader delete mode 100644 changelog/Update URLs and anchors. delete mode 100644 changelog/add-get-button-styles-by-selectors delete mode 100644 changelog/add-get-heading-color-by-selectors delete mode 100644 changelog/add-get-link-styles-by-selectors delete mode 100644 changelog/as-fix-error-cart-block delete mode 100644 changelog/chore-remove-bnpl-april-announcement delete mode 100644 changelog/chore-rename-test delete mode 100644 changelog/dev-bump-wc-version-9-2-0 delete mode 100644 changelog/dev-fix-klarna-and-refund-failures-e2e-tests delete mode 100644 changelog/dev-update-bundle-size-check-node-version delete mode 100644 changelog/feat-tokenized-cart-pdp-session-handler delete mode 100644 changelog/fix-3075-add-better-error-message-when-mandate-is-wrong delete mode 100644 changelog/fix-9103-payments-settings-originated-onboarding-flow delete mode 100644 changelog/fix-9145-tokenized-cart-customer-id-mismatch delete mode 100644 changelog/fix-9205-use-docker-compose-v2-commands delete mode 100644 changelog/fix-9214-missing-null-check delete mode 100644 changelog/fix-connect-page-untranslated-strings delete mode 100644 changelog/fix-disable-woopay-dc-when-woopayments-disabled delete mode 100644 changelog/fix-issue-8911 delete mode 100644 changelog/fix-server-5934-payment-widget-data-mismatch delete mode 100644 changelog/fix-tokenized-cart-prbs-entities delete mode 100644 changelog/fix-tokenized-prb-failure-message delete mode 100644 changelog/revert-9159-as-disable-woopay-if-woopayments-is-disabled delete mode 100644 changelog/revert-ipp-missing-failure-webhooks delete mode 100644 changelog/tokenized-cart-prb-blocks-cart-checkout delete mode 100644 changelog/update-9193-outdated-express-checkout-notification delete mode 100644 changelog/update-nvm-node-version diff --git a/changelog.txt b/changelog.txt index 1db69a2c48b..bfdfc235561 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,5 +1,25 @@ *** WooPayments Changelog *** += 8.1.0-test-2 - 2024-xx-xx = +* Add - Add button rules to appearance +* Add - Add heading rules to appearance +* Add - Add link rules to appearance +* Add - Adds skeleton loading element for BNPL payment messaging element on product details page. +* Add - Add tokenized cart PRB support to cart and checkout blocks. +* Fix - Added better error message when mandate is invalid. +* Fix - fix: cart association on tokenized PRB orders via custom session handler +* Fix - Fix onboarding redirect loop when starting from Woo Settings Payments. +* Fix - Fix uncaught error on the block based Cart page when WooPayments is disabled. +* Fix - Migrate to Docker Compose V2 for test runner environment setup scripts +* Fix - Reverts changes related to Direct Checkout that broke the PayPal extension. +* Fix - Translate hardcoded strings on the Connect page +* Update - Updated the integration between WooPayments Multi-Currency and Product Add-Ons. +* Update - Update outdated express checkout settings notification. +* Dev - Bump WC tested up to version to 9.2.0 +* Dev - Fix Klarna and Refund Failures E2E tests +* Dev - Match the Node version in nvm with the minimum version in package.json. +* Dev - Update bundle size checker workflow to support node v20 + = 8.0.2 - 2024-08-07 = * Fix - Add opt-in checks to prevent blocking customers using other payment methods. * Fix - Fix error in Express Checkout Element use with coupons. diff --git a/changelog/9126-add-pmme-pdp-skeleton-loader b/changelog/9126-add-pmme-pdp-skeleton-loader deleted file mode 100644 index a44eac13d9d..00000000000 --- a/changelog/9126-add-pmme-pdp-skeleton-loader +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: add - -Adds skeleton loading element for BNPL payment messaging element on product details page. diff --git a/changelog/Update URLs and anchors. b/changelog/Update URLs and anchors. deleted file mode 100644 index cc4c1cf5888..00000000000 --- a/changelog/Update URLs and anchors. +++ /dev/null @@ -1,5 +0,0 @@ -Significance: patch -Type: update -Comment: PR updates URLs but does not resolve any 404 errors or other functionality. Very little changes that an end-user will notice. - - diff --git a/changelog/add-get-button-styles-by-selectors b/changelog/add-get-button-styles-by-selectors deleted file mode 100644 index e110a82a5aa..00000000000 --- a/changelog/add-get-button-styles-by-selectors +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: add - -Add button rules to appearance diff --git a/changelog/add-get-heading-color-by-selectors b/changelog/add-get-heading-color-by-selectors deleted file mode 100644 index 70be8972289..00000000000 --- a/changelog/add-get-heading-color-by-selectors +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: add - -Add heading rules to appearance diff --git a/changelog/add-get-link-styles-by-selectors b/changelog/add-get-link-styles-by-selectors deleted file mode 100644 index a45b0fe1bd3..00000000000 --- a/changelog/add-get-link-styles-by-selectors +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: add - -Add link rules to appearance diff --git a/changelog/as-fix-error-cart-block b/changelog/as-fix-error-cart-block deleted file mode 100644 index 75e4d03ccf3..00000000000 --- a/changelog/as-fix-error-cart-block +++ /dev/null @@ -1,4 +0,0 @@ -Significance: minor -Type: fix - -Fix uncaught error on the block based Cart page when WooPayments is disabled. diff --git a/changelog/chore-remove-bnpl-april-announcement b/changelog/chore-remove-bnpl-april-announcement deleted file mode 100644 index 191a1b1273b..00000000000 --- a/changelog/chore-remove-bnpl-april-announcement +++ /dev/null @@ -1,5 +0,0 @@ -Significance: patch -Type: update -Comment: chore: remove BNPL April announcement - - diff --git a/changelog/chore-rename-test b/changelog/chore-rename-test deleted file mode 100644 index 709b30e0109..00000000000 --- a/changelog/chore-rename-test +++ /dev/null @@ -1,5 +0,0 @@ -Significance: patch -Type: dev -Comment: chore: rename test file - - diff --git a/changelog/dev-bump-wc-version-9-2-0 b/changelog/dev-bump-wc-version-9-2-0 deleted file mode 100644 index 0e5545e1b2b..00000000000 --- a/changelog/dev-bump-wc-version-9-2-0 +++ /dev/null @@ -1,4 +0,0 @@ -Significance: minor -Type: dev - -Bump WC tested up to version to 9.2.0 diff --git a/changelog/dev-fix-klarna-and-refund-failures-e2e-tests b/changelog/dev-fix-klarna-and-refund-failures-e2e-tests deleted file mode 100644 index a70e2667384..00000000000 --- a/changelog/dev-fix-klarna-and-refund-failures-e2e-tests +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: dev - -Fix Klarna and Refund Failures E2E tests diff --git a/changelog/dev-update-bundle-size-check-node-version b/changelog/dev-update-bundle-size-check-node-version deleted file mode 100644 index 9a5a77606b1..00000000000 --- a/changelog/dev-update-bundle-size-check-node-version +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: dev - -Update bundle size checker workflow to support node v20 diff --git a/changelog/feat-tokenized-cart-pdp-session-handler b/changelog/feat-tokenized-cart-pdp-session-handler deleted file mode 100644 index 6d0d1bcc436..00000000000 --- a/changelog/feat-tokenized-cart-pdp-session-handler +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: fix - -fix: cart association on tokenized PRB orders via custom session handler diff --git a/changelog/fix-3075-add-better-error-message-when-mandate-is-wrong b/changelog/fix-3075-add-better-error-message-when-mandate-is-wrong deleted file mode 100644 index 0805f3ea9b9..00000000000 --- a/changelog/fix-3075-add-better-error-message-when-mandate-is-wrong +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: fix - -Added better error message when mandate is invalid. diff --git a/changelog/fix-9103-payments-settings-originated-onboarding-flow b/changelog/fix-9103-payments-settings-originated-onboarding-flow deleted file mode 100644 index 8a57c714ab5..00000000000 --- a/changelog/fix-9103-payments-settings-originated-onboarding-flow +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: fix - -Fix onboarding redirect loop when starting from Woo Settings Payments. diff --git a/changelog/fix-9145-tokenized-cart-customer-id-mismatch b/changelog/fix-9145-tokenized-cart-customer-id-mismatch deleted file mode 100644 index 34dd0a9da8a..00000000000 --- a/changelog/fix-9145-tokenized-cart-customer-id-mismatch +++ /dev/null @@ -1,5 +0,0 @@ -Significance: patch -Type: fix -Comment: Fix for unreleased tokenized cart feature - - diff --git a/changelog/fix-9205-use-docker-compose-v2-commands b/changelog/fix-9205-use-docker-compose-v2-commands deleted file mode 100644 index c651f774d82..00000000000 --- a/changelog/fix-9205-use-docker-compose-v2-commands +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: fix - -Migrate to Docker Compose V2 for test runner environment setup scripts diff --git a/changelog/fix-9214-missing-null-check b/changelog/fix-9214-missing-null-check deleted file mode 100644 index 7e100cab01a..00000000000 --- a/changelog/fix-9214-missing-null-check +++ /dev/null @@ -1,5 +0,0 @@ -Significance: patch -Type: fix -Comment: Added a simple null check for an edge case. - - diff --git a/changelog/fix-connect-page-untranslated-strings b/changelog/fix-connect-page-untranslated-strings deleted file mode 100644 index fb3944907cb..00000000000 --- a/changelog/fix-connect-page-untranslated-strings +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: fix - -Translate hardcoded strings on the Connect page diff --git a/changelog/fix-disable-woopay-dc-when-woopayments-disabled b/changelog/fix-disable-woopay-dc-when-woopayments-disabled deleted file mode 100644 index 2e01821e936..00000000000 --- a/changelog/fix-disable-woopay-dc-when-woopayments-disabled +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: fix - -Only enable Direct Checkout when WooPayments gateway is enabled. diff --git a/changelog/fix-issue-8911 b/changelog/fix-issue-8911 deleted file mode 100644 index 43be36dc60c..00000000000 --- a/changelog/fix-issue-8911 +++ /dev/null @@ -1,4 +0,0 @@ -Significance: minor -Type: update - -Updated the integration between WooPayments Multi-Currency and Product Add-Ons. diff --git a/changelog/fix-server-5934-payment-widget-data-mismatch b/changelog/fix-server-5934-payment-widget-data-mismatch deleted file mode 100644 index 71e70f6c681..00000000000 --- a/changelog/fix-server-5934-payment-widget-data-mismatch +++ /dev/null @@ -1,5 +0,0 @@ -Significance: patch -Type: fix -Comment: Make the numbers on the payment activity widget match the totals on the clicked detailed reports screen. - - diff --git a/changelog/fix-tokenized-cart-prbs-entities b/changelog/fix-tokenized-cart-prbs-entities deleted file mode 100644 index 6f0de83ee16..00000000000 --- a/changelog/fix-tokenized-cart-prbs-entities +++ /dev/null @@ -1,5 +0,0 @@ -Significance: patch -Type: fix -Comment: fix: tokenized cart PRB products w/ special characters - - diff --git a/changelog/fix-tokenized-prb-failure-message b/changelog/fix-tokenized-prb-failure-message deleted file mode 100644 index f289173be6b..00000000000 --- a/changelog/fix-tokenized-prb-failure-message +++ /dev/null @@ -1,5 +0,0 @@ -Significance: patch -Type: fix -Comment: fix: error message rendering on tokenized PRBs - - diff --git a/changelog/revert-9159-as-disable-woopay-if-woopayments-is-disabled b/changelog/revert-9159-as-disable-woopay-if-woopayments-is-disabled deleted file mode 100644 index 72590701ead..00000000000 --- a/changelog/revert-9159-as-disable-woopay-if-woopayments-is-disabled +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: fix - -Reverts changes related to Direct Checkout that broke the PayPal extension. diff --git a/changelog/revert-ipp-missing-failure-webhooks b/changelog/revert-ipp-missing-failure-webhooks deleted file mode 100644 index 5d442c274ce..00000000000 --- a/changelog/revert-ipp-missing-failure-webhooks +++ /dev/null @@ -1,5 +0,0 @@ -Significance: patch -Type: dev -Comment: This change reverts a previously merged PR that needs to wait for changes in the mobile app. - - diff --git a/changelog/tokenized-cart-prb-blocks-cart-checkout b/changelog/tokenized-cart-prb-blocks-cart-checkout deleted file mode 100644 index 585d9af579b..00000000000 --- a/changelog/tokenized-cart-prb-blocks-cart-checkout +++ /dev/null @@ -1,4 +0,0 @@ -Significance: minor -Type: add - -Add tokenized cart PRB support to cart and checkout blocks. diff --git a/changelog/update-9193-outdated-express-checkout-notification b/changelog/update-9193-outdated-express-checkout-notification deleted file mode 100644 index 86015f7db33..00000000000 --- a/changelog/update-9193-outdated-express-checkout-notification +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: update - -Update outdated express checkout settings notification. diff --git a/changelog/update-nvm-node-version b/changelog/update-nvm-node-version deleted file mode 100644 index 93d19c6f6f9..00000000000 --- a/changelog/update-nvm-node-version +++ /dev/null @@ -1,4 +0,0 @@ -Significance: minor -Type: dev - -Match the Node version in nvm with the minimum version in package.json. diff --git a/readme.txt b/readme.txt index 829e48f925e..7553feb730a 100644 --- a/readme.txt +++ b/readme.txt @@ -94,6 +94,26 @@ Please note that our support for the checkout block is still experimental and th == Changelog == += 8.1.0-test-2 - unreleased = +* Add - Add button rules to appearance +* Add - Add heading rules to appearance +* Add - Add link rules to appearance +* Add - Adds skeleton loading element for BNPL payment messaging element on product details page. +* Add - Add tokenized cart PRB support to cart and checkout blocks. +* Fix - Added better error message when mandate is invalid. +* Fix - fix: cart association on tokenized PRB orders via custom session handler +* Fix - Fix onboarding redirect loop when starting from Woo Settings Payments. +* Fix - Fix uncaught error on the block based Cart page when WooPayments is disabled. +* Fix - Migrate to Docker Compose V2 for test runner environment setup scripts +* Fix - Reverts changes related to Direct Checkout that broke the PayPal extension. +* Fix - Translate hardcoded strings on the Connect page +* Update - Updated the integration between WooPayments Multi-Currency and Product Add-Ons. +* Update - Update outdated express checkout settings notification. +* Dev - Bump WC tested up to version to 9.2.0 +* Dev - Fix Klarna and Refund Failures E2E tests +* Dev - Match the Node version in nvm with the minimum version in package.json. +* Dev - Update bundle size checker workflow to support node v20 + = 8.0.2 - 2024-08-07 = * Fix - Add opt-in checks to prevent blocking customers using other payment methods. * Fix - Fix error in Express Checkout Element use with coupons. diff --git a/woocommerce-payments.php b/woocommerce-payments.php index a2cf1540001..6b0fa2d5b1a 100644 --- a/woocommerce-payments.php +++ b/woocommerce-payments.php @@ -11,7 +11,7 @@ * WC tested up to: 9.2.0 * Requires at least: 6.0 * Requires PHP: 7.3 - * Version: 8.0.2 + * Version: 8.1.0-test-2 * Requires Plugins: woocommerce * * @package WooCommerce\Payments