diff --git a/changelog.txt b/changelog.txt index 598679d0f3c..f0962c5bdbe 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,5 +1,46 @@ *** WooPayments Changelog *** += 7.2.0 - 2024-02-14 = +* Add - Add compatibility data to onboarding init payload. +* Add - Add WooPay direct checkout flow behind a feature flag. +* Add - Apply localization to CSV exports for transactions, deposits, and disputes sent via email. +* Add - Displaying Clearpay instead of Afterpay for UK based stores +* Add - Enhance WooPay session validation +* Add - Filtering APMs by billing country +* Add - Show a notice to the merchant when the available balance is below the minimum deposit amount. +* Add - Show charge id on payments details page, so merchants can grab it to fill out the dispute evidence form when needed. +* Add - Showing "started" event in transaction timeline +* Add - Support Stripe Link payments with 3DS cards. +* Fix - Displaying the correct method name in Order Edit page for HPOS +* Fix - Don't instantiate `Fraud_Prevention_Service` in checkout if processing an authorized WooPay request. +* Fix - fix: help text alignment with Gutenberg plugin enabled +* Fix - fix: pay-for-order compatibility with other gateways +* Fix - Fixed a bug where the 'deposits paused while balance is negative' notice was erroneously shown after an instant deposit. +* Fix - Fixes Pay for Order checkout using non-card payment methods. +* Fix - Fix losing cart contents during the login at checkout. +* Fix - Merge duplicated Payment Request and WooPay button functionality . +* Fix - Prevent coupon usage increase in a WooPay preflight check. +* Fix - Prevent WooPay webhook creation when account is suspended +* Update - Add source to the onboarding flow page and track it +* Update - Refactor the WooPay checkout flow UX +* Update - Some minor update to tracking parameters to pass additional data like Woo store ID. +* Update - Stop relying on Woo core for loading plugin translations. +* Dev - Added ENUM class for currency codes +* Dev - Bump WC tested up to version to 8.5.2. +* Dev - chore: removed deprecated functions since 5.0.0 +* Dev - chore: remove unused checkout API methods +* Dev - chore: remove unused gateway class methods +* Dev - chore: remove unused isOrderPage return value from confirmIntent +* Dev - chore: update colors on documentation pages +* Dev - Comment: Bump qit-cli dependency to version 0.4.0. +* Dev - E2E test - Merchant facing multi-currency on-boarding screen. +* Dev - Fix for E2E shopper tests around 3DS and UPE settings +* Dev - Refactoring the tracking logic +* Dev - Refactor to how tracking events are defined for better readability. +* Dev - Remove unnecessary tracks events for dispute accept success/error. +* Dev - Update REST API documentation for deposits endpoints with changes to estimated and instant deposits +* Dev - Update Tracks conditions + = 7.1.0 - 2024-01-25 = * Add - Add active plugins array to compatibility data. * Add - Add post_types and their counts as an array to compatibility data. diff --git a/changelog/1545-express-checkout-consolidate-duplicate-functions b/changelog/1545-express-checkout-consolidate-duplicate-functions deleted file mode 100644 index 2c9592be3e7..00000000000 --- a/changelog/1545-express-checkout-consolidate-duplicate-functions +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: fix - -Merge duplicated Payment Request and WooPay button functionality . diff --git a/changelog/7752-filter-apm-by-billing-country b/changelog/7752-filter-apm-by-billing-country deleted file mode 100644 index b9c0f6a7ff7..00000000000 --- a/changelog/7752-filter-apm-by-billing-country +++ /dev/null @@ -1,4 +0,0 @@ -Significance: minor -Type: add - -Filtering APMs by billing country diff --git a/changelog/8075-standardise-tracking b/changelog/8075-standardise-tracking deleted file mode 100644 index 32204ec5fce..00000000000 --- a/changelog/8075-standardise-tracking +++ /dev/null @@ -1,4 +0,0 @@ -Significance: minor -Type: dev - -Refactoring the tracking logic diff --git a/changelog/add-1969-woopay-direct-checkout b/changelog/add-1969-woopay-direct-checkout deleted file mode 100644 index 57e2e982c3b..00000000000 --- a/changelog/add-1969-woopay-direct-checkout +++ /dev/null @@ -1,4 +0,0 @@ -Significance: minor -Type: add - -Add WooPay direct checkout flow behind a feature flag. diff --git a/changelog/add-3ds-support-for-link b/changelog/add-3ds-support-for-link deleted file mode 100644 index dc3ccc23129..00000000000 --- a/changelog/add-3ds-support-for-link +++ /dev/null @@ -1,4 +0,0 @@ -Significance: minor -Type: add - -Support Stripe Link payments with 3DS cards. diff --git a/changelog/add-4650-source-param-for-onboarding-start-event b/changelog/add-4650-source-param-for-onboarding-start-event deleted file mode 100644 index f84b8985cd2..00000000000 --- a/changelog/add-4650-source-param-for-onboarding-start-event +++ /dev/null @@ -1,4 +0,0 @@ -Significance: minor -Type: update - -Add source to the onboarding flow page and track it diff --git a/changelog/add-5141-dispute-evidence-charge-id-2 b/changelog/add-5141-dispute-evidence-charge-id-2 deleted file mode 100644 index 429f7387a2b..00000000000 --- a/changelog/add-5141-dispute-evidence-charge-id-2 +++ /dev/null @@ -1,4 +0,0 @@ -Significance: minor -Type: add - -Show charge id on payments details page, so merchants can grab it to fill out the dispute evidence form when needed. diff --git a/changelog/add-7843-localize-exports b/changelog/add-7843-localize-exports deleted file mode 100644 index c80d6d639b1..00000000000 --- a/changelog/add-7843-localize-exports +++ /dev/null @@ -1,4 +0,0 @@ -Significance: minor -Type: add - -Apply localization to CSV exports for transactions, deposits, and disputes sent via email. diff --git a/changelog/afterpay-clearpay b/changelog/afterpay-clearpay deleted file mode 100644 index 23a06913442..00000000000 --- a/changelog/afterpay-clearpay +++ /dev/null @@ -1,4 +0,0 @@ -Significance: minor -Type: add - -Displaying Clearpay instead of Afterpay for UK based stores diff --git a/changelog/chore-delete-unused-gateway-class-methods b/changelog/chore-delete-unused-gateway-class-methods deleted file mode 100644 index 187dfd78e8c..00000000000 --- a/changelog/chore-delete-unused-gateway-class-methods +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: dev - -chore: remove unused gateway class methods diff --git a/changelog/chore-mark-internal-methods-called-by-core b/changelog/chore-mark-internal-methods-called-by-core deleted file mode 100644 index 3b70193a9e3..00000000000 --- a/changelog/chore-mark-internal-methods-called-by-core +++ /dev/null @@ -1,5 +0,0 @@ -Significance: patch -Type: dev -Comment: chore: adding a comment to internal methods that are called by WC core. - - diff --git a/changelog/chore-remove-deprecated-functions b/changelog/chore-remove-deprecated-functions deleted file mode 100644 index fc0ec5ed243..00000000000 --- a/changelog/chore-remove-deprecated-functions +++ /dev/null @@ -1,4 +0,0 @@ -Significance: major -Type: dev - -chore: removed deprecated functions since 5.0.0 diff --git a/changelog/chore-remove-unused-checkout-api-methods b/changelog/chore-remove-unused-checkout-api-methods deleted file mode 100644 index bf7970a5bb0..00000000000 --- a/changelog/chore-remove-unused-checkout-api-methods +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: dev - -chore: remove unused checkout API methods diff --git a/changelog/chore-remove-unused-isOrderPage-return-value b/changelog/chore-remove-unused-isOrderPage-return-value deleted file mode 100644 index 6c9d224efe3..00000000000 --- a/changelog/chore-remove-unused-isOrderPage-return-value +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: dev - -chore: remove unused isOrderPage return value from confirmIntent diff --git a/changelog/chore-remove-unused-settings-generate-functions b/changelog/chore-remove-unused-settings-generate-functions deleted file mode 100644 index 794c125c0a1..00000000000 --- a/changelog/chore-remove-unused-settings-generate-functions +++ /dev/null @@ -1,5 +0,0 @@ -Significance: patch -Type: dev -Comment: remove unused generate_* functions for settings generation - - diff --git a/changelog/colour-updates b/changelog/colour-updates deleted file mode 100644 index f493a96fb3c..00000000000 --- a/changelog/colour-updates +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: dev - -chore: update colors on documentation pages diff --git a/changelog/dev-7887-add-currency-codes-enum b/changelog/dev-7887-add-currency-codes-enum deleted file mode 100644 index 560d34164d5..00000000000 --- a/changelog/dev-7887-add-currency-codes-enum +++ /dev/null @@ -1,4 +0,0 @@ -Significance: minor -Type: dev - -Added ENUM class for currency codes diff --git a/changelog/dev-8113-bump-qit-cli-dep-version b/changelog/dev-8113-bump-qit-cli-dep-version deleted file mode 100644 index d9dfae6e8d0..00000000000 --- a/changelog/dev-8113-bump-qit-cli-dep-version +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: dev - -Comment: Bump qit-cli dependency to version 0.4.0. diff --git a/changelog/dev-bump-wc-version-8-5-2 b/changelog/dev-bump-wc-version-8-5-2 deleted file mode 100644 index 5a21803fc4c..00000000000 --- a/changelog/dev-bump-wc-version-8-5-2 +++ /dev/null @@ -1,4 +0,0 @@ -Significance: minor -Type: dev - -Bump WC tested up to version to 8.5.2. diff --git a/changelog/dev-client-tracking-events b/changelog/dev-client-tracking-events deleted file mode 100644 index b76830c2dfc..00000000000 --- a/changelog/dev-client-tracking-events +++ /dev/null @@ -1,4 +0,0 @@ -Significance: minor -Type: update - -Some minor update to tracking parameters to pass additional data like Woo store ID. diff --git a/changelog/dev-tracking-refactor b/changelog/dev-tracking-refactor deleted file mode 100644 index bdbd63abfc0..00000000000 --- a/changelog/dev-tracking-refactor +++ /dev/null @@ -1,4 +0,0 @@ -Significance: minor -Type: dev - -Refactor to how tracking events are defined for better readability. diff --git a/changelog/e2e-7347-merchant-on-boarding b/changelog/e2e-7347-merchant-on-boarding deleted file mode 100644 index e1de02a0b10..00000000000 --- a/changelog/e2e-7347-merchant-on-boarding +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: dev - -E2E test - Merchant facing multi-currency on-boarding screen. diff --git a/changelog/fix-2309-woopay-preflight-coupon-usage b/changelog/fix-2309-woopay-preflight-coupon-usage deleted file mode 100644 index 44e56d952ec..00000000000 --- a/changelog/fix-2309-woopay-preflight-coupon-usage +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: fix - -Prevent coupon usage increase in a WooPay preflight check. diff --git a/changelog/fix-5622-wcpay-overriding-analytics-style b/changelog/fix-5622-wcpay-overriding-analytics-style deleted file mode 100644 index ea40c6687a6..00000000000 --- a/changelog/fix-5622-wcpay-overriding-analytics-style +++ /dev/null @@ -1,5 +0,0 @@ -Significance: patch -Type: fix -Comment: Prevent WooPayments overriding a WooCommerce analytics style - - diff --git a/changelog/fix-6531-display-zero-percentage-rate-in-fee-pill b/changelog/fix-6531-display-zero-percentage-rate-in-fee-pill deleted file mode 100644 index e83ef108807..00000000000 --- a/changelog/fix-6531-display-zero-percentage-rate-in-fee-pill +++ /dev/null @@ -1,5 +0,0 @@ -Significance: patch -Type: fix -Comment: Format fee descriptions for iDeal payment method without percentage rate - - diff --git a/changelog/fix-6774-deposit-minimum-threshold-ui b/changelog/fix-6774-deposit-minimum-threshold-ui deleted file mode 100644 index 16e922bc6b7..00000000000 --- a/changelog/fix-6774-deposit-minimum-threshold-ui +++ /dev/null @@ -1,4 +0,0 @@ -Significance: minor -Type: add - -Show a notice to the merchant when the available balance is below the minimum deposit amount. diff --git a/changelog/fix-6941-warning-for-negative-balance b/changelog/fix-6941-warning-for-negative-balance deleted file mode 100644 index e97bb609d62..00000000000 --- a/changelog/fix-6941-warning-for-negative-balance +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: fix - -Fixed a bug where the 'deposits paused while balance is negative' notice was erroneously shown after an instant deposit. diff --git a/changelog/fix-7847-update-deposits-api-docs-estimated-deposits-rm b/changelog/fix-7847-update-deposits-api-docs-estimated-deposits-rm deleted file mode 100644 index cd0f0e04d8d..00000000000 --- a/changelog/fix-7847-update-deposits-api-docs-estimated-deposits-rm +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: dev - -Update REST API documentation for deposits endpoints with changes to estimated and instant deposits diff --git a/changelog/fix-7850-remove-redundant-estimated-deposits-code b/changelog/fix-7850-remove-redundant-estimated-deposits-code deleted file mode 100644 index 85a82c16321..00000000000 --- a/changelog/fix-7850-remove-redundant-estimated-deposits-code +++ /dev/null @@ -1,5 +0,0 @@ -Significance: patch -Type: dev -Comment: Not user-facing: remove redundant code related to decoupling of transactions from deposits - - diff --git a/changelog/fix-7992-lost-cart-content b/changelog/fix-7992-lost-cart-content deleted file mode 100644 index d906488ec91..00000000000 --- a/changelog/fix-7992-lost-cart-content +++ /dev/null @@ -1,4 +0,0 @@ -Significance: minor -Type: fix - -Fix losing cart contents during the login at checkout. diff --git a/changelog/fix-8059-qit-security-test-failed-in-develop-branch b/changelog/fix-8059-qit-security-test-failed-in-develop-branch deleted file mode 100644 index fbcf842d935..00000000000 --- a/changelog/fix-8059-qit-security-test-failed-in-develop-branch +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: fix - -Comment: Fix QIT security tests errors. diff --git a/changelog/fix-e2e-tests b/changelog/fix-e2e-tests deleted file mode 100644 index 94af6f93d7b..00000000000 --- a/changelog/fix-e2e-tests +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: dev - -Fix for E2E shopper tests around 3DS and UPE settings diff --git a/changelog/fix-fraud-service-woopay b/changelog/fix-fraud-service-woopay deleted file mode 100644 index 7e1d55bb314..00000000000 --- a/changelog/fix-fraud-service-woopay +++ /dev/null @@ -1,4 +0,0 @@ -Significance: minor -Type: fix - -Don't instantiate `Fraud_Prevention_Service` in checkout if processing an authorized WooPay request. diff --git a/changelog/fix-issue-8131 b/changelog/fix-issue-8131 deleted file mode 100644 index e3a59a93770..00000000000 --- a/changelog/fix-issue-8131 +++ /dev/null @@ -1,5 +0,0 @@ -Significance: patch -Type: dev -Comment: Fixes a php unit test and so no customer facing - - diff --git a/changelog/fix-order-pay-with-non-card-method b/changelog/fix-order-pay-with-non-card-method deleted file mode 100644 index d766ed918d4..00000000000 --- a/changelog/fix-order-pay-with-non-card-method +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: fix - -Fixes Pay for Order checkout using non-card payment methods. diff --git a/changelog/fix-pay-for-order-compatibility-with-other-gateways b/changelog/fix-pay-for-order-compatibility-with-other-gateways deleted file mode 100644 index 94c79de9ce7..00000000000 --- a/changelog/fix-pay-for-order-compatibility-with-other-gateways +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: fix - -fix: pay-for-order compatibility with other gateways diff --git a/changelog/fix-payment-method-name-hpos b/changelog/fix-payment-method-name-hpos deleted file mode 100644 index d78496ec4be..00000000000 --- a/changelog/fix-payment-method-name-hpos +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: fix - -Displaying the correct method name in Order Edit page for HPOS diff --git a/changelog/fix-radio-button-help-text b/changelog/fix-radio-button-help-text deleted file mode 100644 index 1d1e1d4e46b..00000000000 --- a/changelog/fix-radio-button-help-text +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: fix - -fix: help text alignment with Gutenberg plugin enabled diff --git a/changelog/fix-remove-dispute-accept-log-tracks-events b/changelog/fix-remove-dispute-accept-log-tracks-events deleted file mode 100644 index e33d28ff524..00000000000 --- a/changelog/fix-remove-dispute-accept-log-tracks-events +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: dev - -Remove unnecessary tracks events for dispute accept success/error. diff --git a/changelog/fix-update-shopper-track-conditions b/changelog/fix-update-shopper-track-conditions deleted file mode 100644 index d7140183732..00000000000 --- a/changelog/fix-update-shopper-track-conditions +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: dev - -Update Tracks conditions diff --git a/changelog/fix-woopay-2401-validate-session b/changelog/fix-woopay-2401-validate-session deleted file mode 100644 index b385b3dbadf..00000000000 --- a/changelog/fix-woopay-2401-validate-session +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: add - -Enhance WooPay session validation diff --git a/changelog/fix-woopay-webhook-on-suspended-accounts b/changelog/fix-woopay-webhook-on-suspended-accounts deleted file mode 100644 index ff9ecffec00..00000000000 --- a/changelog/fix-woopay-webhook-on-suspended-accounts +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: fix - -Prevent WooPay webhook creation when account is suspended diff --git a/changelog/frosso-clean-unused-custom-gateway-title b/changelog/frosso-clean-unused-custom-gateway-title deleted file mode 100644 index 84a0e09048b..00000000000 --- a/changelog/frosso-clean-unused-custom-gateway-title +++ /dev/null @@ -1,5 +0,0 @@ -Significance: patch -Type: dev -Comment: removed unused customGatewyTitle function. - - diff --git a/changelog/refactor-2448-woopay-checkout-flow b/changelog/refactor-2448-woopay-checkout-flow deleted file mode 100644 index 7b8f3852210..00000000000 --- a/changelog/refactor-2448-woopay-checkout-flow +++ /dev/null @@ -1,4 +0,0 @@ -Significance: minor -Type: update - -Refactor the WooPay checkout flow UX diff --git a/changelog/timeline-started-event b/changelog/timeline-started-event deleted file mode 100644 index 610f8513553..00000000000 --- a/changelog/timeline-started-event +++ /dev/null @@ -1,4 +0,0 @@ -Significance: minor -Type: add - -Showing "started" event in transaction timeline diff --git a/changelog/update-4423-add-compatibility-data-when-onboarding b/changelog/update-4423-add-compatibility-data-when-onboarding deleted file mode 100644 index 273dac4b5b8..00000000000 --- a/changelog/update-4423-add-compatibility-data-when-onboarding +++ /dev/null @@ -1,4 +0,0 @@ -Significance: minor -Type: add - -Add compatibility data to onboarding init payload. diff --git a/changelog/update-8099-change-plugin-title-for-wporg-seo b/changelog/update-8099-change-plugin-title-for-wporg-seo deleted file mode 100644 index ed5bcecc565..00000000000 --- a/changelog/update-8099-change-plugin-title-for-wporg-seo +++ /dev/null @@ -1,5 +0,0 @@ -Significance: patch -Type: update -Comment: We just changed the plugin title as displayed on WPORG. - - diff --git a/changelog/update-confetti-animation b/changelog/update-confetti-animation deleted file mode 100644 index 195e2ce1c4d..00000000000 --- a/changelog/update-confetti-animation +++ /dev/null @@ -1,5 +0,0 @@ -Significance: patch -Type: update -Comment: Confetti animation update. - - diff --git a/changelog/update-translations-loading b/changelog/update-translations-loading deleted file mode 100644 index 5f6f4434256..00000000000 --- a/changelog/update-translations-loading +++ /dev/null @@ -1,4 +0,0 @@ -Significance: minor -Type: update - -Stop relying on Woo core for loading plugin translations. diff --git a/package-lock.json b/package-lock.json index ffbacceb596..fb84c0e080b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "woocommerce-payments", - "version": "7.1.0", + "version": "7.2.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "woocommerce-payments", - "version": "7.1.0", + "version": "7.2.0", "hasInstallScript": true, "license": "GPL-3.0-or-later", "dependencies": { diff --git a/package.json b/package.json index fe1351bc1e8..7a7e308b8ac 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "woocommerce-payments", - "version": "7.1.0", + "version": "7.2.0", "main": "webpack.config.js", "author": "Automattic", "license": "GPL-3.0-or-later", diff --git a/readme.txt b/readme.txt index b36212fe522..8a3c0906d80 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.4 Requires PHP: 7.3 -Stable tag: 7.1.0 +Stable tag: 7.2.0 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html @@ -94,6 +94,47 @@ Please note that our support for the checkout block is still experimental and th == Changelog == += 7.2.0 - 2024-02-14 = +* Add - Add compatibility data to onboarding init payload. +* Add - Add WooPay direct checkout flow behind a feature flag. +* Add - Apply localization to CSV exports for transactions, deposits, and disputes sent via email. +* Add - Displaying Clearpay instead of Afterpay for UK based stores +* Add - Enhance WooPay session validation +* Add - Filtering APMs by billing country +* Add - Show a notice to the merchant when the available balance is below the minimum deposit amount. +* Add - Show charge id on payments details page, so merchants can grab it to fill out the dispute evidence form when needed. +* Add - Showing "started" event in transaction timeline +* Add - Support Stripe Link payments with 3DS cards. +* Fix - Displaying the correct method name in Order Edit page for HPOS +* Fix - Don't instantiate `Fraud_Prevention_Service` in checkout if processing an authorized WooPay request. +* Fix - fix: help text alignment with Gutenberg plugin enabled +* Fix - fix: pay-for-order compatibility with other gateways +* Fix - Fixed a bug where the 'deposits paused while balance is negative' notice was erroneously shown after an instant deposit. +* Fix - Fixes Pay for Order checkout using non-card payment methods. +* Fix - Fix losing cart contents during the login at checkout. +* Fix - Merge duplicated Payment Request and WooPay button functionality . +* Fix - Prevent coupon usage increase in a WooPay preflight check. +* Fix - Prevent WooPay webhook creation when account is suspended +* Update - Add source to the onboarding flow page and track it +* Update - Refactor the WooPay checkout flow UX +* Update - Some minor update to tracking parameters to pass additional data like Woo store ID. +* Update - Stop relying on Woo core for loading plugin translations. +* Dev - Added ENUM class for currency codes +* Dev - Bump WC tested up to version to 8.5.2. +* Dev - chore: removed deprecated functions since 5.0.0 +* Dev - chore: remove unused checkout API methods +* Dev - chore: remove unused gateway class methods +* Dev - chore: remove unused isOrderPage return value from confirmIntent +* Dev - chore: update colors on documentation pages +* Dev - Comment: Bump qit-cli dependency to version 0.4.0. +* Dev - E2E test - Merchant facing multi-currency on-boarding screen. +* Dev - Fix for E2E shopper tests around 3DS and UPE settings +* Dev - Refactoring the tracking logic +* Dev - Refactor to how tracking events are defined for better readability. +* Dev - Remove unnecessary tracks events for dispute accept success/error. +* Dev - Update REST API documentation for deposits endpoints with changes to estimated and instant deposits +* Dev - Update Tracks conditions + = 7.1.0 - 2024-01-25 = * Add - Add active plugins array to compatibility data. * Add - Add post_types and their counts as an array to compatibility data. diff --git a/woocommerce-payments.php b/woocommerce-payments.php index 601c89c342f..874d1b3f450 100644 --- a/woocommerce-payments.php +++ b/woocommerce-payments.php @@ -11,7 +11,7 @@ * WC tested up to: 8.5.2 * Requires at least: 6.0 * Requires PHP: 7.3 - * Version: 7.1.0 + * Version: 7.2.0 * * @package WooCommerce\Payments */