diff --git a/changelog.txt b/changelog.txt index 1a752eb99c5..74576faf9e3 100644 --- a/changelog.txt +++ b/changelog.txt @@ -10,9 +10,11 @@ * Add - Support pending verification account status * Fix - Add fraud prevention token to cart and checkout payment request buttons * Fix - Check for the `AbstractCartRoute` class before making WooPay available. +* Fix - Fatal error from third-party extensions using the `woocommerce_update_order` expecting the second parameter. * Fix - Fix AJAX response notice for multi-currency due to empty currencies data * Fix - Fixed blocks currency switcher widget * Fix - fixed php 8.1 wp-admin errors +* Fix - Fix keyboard navigation for account balance tooltips on the Payments → Overview screen. * Fix - Handle WooPay requests using Store API cart token and Jetpack blog token. * Fix - Minor change for i18n - Remove extra trailing space in translation string, outside of the __ tag. * Fix - No longer display the Deposits card on the Payments Overview page for new merchants who don't have an estimated deposit @@ -25,6 +27,7 @@ * Update - Change from convention Platform Checkout to WooPay consistently. * Update - Handle incorrect address errors in terminal location API * Update - Refactor express payment method button display +* Update - Remove the `simplifyDepositsUi` feature flag and legacy deposits UI code. * Update - Show a link to the documentation in the tooltip when the pending balance is negative. * Update - Update @woocommerce/experimental to v3.2.0 * Update - Update @wordpress/data-controls to v2.6.1 @@ -33,11 +36,16 @@ * Update - Update the title on fraud risk metabox for flagged but approved orders. * Update - WooPay specific admin area usage tracking * Dev - Adds HTML coverage report for developer reference. +* Dev - Add the 'wcs_recurring_shipping_package_rates_match_standard_rates' filter to enable third-parties to override whether the subscription packages match during checkout validation. * Dev - Behind progressive onboarding feature flag – Add PO eligibility modal. * Dev - Convert fraud protection settings related JavaScript files to TypeScript. * Dev - covered by PR #6188 +* Dev - Enable third-party code to alter the delete payment token URL returned from flag_subscription_payment_token_deletions. * Dev - Explicitly mention gridicons and @wordpress/primitives as dev dependencies. +* Dev - Pass the subscription object as the second parameter to `woocommerce_update_subscription` hook (and `woocommerce_update_order` for backwards compatibility). * Dev - Remove pinned composer version 2.0.6 from workflows +* Dev - Resolve errors for third-party code using the URLs returned from WC_Subscriptions_Admin::add_subscription_url() and WCS_Cart_Renewal::get_checkout_payment_url() because they were erroneously escaped. +* Dev - Return a response from the WC_Subscription::set_status() function in line with the parent WC_Order::set_status() function. * Dev - Run only pending timers to avoid recursive loop for AddPaymentMethodsTask tests. * Dev - Update @woocommerce/currency to v 4.2.0 * Dev - Update @woocommerce/date to v4.2.0 @@ -60,6 +68,7 @@ * Dev - Update @wordpress/url to v3.7.1 * Dev - Update react-dom dependency to 17.0.2 * Dev - Update react dev dependency to 17.0.2 +* Dev - Update subscriptions-core to 5.7.1 * Dev - Update version detection API for subscriptions-core * Dev - Update `@wordpress/dom-ready` to v3.6.1 * Dev - Usage tracking for deposits admin UI. diff --git a/changelog/5749-Remove-feature-flag-and-old-UI-code-for-simplify-deposits-UI b/changelog/5749-Remove-feature-flag-and-old-UI-code-for-simplify-deposits-UI deleted file mode 100644 index 5dae238eff9..00000000000 --- a/changelog/5749-Remove-feature-flag-and-old-UI-code-for-simplify-deposits-UI +++ /dev/null @@ -1,4 +0,0 @@ -Significance: minor -Type: update - -Remove the `simplifyDepositsUi` feature flag and legacy deposits UI code. diff --git a/changelog/fix-5884-deposits-list-tracks b/changelog/fix-5884-deposits-list-tracks deleted file mode 100644 index 3ec015ea22f..00000000000 --- a/changelog/fix-5884-deposits-list-tracks +++ /dev/null @@ -1,5 +0,0 @@ -Significance: patch -Type: dev -Comment: covered by PR #6188 - - diff --git a/changelog/fix-6053-overview-deposit-tooltip-keyboard-navigation b/changelog/fix-6053-overview-deposit-tooltip-keyboard-navigation deleted file mode 100644 index 014e9318829..00000000000 --- a/changelog/fix-6053-overview-deposit-tooltip-keyboard-navigation +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: fix - -Fix keyboard navigation for account balance tooltips on the Payments → Overview screen. diff --git a/changelog/fix-changelog-from-pr-6225 b/changelog/fix-changelog-from-pr-6225 deleted file mode 100644 index b0dc8af92d8..00000000000 --- a/changelog/fix-changelog-from-pr-6225 +++ /dev/null @@ -1,5 +0,0 @@ -Significance: patch -Type: dev -Comment: No need changelog entry. - - diff --git a/changelog/subscriptions-core-5.7.0 b/changelog/subscriptions-core-5.7.0 deleted file mode 100644 index fc111cb6fc7..00000000000 --- a/changelog/subscriptions-core-5.7.0 +++ /dev/null @@ -1,4 +0,0 @@ -Significance: minor -Type: fix - -Fatal error from third-party extensions using the `woocommerce_update_order` expecting the second parameter. diff --git a/changelog/subscriptions-core-5.7.0-1 b/changelog/subscriptions-core-5.7.0-1 deleted file mode 100644 index 1063c5b2041..00000000000 --- a/changelog/subscriptions-core-5.7.0-1 +++ /dev/null @@ -1,4 +0,0 @@ -Significance: minor -Type: dev - -Pass the subscription object as the second parameter to `woocommerce_update_subscription` hook (and `woocommerce_update_order` for backwards compatibility). diff --git a/changelog/subscriptions-core-5.7.0-2 b/changelog/subscriptions-core-5.7.0-2 deleted file mode 100644 index d04dd3e5d90..00000000000 --- a/changelog/subscriptions-core-5.7.0-2 +++ /dev/null @@ -1,4 +0,0 @@ -Significance: minor -Type: dev - -Return a response from the WC_Subscription::set_status() function in line with the parent WC_Order::set_status() function. diff --git a/changelog/subscriptions-core-5.7.0-3 b/changelog/subscriptions-core-5.7.0-3 deleted file mode 100644 index b75b1bd8c29..00000000000 --- a/changelog/subscriptions-core-5.7.0-3 +++ /dev/null @@ -1,4 +0,0 @@ -Significance: minor -Type: dev - -Add the 'wcs_recurring_shipping_package_rates_match_standard_rates' filter to enable third-parties to override whether the subscription packages match during checkout validation. diff --git a/changelog/subscriptions-core-5.7.1-1 b/changelog/subscriptions-core-5.7.1-1 deleted file mode 100644 index 490d45e05fc..00000000000 --- a/changelog/subscriptions-core-5.7.1-1 +++ /dev/null @@ -1,4 +0,0 @@ -Significance: minor -Type: dev - -Resolve errors for third-party code using the URLs returned from WC_Subscriptions_Admin::add_subscription_url() and WCS_Cart_Renewal::get_checkout_payment_url() because they were erroneously escaped. diff --git a/changelog/subscriptions-core-5.7.1-2 b/changelog/subscriptions-core-5.7.1-2 deleted file mode 100644 index 66956a265f2..00000000000 --- a/changelog/subscriptions-core-5.7.1-2 +++ /dev/null @@ -1,4 +0,0 @@ -Significance: minor -Type: dev - -Enable third-party code to alter the delete payment token URL returned from flag_subscription_payment_token_deletions. diff --git a/changelog/subscriptions-core-5.7.1-3 b/changelog/subscriptions-core-5.7.1-3 deleted file mode 100644 index 8c711e21a9d..00000000000 --- a/changelog/subscriptions-core-5.7.1-3 +++ /dev/null @@ -1,4 +0,0 @@ -Significance: minor -Type: dev - -Update subscriptions-core to 5.7.1 diff --git a/readme.txt b/readme.txt index 9c338ae9c80..957be1e55ea 100644 --- a/readme.txt +++ b/readme.txt @@ -104,9 +104,11 @@ Please note that our support for the checkout block is still experimental and th * Add - Support pending verification account status * Fix - Add fraud prevention token to cart and checkout payment request buttons * Fix - Check for the `AbstractCartRoute` class before making WooPay available. +* Fix - Fatal error from third-party extensions using the `woocommerce_update_order` expecting the second parameter. * Fix - Fix AJAX response notice for multi-currency due to empty currencies data * Fix - Fixed blocks currency switcher widget * Fix - fixed php 8.1 wp-admin errors +* Fix - Fix keyboard navigation for account balance tooltips on the Payments → Overview screen. * Fix - Handle WooPay requests using Store API cart token and Jetpack blog token. * Fix - Minor change for i18n - Remove extra trailing space in translation string, outside of the __ tag. * Fix - No longer display the Deposits card on the Payments Overview page for new merchants who don't have an estimated deposit @@ -119,6 +121,7 @@ Please note that our support for the checkout block is still experimental and th * Update - Change from convention Platform Checkout to WooPay consistently. * Update - Handle incorrect address errors in terminal location API * Update - Refactor express payment method button display +* Update - Remove the `simplifyDepositsUi` feature flag and legacy deposits UI code. * Update - Show a link to the documentation in the tooltip when the pending balance is negative. * Update - Update @woocommerce/experimental to v3.2.0 * Update - Update @wordpress/data-controls to v2.6.1 @@ -127,11 +130,16 @@ Please note that our support for the checkout block is still experimental and th * Update - Update the title on fraud risk metabox for flagged but approved orders. * Update - WooPay specific admin area usage tracking * Dev - Adds HTML coverage report for developer reference. +* Dev - Add the 'wcs_recurring_shipping_package_rates_match_standard_rates' filter to enable third-parties to override whether the subscription packages match during checkout validation. * Dev - Behind progressive onboarding feature flag – Add PO eligibility modal. * Dev - Convert fraud protection settings related JavaScript files to TypeScript. * Dev - covered by PR #6188 +* Dev - Enable third-party code to alter the delete payment token URL returned from flag_subscription_payment_token_deletions. * Dev - Explicitly mention gridicons and @wordpress/primitives as dev dependencies. +* Dev - Pass the subscription object as the second parameter to `woocommerce_update_subscription` hook (and `woocommerce_update_order` for backwards compatibility). * Dev - Remove pinned composer version 2.0.6 from workflows +* Dev - Resolve errors for third-party code using the URLs returned from WC_Subscriptions_Admin::add_subscription_url() and WCS_Cart_Renewal::get_checkout_payment_url() because they were erroneously escaped. +* Dev - Return a response from the WC_Subscription::set_status() function in line with the parent WC_Order::set_status() function. * Dev - Run only pending timers to avoid recursive loop for AddPaymentMethodsTask tests. * Dev - Update @woocommerce/currency to v 4.2.0 * Dev - Update @woocommerce/date to v4.2.0 @@ -154,6 +162,7 @@ Please note that our support for the checkout block is still experimental and th * Dev - Update @wordpress/url to v3.7.1 * Dev - Update react-dom dependency to 17.0.2 * Dev - Update react dev dependency to 17.0.2 +* Dev - Update subscriptions-core to 5.7.1 * Dev - Update version detection API for subscriptions-core * Dev - Update `@wordpress/dom-ready` to v3.6.1 * Dev - Usage tracking for deposits admin UI.