diff --git a/changelog.txt b/changelog.txt index 745c2fe24be..03de0a8ad42 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,5 +1,18 @@ *** WooPayments Changelog *** += 8.6.0-test-1 - 2024-xx-xx = +* Fix - fix: express checkout to use its own css files. +* Fix - Make sure the status of manual capture enablement is fetched from the right place. +* Fix - Prevent express checkout from being used if cart total becomes zero after coupon usage. +* Fix - Resolved issue with terminal payments in the payment intent failed webhook processing. +* Fix - Update Link logo alignment issue when WooPay is enabled and a specific version of Gutenberg is enabled. +* Fix - Validate required billing fields using data from objects instead of checking the labels. +* Update - chore: rename wrapper from payment-request to express-checkout +* Dev - chore: removed old PRB implementation for ApplePay/GooglePay in favor of the ECE implementation; cleaned up ECE feature flag; +* Dev - Disable visual regression testing from Playwright until a more reliable approach is defined. +* Dev - fix: E_DEPRECATED on BNPL empty PMME +* Dev - Update snapshots for E2E Playwright screenshots + = 8.5.0 - 2024-11-13 = * Add - Add country-specific test card numbers for credit card testing * Add - Add risk level information to the fraud and risk box on the order details page. diff --git a/changelog/add-ipp-missing-failure-webhooks b/changelog/add-ipp-missing-failure-webhooks deleted file mode 100644 index 1266fa1813e..00000000000 --- a/changelog/add-ipp-missing-failure-webhooks +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: fix - -Resolved issue with terminal payments in the payment intent failed webhook processing. diff --git a/changelog/chore-copy-of-express-checkout-ece-for-tokenized-feature-flag b/changelog/chore-copy-of-express-checkout-ece-for-tokenized-feature-flag deleted file mode 100644 index 4bfc3e883ad..00000000000 --- a/changelog/chore-copy-of-express-checkout-ece-for-tokenized-feature-flag +++ /dev/null @@ -1,5 +0,0 @@ -Significance: patch -Type: add -Comment: chore: create copy of ECE for tokenized cart feature flag - - diff --git a/changelog/chore-payment-request-to-express-checkout-wrapper-name b/changelog/chore-payment-request-to-express-checkout-wrapper-name deleted file mode 100644 index a8471227c9c..00000000000 --- a/changelog/chore-payment-request-to-express-checkout-wrapper-name +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: update - -chore: rename wrapper from payment-request to express-checkout diff --git a/changelog/chore-rename-tokenized-prb-flag-to-tokenized-ece b/changelog/chore-rename-tokenized-prb-flag-to-tokenized-ece deleted file mode 100644 index 23c24d8cf37..00000000000 --- a/changelog/chore-rename-tokenized-prb-flag-to-tokenized-ece +++ /dev/null @@ -1,5 +0,0 @@ -Significance: patch -Type: dev -Comment: chore: rename tokenized prb flag to ece - - diff --git a/changelog/dev-disable-flaky-visual-regression-tests b/changelog/dev-disable-flaky-visual-regression-tests deleted file mode 100644 index e0d0a6b01cf..00000000000 --- a/changelog/dev-disable-flaky-visual-regression-tests +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: dev - -Disable visual regression testing from Playwright until a more reliable approach is defined. diff --git a/changelog/dev-update-pw-screenshots b/changelog/dev-update-pw-screenshots deleted file mode 100644 index 39936926058..00000000000 --- a/changelog/dev-update-pw-screenshots +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: dev - -Update snapshots for E2E Playwright screenshots diff --git a/changelog/fix-9304-fix-alignment-issue-with-link-logo-in-settings b/changelog/fix-9304-fix-alignment-issue-with-link-logo-in-settings deleted file mode 100644 index 031e0b94a55..00000000000 --- a/changelog/fix-9304-fix-alignment-issue-with-link-logo-in-settings +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: fix - -Update Link logo alignment issue when WooPay is enabled and a specific version of Gutenberg is enabled. diff --git a/changelog/fix-9447-validate-required-fields-using-objects b/changelog/fix-9447-validate-required-fields-using-objects deleted file mode 100644 index 76fa8322c51..00000000000 --- a/changelog/fix-9447-validate-required-fields-using-objects +++ /dev/null @@ -1,4 +0,0 @@ -Significance: minor -Type: fix - -Validate required billing fields using data from objects instead of checking the labels. diff --git a/changelog/fix-9687-express-checkout-visible-for-zero-amount-after-coupon-discount b/changelog/fix-9687-express-checkout-visible-for-zero-amount-after-coupon-discount deleted file mode 100644 index 0c9d54bcee1..00000000000 --- a/changelog/fix-9687-express-checkout-visible-for-zero-amount-after-coupon-discount +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: fix - -Prevent express checkout from being used if cart total becomes zero after coupon usage. diff --git a/changelog/fix-9700-payout-spotlight-illustration b/changelog/fix-9700-payout-spotlight-illustration deleted file mode 100644 index 6d218d3dd98..00000000000 --- a/changelog/fix-9700-payout-spotlight-illustration +++ /dev/null @@ -1,5 +0,0 @@ -Significance: patch -Type: fix -Comment: Update the spotlight notice illustration for 'deposit' to 'payout' rename announcement. - - diff --git a/changelog/fix-deprecated-message-on-empty-pmme b/changelog/fix-deprecated-message-on-empty-pmme deleted file mode 100644 index ffaee24b5d1..00000000000 --- a/changelog/fix-deprecated-message-on-empty-pmme +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: dev - -fix: E_DEPRECATED on BNPL empty PMME diff --git a/changelog/fix-dev-constructor-descriptions b/changelog/fix-dev-constructor-descriptions deleted file mode 100644 index 8584e8764fb..00000000000 --- a/changelog/fix-dev-constructor-descriptions +++ /dev/null @@ -1,5 +0,0 @@ -Significance: patch -Type: dev -Comment: chore: updated BNPL constructor descriptions. - - diff --git a/changelog/fix-express-checkout-css-file b/changelog/fix-express-checkout-css-file deleted file mode 100644 index cdb58fccc5d..00000000000 --- a/changelog/fix-express-checkout-css-file +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: fix - -fix: express checkout to use its own css files. diff --git a/changelog/fix-improve-woopay-test-coverage b/changelog/fix-improve-woopay-test-coverage deleted file mode 100644 index 001374c440a..00000000000 --- a/changelog/fix-improve-woopay-test-coverage +++ /dev/null @@ -1,5 +0,0 @@ -Significance: patch -Type: dev -Comment: Minor improvements to automated tests around WooPay - - diff --git a/changelog/fix-manual-capture-status b/changelog/fix-manual-capture-status deleted file mode 100644 index 57d0ee62181..00000000000 --- a/changelog/fix-manual-capture-status +++ /dev/null @@ -1,4 +0,0 @@ -Significance: minor -Type: fix - -Make sure the status of manual capture enablement is fetched from the right place. diff --git a/changelog/fix-woopay-direct-checkout-docblock-name b/changelog/fix-woopay-direct-checkout-docblock-name deleted file mode 100644 index 21abc2cc948..00000000000 --- a/changelog/fix-woopay-direct-checkout-docblock-name +++ /dev/null @@ -1,5 +0,0 @@ -Significance: patch -Type: fix -Comment: chore: fix WooPay direct checkout docblock name - - diff --git a/changelog/poc-prbs-cleanup b/changelog/poc-prbs-cleanup deleted file mode 100644 index cfe35432cb2..00000000000 --- a/changelog/poc-prbs-cleanup +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: dev - -chore: removed old PRB implementation for ApplePay/GooglePay in favor of the ECE implementation; cleaned up ECE feature flag; diff --git a/changelog/update-9600-readme b/changelog/update-9600-readme deleted file mode 100644 index 3ed38a44816..00000000000 --- a/changelog/update-9600-readme +++ /dev/null @@ -1,5 +0,0 @@ -Significance: patch -Type: update -Comment: No need changelog entry for this change as there has been one that encapsulate all the payout rename changes. - - diff --git a/readme.txt b/readme.txt index 5c885d4c88b..df74d241721 100644 --- a/readme.txt +++ b/readme.txt @@ -94,6 +94,19 @@ Please note that our support for the checkout block is still experimental and th == Changelog == += 8.6.0-test-1 - unreleased = +* Fix - fix: express checkout to use its own css files. +* Fix - Make sure the status of manual capture enablement is fetched from the right place. +* Fix - Prevent express checkout from being used if cart total becomes zero after coupon usage. +* Fix - Resolved issue with terminal payments in the payment intent failed webhook processing. +* Fix - Update Link logo alignment issue when WooPay is enabled and a specific version of Gutenberg is enabled. +* Fix - Validate required billing fields using data from objects instead of checking the labels. +* Update - chore: rename wrapper from payment-request to express-checkout +* Dev - chore: removed old PRB implementation for ApplePay/GooglePay in favor of the ECE implementation; cleaned up ECE feature flag; +* Dev - Disable visual regression testing from Playwright until a more reliable approach is defined. +* Dev - fix: E_DEPRECATED on BNPL empty PMME +* Dev - Update snapshots for E2E Playwright screenshots + = 8.5.0 - 2024-11-13 = * Add - Add country-specific test card numbers for credit card testing * Add - Add risk level information to the fraud and risk box on the order details page. diff --git a/woocommerce-payments.php b/woocommerce-payments.php index d8c44185b72..6b050dbf73f 100644 --- a/woocommerce-payments.php +++ b/woocommerce-payments.php @@ -11,7 +11,7 @@ * WC tested up to: 9.4.0 * Requires at least: 6.0 * Requires PHP: 7.3 - * Version: 8.5.0 + * Version: 8.6.0-test-1 * Requires Plugins: woocommerce * * @package WooCommerce\Payments