diff --git a/changelog.txt b/changelog.txt index ec139f830ba..86f3ce53cef 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,5 +1,44 @@ *** WooPayments Changelog *** += 7.8.0 - 2024-06-19 = +* Add - Add a feedback survey modal upon deactivation. +* Add - Add new select component to be used for reporting filters, e.g. Payments overview currency select +* Add - Add payment processing using ECE in the Blocks checkout and cart pages. +* Add - Add the WooPay Direct Checkout flow to the classic mini cart widget. +* Add - Add woocommerce-return-previous-exceptions filter +* Add - Enable adapted extensions compatibility with Direct Checkout. +* Add - feat: add pay-for-order support w/ tokenized cart PRBs +* Add - Fix ECE not working without WooPay. +* Add - Reset notifications about duplicate enabled payment methods when new plugins are enabling them. +* Fix - Fall back to credit card as default payment method when a payment method is toggled off. +* Fix - fix: address normalization on checkout for tokenized cart PRBs +* Fix - fix: itemized totals & pending amount on tokenized cart +* Fix - fix: Store API tokenized cart payment method title +* Fix - Fixes some cases where redirects to the onboarding will open in a new tab. +* Fix - Fix input-specific credit card errors. +* Fix - Fix Payment method title for PRBs not displaying correctly because of ECE code. +* Fix - Fix Teams for WooCommerce Memberships on product WooPay Express Checkout Button. +* Fix - Improve consistency of Manage button for different WooPayments KYC states +* Fix - Make it so that the WooPay button is not triggered on Checkout pages when the "Enter" key is pressed on a keyboard. +* Fix - Prevent account creation during WooPay preflight request. +* Update - chore: update incompatibility notice wrapping +* Update - Declare compatibility with the Cart and Checkout blocks. +* Update - Improve the transition from the WCPay KYC to the WC Admin Payments Task +* Update - Update the Payments Overview screen with a new currency selection UI for stores with multiple deposit currencies +* Update - Use FILTER_SANITIZE_EMAIL to sanitize email input +* Dev - Add New_Process_Payment_Exception +* Dev - Add Order_ID_Mismatch_Exception +* Dev - Add sh support in pre-push husky script. +* Dev - Add validation for path variables. +* Dev - Bump WooCommerce Tested To version to 8.9.2 +* Dev - Bump WooCommerce Tested To version to 8.9.3 +* Dev - chore: EPMs to always send shipping phone +* Dev - Clean up and refactor some old code which is no longer in use. +* Dev - Fix PHPStan warnings. +* Dev - Fix unused parameter phpcs sniffs in checkout classes. +* Dev - Improve test coverage of upe.js and rename isPaymentMethodRestrictedToLocation to hasPaymentMethodCountryRestrictions +* Dev - Remove redundant wrapper around method invocation. + = 7.7.0 - 2024-05-29 = * Add - Add share key query param when sending data to Stripe KYC. * Add - Add the WooPay Direct Checkout flow to the blocks mini cart widget. diff --git a/changelog/2024-06-10-07-11-37-125865 b/changelog/2024-06-10-07-11-37-125865 deleted file mode 100644 index f95872a8d2f..00000000000 --- a/changelog/2024-06-10-07-11-37-125865 +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: dev - -Bump WooCommerce Tested To version to 8.9.2 diff --git a/changelog/8734-add-date-selector b/changelog/8734-add-date-selector deleted file mode 100644 index e6bb5d0d600..00000000000 --- a/changelog/8734-add-date-selector +++ /dev/null @@ -1,5 +0,0 @@ -Significance: patch -Type: add -Comment: Changes behind a feature flag. The PR allows merchants to change the time period of stats shown in the payment activity widget. - - diff --git a/changelog/add-1527-survey-modal-on-deactivation b/changelog/add-1527-survey-modal-on-deactivation deleted file mode 100644 index d2f860f88ed..00000000000 --- a/changelog/add-1527-survey-modal-on-deactivation +++ /dev/null @@ -1,4 +0,0 @@ -Significance: minor -Type: add - -Add a feedback survey modal upon deactivation. diff --git a/changelog/add-2648-adapted-extensions-compatibility b/changelog/add-2648-adapted-extensions-compatibility deleted file mode 100644 index 6f4dfabe3d4..00000000000 --- a/changelog/add-2648-adapted-extensions-compatibility +++ /dev/null @@ -1,4 +0,0 @@ -Significance: minor -Type: add - -Enable adapted extensions compatibility with Direct Checkout. diff --git a/changelog/add-2688-woopay-direct-checkout-to-mini-cart b/changelog/add-2688-woopay-direct-checkout-to-mini-cart deleted file mode 100644 index 02a5d4a0667..00000000000 --- a/changelog/add-2688-woopay-direct-checkout-to-mini-cart +++ /dev/null @@ -1,4 +0,0 @@ -Significance: minor -Type: add - -Add the WooPay Direct Checkout flow to the classic mini cart widget. diff --git a/changelog/add-8490-payment-activity-currency-selector b/changelog/add-8490-payment-activity-currency-selector deleted file mode 100644 index b3dafafae14..00000000000 --- a/changelog/add-8490-payment-activity-currency-selector +++ /dev/null @@ -1,5 +0,0 @@ -Significance: patch -Type: fix -Comment: Behind a feature flag. Payment Activity Card updates according to currency selection. - - diff --git a/changelog/add-8773-ece-support-blocks-checkout-page b/changelog/add-8773-ece-support-blocks-checkout-page deleted file mode 100644 index 1e8174e125c..00000000000 --- a/changelog/add-8773-ece-support-blocks-checkout-page +++ /dev/null @@ -1,4 +0,0 @@ -Significance: minor -Type: add - -Add payment processing using ECE in the Blocks checkout and cart pages. diff --git a/changelog/add-8788-select-component-for-currency-switcher b/changelog/add-8788-select-component-for-currency-switcher deleted file mode 100644 index a82d54d487d..00000000000 --- a/changelog/add-8788-select-component-for-currency-switcher +++ /dev/null @@ -1,4 +0,0 @@ -Significance: minor -Type: add - -Add new select component to be used for reporting filters, e.g. Payments overview currency select diff --git a/changelog/add-8943-test-for-date-selector-hook b/changelog/add-8943-test-for-date-selector-hook deleted file mode 100644 index eeff66837fe..00000000000 --- a/changelog/add-8943-test-for-date-selector-hook +++ /dev/null @@ -1,5 +0,0 @@ -Significance: patch -Type: dev -Comment: Add tests for the date preset dropdown in the PaymentActivity component - - diff --git a/changelog/add-add-wc-return-previous-exceptions-filter b/changelog/add-add-wc-return-previous-exceptions-filter deleted file mode 100644 index 2ed58d22fff..00000000000 --- a/changelog/add-add-wc-return-previous-exceptions-filter +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: add - -Add woocommerce-return-previous-exceptions filter diff --git a/changelog/add-adjustments-tpv-report b/changelog/add-adjustments-tpv-report deleted file mode 100644 index a10f64850ae..00000000000 --- a/changelog/add-adjustments-tpv-report +++ /dev/null @@ -1,5 +0,0 @@ -Significance: patch -Type: update -Comment: Modified TPV report on Payment Activity Card. Behind Payment Activity Card Feature Flag. - - diff --git a/changelog/add-deposit-currency-param-for-payment-widget b/changelog/add-deposit-currency-param-for-payment-widget deleted file mode 100644 index e0f22451ab2..00000000000 --- a/changelog/add-deposit-currency-param-for-payment-widget +++ /dev/null @@ -1,5 +0,0 @@ -Significance: patch -Type: add -Comment: Behind feature flag. Adds few changes to support displaying multiple currencies for Payment Activity Widget. - - diff --git a/changelog/add-new-process-payment-exception b/changelog/add-new-process-payment-exception deleted file mode 100644 index f2ac469fefc..00000000000 --- a/changelog/add-new-process-payment-exception +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: dev - -Add New_Process_Payment_Exception diff --git a/changelog/add-order-id-mismatch-exception b/changelog/add-order-id-mismatch-exception deleted file mode 100644 index 22938c21145..00000000000 --- a/changelog/add-order-id-mismatch-exception +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: dev - -Add Order_ID_Mismatch_Exception diff --git a/changelog/add-reset-duplicate-notifications-from-new-plugins b/changelog/add-reset-duplicate-notifications-from-new-plugins deleted file mode 100644 index 34be1090abf..00000000000 --- a/changelog/add-reset-duplicate-notifications-from-new-plugins +++ /dev/null @@ -1,4 +0,0 @@ -Significance: minor -Type: add - -Reset notifications about duplicate enabled payment methods when new plugins are enabling them. diff --git a/changelog/as-fix-ece-with-woopay b/changelog/as-fix-ece-with-woopay deleted file mode 100644 index 5bf422d22ea..00000000000 --- a/changelog/as-fix-ece-with-woopay +++ /dev/null @@ -1,4 +0,0 @@ -Significance: minor -Type: add - -Fix ECE not working without WooPay. diff --git a/changelog/chore-epms-always-send-shipping-phone b/changelog/chore-epms-always-send-shipping-phone deleted file mode 100644 index 1519b8a08ae..00000000000 --- a/changelog/chore-epms-always-send-shipping-phone +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: dev - -chore: EPMs to always send shipping phone diff --git a/changelog/chore-incompatibility-notice-wrapping b/changelog/chore-incompatibility-notice-wrapping deleted file mode 100644 index cad615b4fd1..00000000000 --- a/changelog/chore-incompatibility-notice-wrapping +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: update - -chore: update incompatibility notice wrapping diff --git a/changelog/dev-7387-add-tests-to-upe-js b/changelog/dev-7387-add-tests-to-upe-js deleted file mode 100644 index 4cf93073d25..00000000000 --- a/changelog/dev-7387-add-tests-to-upe-js +++ /dev/null @@ -1,4 +0,0 @@ -Significance: minor -Type: dev - -Improve test coverage of upe.js and rename isPaymentMethodRestrictedToLocation to hasPaymentMethodCountryRestrictions diff --git a/changelog/dev-8875-disable-flaky-e2e-test-payment-gateways-disable-confirmation b/changelog/dev-8875-disable-flaky-e2e-test-payment-gateways-disable-confirmation deleted file mode 100644 index 7d97fa86fc3..00000000000 --- a/changelog/dev-8875-disable-flaky-e2e-test-payment-gateways-disable-confirmation +++ /dev/null @@ -1,5 +0,0 @@ -Significance: patch -Type: dev -Comment: Not user-facing: disable flaky playwright e2e test 'payment gateways disable confirmation' - - diff --git a/changelog/dev-bump-woocommerce-tested-up-to-8.9.3 b/changelog/dev-bump-woocommerce-tested-up-to-8.9.3 deleted file mode 100644 index 8a2eeb985ce..00000000000 --- a/changelog/dev-bump-woocommerce-tested-up-to-8.9.3 +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: dev - -Bump WooCommerce Tested To version to 8.9.3 diff --git a/changelog/dev-code-quality-recent-deposits-list b/changelog/dev-code-quality-recent-deposits-list deleted file mode 100644 index 4eb237a289c..00000000000 --- a/changelog/dev-code-quality-recent-deposits-list +++ /dev/null @@ -1,5 +0,0 @@ -Significance: patch -Type: dev -Comment: Non-user-facing refactor: improve code quality of recent deposit list component - - diff --git a/changelog/dev-finish-setup-cta b/changelog/dev-finish-setup-cta deleted file mode 100644 index 0902b7fd4c6..00000000000 --- a/changelog/dev-finish-setup-cta +++ /dev/null @@ -1,4 +0,0 @@ -Significance: minor -Type: fix - -Fixes some cases where redirects to the onboarding will open in a new tab. diff --git a/changelog/dev-remove-unneeded-code b/changelog/dev-remove-unneeded-code deleted file mode 100644 index a0f0aa36599..00000000000 --- a/changelog/dev-remove-unneeded-code +++ /dev/null @@ -1,4 +0,0 @@ -Significance: minor -Type: dev - -Clean up and refactor some old code which is no longer in use. diff --git a/changelog/feat-tokenized-cart-pay-for-order-flow b/changelog/feat-tokenized-cart-pay-for-order-flow deleted file mode 100644 index 6f408168dd0..00000000000 --- a/changelog/feat-tokenized-cart-pay-for-order-flow +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: add - -feat: add pay-for-order support w/ tokenized cart PRBs diff --git a/changelog/fix-8813-consistency-of-woopayments-manage-settings-button b/changelog/fix-8813-consistency-of-woopayments-manage-settings-button deleted file mode 100644 index 887ffad262b..00000000000 --- a/changelog/fix-8813-consistency-of-woopayments-manage-settings-button +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: fix - -Improve consistency of Manage button for different WooPayments KYC states diff --git a/changelog/fix-8883-pay-for-order-blocked-ui b/changelog/fix-8883-pay-for-order-blocked-ui deleted file mode 100644 index b74ba9e179f..00000000000 --- a/changelog/fix-8883-pay-for-order-blocked-ui +++ /dev/null @@ -1,4 +0,0 @@ -Significance: minor -Type: fix - -Fix "Pay for order" infinite loading when submitting form without payment details. diff --git a/changelog/fix-8938-payment-activity-view-report-currency b/changelog/fix-8938-payment-activity-view-report-currency deleted file mode 100644 index 4020259ca84..00000000000 --- a/changelog/fix-8938-payment-activity-view-report-currency +++ /dev/null @@ -1,5 +0,0 @@ -Significance: patch -Type: fix -Comment: Behind feature flag: Ensure currency is set in Payment Activity "View report" urls - - diff --git a/changelog/fix-ece-payment-method-title b/changelog/fix-ece-payment-method-title deleted file mode 100644 index dd2eadcbdbc..00000000000 --- a/changelog/fix-ece-payment-method-title +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: fix - -Fix Payment method title for PRBs not displaying correctly because of ECE code. diff --git a/changelog/fix-fallback-to-cc-when-hiding-pm b/changelog/fix-fallback-to-cc-when-hiding-pm deleted file mode 100644 index 0c5b1dda236..00000000000 --- a/changelog/fix-fallback-to-cc-when-hiding-pm +++ /dev/null @@ -1,4 +0,0 @@ -Significance: minor -Type: fix - -Fall back to credit card as default payment method when a payment method is toggled off. diff --git a/changelog/fix-klarna-e2e-tests b/changelog/fix-klarna-e2e-tests deleted file mode 100644 index 576455458e1..00000000000 --- a/changelog/fix-klarna-e2e-tests +++ /dev/null @@ -1,5 +0,0 @@ -Significance: patch -Type: dev -Comment: Fix Klarna E2E Tests. - - diff --git a/changelog/fix-pending-amount-missing-itemized-totals b/changelog/fix-pending-amount-missing-itemized-totals deleted file mode 100644 index e863c29b2e5..00000000000 --- a/changelog/fix-pending-amount-missing-itemized-totals +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: fix - -fix: itemized totals & pending amount on tokenized cart diff --git a/changelog/fix-phpstan-errors b/changelog/fix-phpstan-errors deleted file mode 100644 index 173e71e8d88..00000000000 --- a/changelog/fix-phpstan-errors +++ /dev/null @@ -1,4 +0,0 @@ -Significance: minor -Type: dev - -Fix PHPStan warnings. diff --git a/changelog/fix-specific-field-checkout-failures-e2e-tests b/changelog/fix-specific-field-checkout-failures-e2e-tests deleted file mode 100644 index c885808e98c..00000000000 --- a/changelog/fix-specific-field-checkout-failures-e2e-tests +++ /dev/null @@ -1,4 +0,0 @@ -Significance: minor -Type: fix - -Fix input-specific credit card errors. diff --git a/changelog/fix-teams-for-wc-memberships-on-product-woopay-express-checkout-button b/changelog/fix-teams-for-wc-memberships-on-product-woopay-express-checkout-button deleted file mode 100644 index 909793c0000..00000000000 --- a/changelog/fix-teams-for-wc-memberships-on-product-woopay-express-checkout-button +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: fix - -Fix Teams for WooCommerce Memberships on product WooPay Express Checkout Button. diff --git a/changelog/fix-tokenized-cart-payment-method-title b/changelog/fix-tokenized-cart-payment-method-title deleted file mode 100644 index 831ba5e453c..00000000000 --- a/changelog/fix-tokenized-cart-payment-method-title +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: fix - -fix: Store API tokenized cart payment method title diff --git a/changelog/fix-tokenized-cart-place-order-uk b/changelog/fix-tokenized-cart-place-order-uk deleted file mode 100644 index 99cfe4d4318..00000000000 --- a/changelog/fix-tokenized-cart-place-order-uk +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: fix - -fix: address normalization on checkout for tokenized cart PRBs diff --git a/changelog/fix-unused-param-phpcs-sniffs b/changelog/fix-unused-param-phpcs-sniffs deleted file mode 100644 index e0562bb29ba..00000000000 --- a/changelog/fix-unused-param-phpcs-sniffs +++ /dev/null @@ -1,4 +0,0 @@ -Significance: minor -Type: dev - -Fix unused parameter phpcs sniffs in checkout classes. diff --git a/changelog/fix-woopay-button-submit-when-enter-pressed b/changelog/fix-woopay-button-submit-when-enter-pressed deleted file mode 100644 index 0b89f8eed90..00000000000 --- a/changelog/fix-woopay-button-submit-when-enter-pressed +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: fix - -Make it so that the WooPay button is not triggered on Checkout pages when the "Enter" key is pressed on a keyboard. diff --git a/changelog/fix-woopay-preflight-create-account b/changelog/fix-woopay-preflight-create-account deleted file mode 100644 index c21914ac58f..00000000000 --- a/changelog/fix-woopay-preflight-create-account +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: fix - -Prevent account creation during WooPay preflight request. diff --git a/changelog/misc-move-prepush-to-sh b/changelog/misc-move-prepush-to-sh deleted file mode 100644 index bb1e71a81c8..00000000000 --- a/changelog/misc-move-prepush-to-sh +++ /dev/null @@ -1,4 +0,0 @@ -Significance: minor -Type: dev - -Add sh support in pre-push husky script. diff --git a/changelog/misc-remove-unnecessary-wrapper b/changelog/misc-remove-unnecessary-wrapper deleted file mode 100644 index fb89b07d76e..00000000000 --- a/changelog/misc-remove-unnecessary-wrapper +++ /dev/null @@ -1,4 +0,0 @@ -Significance: minor -Type: dev - -Remove redundant wrapper around method invocation. diff --git a/changelog/update-8765-payments-overview-currency-select b/changelog/update-8765-payments-overview-currency-select deleted file mode 100644 index f2808903a20..00000000000 --- a/changelog/update-8765-payments-overview-currency-select +++ /dev/null @@ -1,4 +0,0 @@ -Significance: minor -Type: update - -Update the Payments Overview screen with a new currency selection UI for stores with multiple deposit currencies diff --git a/changelog/update-declare-compatibility-width-cart-and-checkout-block b/changelog/update-declare-compatibility-width-cart-and-checkout-block deleted file mode 100644 index dff8698007d..00000000000 --- a/changelog/update-declare-compatibility-width-cart-and-checkout-block +++ /dev/null @@ -1,4 +0,0 @@ -Significance: minor -Type: update - -Declare compatibility with the Cart and Checkout blocks. diff --git a/changelog/update-redirect-to-payment-screen-for-wcadmin-task b/changelog/update-redirect-to-payment-screen-for-wcadmin-task deleted file mode 100644 index f9c4a0dbe11..00000000000 --- a/changelog/update-redirect-to-payment-screen-for-wcadmin-task +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: update - -Improve the transition from the WCPay KYC to the WC Admin Payments Task diff --git a/changelog/update-route-param-validation b/changelog/update-route-param-validation deleted file mode 100644 index 4e92f0c3a2b..00000000000 --- a/changelog/update-route-param-validation +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: dev - -Add validation for path variables. diff --git a/changelog/update-use-filter-sanitize-email-to-sanitize-email-input b/changelog/update-use-filter-sanitize-email-to-sanitize-email-input deleted file mode 100644 index 0e1c685b676..00000000000 --- a/changelog/update-use-filter-sanitize-email-to-sanitize-email-input +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: update - -Use FILTER_SANITIZE_EMAIL to sanitize email input diff --git a/package-lock.json b/package-lock.json index 7510fd8e2ef..60e9f7f8a8a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "woocommerce-payments", - "version": "7.7.0", + "version": "7.8.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "woocommerce-payments", - "version": "7.7.0", + "version": "7.8.0", "hasInstallScript": true, "license": "GPL-3.0-or-later", "dependencies": { diff --git a/package.json b/package.json index 11ff44e46c4..5c001ab691d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "woocommerce-payments", - "version": "7.7.0", + "version": "7.8.0", "main": "webpack.config.js", "author": "Automattic", "license": "GPL-3.0-or-later", diff --git a/readme.txt b/readme.txt index 1aa88ad593b..950fc76a658 100644 --- a/readme.txt +++ b/readme.txt @@ -4,7 +4,7 @@ Tags: woocommerce payments, apple pay, credit card, google pay, payment, payment Requires at least: 6.0 Tested up to: 6.5 Requires PHP: 7.3 -Stable tag: 7.7.0 +Stable tag: 7.8.0 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html @@ -94,6 +94,45 @@ Please note that our support for the checkout block is still experimental and th == Changelog == += 7.8.0 - 2024-06-19 = +* Add - Add a feedback survey modal upon deactivation. +* Add - Add new select component to be used for reporting filters, e.g. Payments overview currency select +* Add - Add payment processing using ECE in the Blocks checkout and cart pages. +* Add - Add the WooPay Direct Checkout flow to the classic mini cart widget. +* Add - Add woocommerce-return-previous-exceptions filter +* Add - Enable adapted extensions compatibility with Direct Checkout. +* Add - feat: add pay-for-order support w/ tokenized cart PRBs +* Add - Fix ECE not working without WooPay. +* Add - Reset notifications about duplicate enabled payment methods when new plugins are enabling them. +* Fix - Fall back to credit card as default payment method when a payment method is toggled off. +* Fix - fix: address normalization on checkout for tokenized cart PRBs +* Fix - fix: itemized totals & pending amount on tokenized cart +* Fix - fix: Store API tokenized cart payment method title +* Fix - Fixes some cases where redirects to the onboarding will open in a new tab. +* Fix - Fix input-specific credit card errors. +* Fix - Fix Payment method title for PRBs not displaying correctly because of ECE code. +* Fix - Fix Teams for WooCommerce Memberships on product WooPay Express Checkout Button. +* Fix - Improve consistency of Manage button for different WooPayments KYC states +* Fix - Make it so that the WooPay button is not triggered on Checkout pages when the "Enter" key is pressed on a keyboard. +* Fix - Prevent account creation during WooPay preflight request. +* Update - chore: update incompatibility notice wrapping +* Update - Declare compatibility with the Cart and Checkout blocks. +* Update - Improve the transition from the WCPay KYC to the WC Admin Payments Task +* Update - Update the Payments Overview screen with a new currency selection UI for stores with multiple deposit currencies +* Update - Use FILTER_SANITIZE_EMAIL to sanitize email input +* Dev - Add New_Process_Payment_Exception +* Dev - Add Order_ID_Mismatch_Exception +* Dev - Add sh support in pre-push husky script. +* Dev - Add validation for path variables. +* Dev - Bump WooCommerce Tested To version to 8.9.2 +* Dev - Bump WooCommerce Tested To version to 8.9.3 +* Dev - chore: EPMs to always send shipping phone +* Dev - Clean up and refactor some old code which is no longer in use. +* Dev - Fix PHPStan warnings. +* Dev - Fix unused parameter phpcs sniffs in checkout classes. +* Dev - Improve test coverage of upe.js and rename isPaymentMethodRestrictedToLocation to hasPaymentMethodCountryRestrictions +* Dev - Remove redundant wrapper around method invocation. + = 7.7.0 - 2024-05-29 = * Add - Add share key query param when sending data to Stripe KYC. * Add - Add the WooPay Direct Checkout flow to the blocks mini cart widget. diff --git a/woocommerce-payments.php b/woocommerce-payments.php index cda1f3135cf..f49664ad999 100644 --- a/woocommerce-payments.php +++ b/woocommerce-payments.php @@ -11,7 +11,7 @@ * WC tested up to: 8.9.3 * Requires at least: 6.0 * Requires PHP: 7.3 - * Version: 7.7.0 + * Version: 7.8.0 * Requires Plugins: woocommerce * * @package WooCommerce\Payments