diff --git a/changelog.txt b/changelog.txt index 68da1290131..038f2c1ca15 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,5 +1,53 @@ *** WooPayments Changelog *** += 7.1.0-test-3 - 2024-xx-xx = +* Add - Add active plugins array to compatibility data. +* Add - Add post_types and their counts as an array to compatibility data. +* Add - Add the active theme name of the blog to the compatibility service +* Add - Expose the refund transaction ID in WooCommerce Order Refund API +* Add - Select the proper payment element when using saved Stripe Link tokens or choosing to use Stripe Link for new email. +* Add - Track filtering interactions on the Transactions page. +* Fix - Allow subscription purchase via Payment Request when no shipping methods are present. +* Fix - Allow zero-amount refunds for backwards compatibility with basic payment gateway and to allow re-stock of refunded orders. +* Fix - Checking if wcpayPaymentRequestPayForOrderParams before using it in Pay for Order page +* Fix - Checkout error when page URL is too long +* Fix - Fix incorrect test mode notice when left KYC early after going live from builder mode +* Fix - Fix network error that occurs when viewing an test mode order with test mode disabled, and vice versa. +* Fix - fix pay-for-order quirks and 3DS behavior +* Fix - Fix Safe Mode message reversed host +* Fix - Fix Stripe Link autofill on checkout. +* Fix - Fix Stripe Link button alignment in the Checkout Block +* Fix - Hide the transaction details refund menu for ineligble disputed transactions +* Fix - Improve clarity & readability of disputed order notice (not all text bold). +* Fix - Prevent possible fatal when using get_edit_post_link filter. +* Fix - Re-render WooPay button when cart updates, when checkout updates. +* Fix - Reinstate first deposit waiting period notice in payments overview (fix bug) +* Fix - Remove unnecessary import statement which leads to a warning when first loaded +* Fix - Resolved an error that would occur with WC 8.5.0 when editing a subscription customer from the admin dashboard. +* Fix - Resolved an issue that caused ordering the Admin Subscriptions List Table to not work when HPOS is enabled. +* Fix - Restock order items when performing full refund from transaction details page +* Fix - Reverting to manual styling over native WordPress components to fix CSS defects on Analytics page +* Fix - Send metadata in error message +* Fix - Show the correct number of days in the new account waiting period notice. +* Fix - Update WooPay tablet breakpoint. +* Fix - Verify that order exists before offering "Partial refund" option on transaction details page. +* Update - Changed the edit subscription product "Expire after" (Subscription length) so it more clearly describes when a subscription will automatically stop renewing. +* Update - Pass currency parameter and not transaction_ids parameter when creating instant deposit. +* Update - Store balance transaction ID in order metadata. +* Update - Updated BNPL sorting in settings for consistency with onboarding. +* Update - Update references to dev mode to use sandbox mode terminology. +* Update - Updates to the styling of the onboarding mode selection page. +* Update - Update style of notices within the deposits section of the settings screen. +* Dev - Added enum class for country codes +* Dev - Add new Tracks events to WooPay Save My Info checkbox +* Dev - Allow test pipelines to pass by slightly adjusting HTML selectors +* Dev - Merge UPE tests into the single and main gateway test file for unit and E2E tests. +* Dev - Place order button Tracks +* Dev - Track payment-request-button loads +* Dev - Update jetpack dependencies for syncing. +* Dev - Updates to account status logic to streamline it. +* Dev - Update subscriptions-core to 6.7.1. + = 7.0.0 - 2024-01-03 = * Add - Add Account Management tools with reset account functionality for partially onboarded accounts. * Add - Adding Compatibility Service to assist with flagging possible compatibility issues in the future. diff --git a/changelog/7996-wcpayPaymentRequestPayForOrderParams b/changelog/7996-wcpayPaymentRequestPayForOrderParams deleted file mode 100644 index de2d1870de3..00000000000 --- a/changelog/7996-wcpayPaymentRequestPayForOrderParams +++ /dev/null @@ -1,4 +0,0 @@ -Significance: minor -Type: fix - -Checking if wcpayPaymentRequestPayForOrderParams before using it in Pay for Order page diff --git a/changelog/8025-fix-safe-mode-message-reverse-host b/changelog/8025-fix-safe-mode-message-reverse-host deleted file mode 100644 index a4b72307417..00000000000 --- a/changelog/8025-fix-safe-mode-message-reverse-host +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: fix - -Fix Safe Mode message reversed host diff --git a/changelog/add-3943-send-blog-theme-to-sift b/changelog/add-3943-send-blog-theme-to-sift deleted file mode 100644 index 7f67989d63f..00000000000 --- a/changelog/add-3943-send-blog-theme-to-sift +++ /dev/null @@ -1,4 +0,0 @@ -Significance: minor -Type: add - -Add the active theme name of the blog to the compatibility service diff --git a/changelog/add-7397-e2e-disputed-order-notice b/changelog/add-7397-e2e-disputed-order-notice deleted file mode 100644 index 97426df9698..00000000000 --- a/changelog/add-7397-e2e-disputed-order-notice +++ /dev/null @@ -1,5 +0,0 @@ -Significance: patch -Type: dev -Comment: Not user-facing: add e2e test for viewing the dispute details via the disputed order notice - - diff --git a/changelog/add-7711-instant-deposit-currency b/changelog/add-7711-instant-deposit-currency deleted file mode 100644 index 145bc27f8d1..00000000000 --- a/changelog/add-7711-instant-deposit-currency +++ /dev/null @@ -1,4 +0,0 @@ -Significance: minor -Type: update - -Pass currency parameter and not transaction_ids parameter when creating instant deposit. diff --git a/changelog/add-7961-track-transactions-search b/changelog/add-7961-track-transactions-search deleted file mode 100644 index 6781c1b99f6..00000000000 --- a/changelog/add-7961-track-transactions-search +++ /dev/null @@ -1,4 +0,0 @@ -Significance: minor -Type: add - -Track filtering interactions on the Transactions page. diff --git a/changelog/add-place-order-tracks b/changelog/add-place-order-tracks deleted file mode 100644 index 450859bad49..00000000000 --- a/changelog/add-place-order-tracks +++ /dev/null @@ -1,4 +0,0 @@ -Significance: minor -Type: dev - -Place order button Tracks diff --git a/changelog/add-prb-load-tracks b/changelog/add-prb-load-tracks deleted file mode 100644 index 5109e5ce0ca..00000000000 --- a/changelog/add-prb-load-tracks +++ /dev/null @@ -1,4 +0,0 @@ -Significance: minor -Type: dev - -Track payment-request-button loads diff --git a/changelog/add-save-my-info-tracks b/changelog/add-save-my-info-tracks deleted file mode 100644 index c4fa8337b73..00000000000 --- a/changelog/add-save-my-info-tracks +++ /dev/null @@ -1,4 +0,0 @@ -Significance: minor -Type: dev - -Add new Tracks events to WooPay Save My Info checkbox diff --git a/changelog/add-server-3942-compatibility-service-include-active-plugins b/changelog/add-server-3942-compatibility-service-include-active-plugins deleted file mode 100644 index edb6dd72a9a..00000000000 --- a/changelog/add-server-3942-compatibility-service-include-active-plugins +++ /dev/null @@ -1,4 +0,0 @@ -Significance: minor -Type: add - -Add active plugins array to compatibility data. diff --git a/changelog/add-server-3944-compatibility-service-include-post-types b/changelog/add-server-3944-compatibility-service-include-post-types deleted file mode 100644 index 3b5aba0e435..00000000000 --- a/changelog/add-server-3944-compatibility-service-include-post-types +++ /dev/null @@ -1,4 +0,0 @@ -Significance: minor -Type: add - -Add post_types and their counts as an array to compatibility data. diff --git a/changelog/add-transaction-id-to-refund-endpoint b/changelog/add-transaction-id-to-refund-endpoint deleted file mode 100644 index c99092fb388..00000000000 --- a/changelog/add-transaction-id-to-refund-endpoint +++ /dev/null @@ -1,4 +0,0 @@ -Significance: minor -Type: add - -Expose the refund transaction ID in WooCommerce Order Refund API diff --git a/changelog/align-stripe-link-behavior b/changelog/align-stripe-link-behavior deleted file mode 100644 index fbc36a1cb22..00000000000 --- a/changelog/align-stripe-link-behavior +++ /dev/null @@ -1,4 +0,0 @@ -Significance: minor -Type: add - -Select the proper payment element when using saved Stripe Link tokens or choosing to use Stripe Link for new email. diff --git a/changelog/dev-7731-update-dev-mode-choice b/changelog/dev-7731-update-dev-mode-choice deleted file mode 100644 index 2c2ac2efae9..00000000000 --- a/changelog/dev-7731-update-dev-mode-choice +++ /dev/null @@ -1,4 +0,0 @@ -Significance: minor -Type: update - -Updates to the styling of the onboarding mode selection page. diff --git a/changelog/dev-7886-add-country-codes-enum b/changelog/dev-7886-add-country-codes-enum deleted file mode 100644 index e6e2b8aad22..00000000000 --- a/changelog/dev-7886-add-country-codes-enum +++ /dev/null @@ -1,4 +0,0 @@ -Significance: minor -Type: dev - -Added enum class for country codes diff --git a/changelog/dev-centralize-account-status-logic b/changelog/dev-centralize-account-status-logic deleted file mode 100644 index 5b3d6d32d86..00000000000 --- a/changelog/dev-centralize-account-status-logic +++ /dev/null @@ -1,4 +0,0 @@ -Significance: minor -Type: dev - -Updates to account status logic to streamline it. diff --git a/changelog/dev-refactor-order-dispute-refundable-util b/changelog/dev-refactor-order-dispute-refundable-util deleted file mode 100644 index 276e36cdcb8..00000000000 --- a/changelog/dev-refactor-order-dispute-refundable-util +++ /dev/null @@ -1,3 +0,0 @@ -Significance: patch -Type: dev -Comment: Not user-facing: refactors the refund eligibility logic for disputed orders diff --git a/changelog/fix-2199-woopay-duplicate-payments b/changelog/fix-2199-woopay-duplicate-payments deleted file mode 100644 index 19c6948d923..00000000000 --- a/changelog/fix-2199-woopay-duplicate-payments +++ /dev/null @@ -1,5 +0,0 @@ -Significance: patch -Type: fix -Comment: Fix WooPay duplicate charges. - - diff --git a/changelog/fix-2395-rerender-woopay-button-on-cart-update b/changelog/fix-2395-rerender-woopay-button-on-cart-update deleted file mode 100644 index a45d353c10c..00000000000 --- a/changelog/fix-2395-rerender-woopay-button-on-cart-update +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: fix - -Re-render WooPay button when cart updates, when checkout updates. diff --git a/changelog/fix-2493-filter-subscriptions-payment-request b/changelog/fix-2493-filter-subscriptions-payment-request deleted file mode 100644 index c05650ebbc0..00000000000 --- a/changelog/fix-2493-filter-subscriptions-payment-request +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: fix - -Allow subscription purchase via Payment Request when no shipping methods are present. diff --git a/changelog/fix-6424-update-settings-deposit-notice-ui b/changelog/fix-6424-update-settings-deposit-notice-ui deleted file mode 100644 index 3657670ba80..00000000000 --- a/changelog/fix-6424-update-settings-deposit-notice-ui +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: update - -Update style of notices within the deposits section of the settings screen. diff --git a/changelog/fix-6810-bnpl-sorting b/changelog/fix-6810-bnpl-sorting deleted file mode 100644 index 790cc782527..00000000000 --- a/changelog/fix-6810-bnpl-sorting +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: update - -Updated BNPL sorting in settings for consistency with onboarding. diff --git a/changelog/fix-6881-stripe-link-blocks-checkout-refactor b/changelog/fix-6881-stripe-link-blocks-checkout-refactor deleted file mode 100644 index b50316fcdbc..00000000000 --- a/changelog/fix-6881-stripe-link-blocks-checkout-refactor +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: fix - -Fix Stripe Link autofill on checkout. diff --git a/changelog/fix-7568-tidy-disputed-order-notice b/changelog/fix-7568-tidy-disputed-order-notice deleted file mode 100644 index 39613195023..00000000000 --- a/changelog/fix-7568-tidy-disputed-order-notice +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: fix - -Improve clarity & readability of disputed order notice (not all text bold). diff --git a/changelog/fix-7799-pay-for-order-error-message b/changelog/fix-7799-pay-for-order-error-message deleted file mode 100644 index 101d5e34fa2..00000000000 --- a/changelog/fix-7799-pay-for-order-error-message +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: fix - -fix pay-for-order quirks and 3DS behavior diff --git a/changelog/fix-7819-incorrect-test-mode-notice b/changelog/fix-7819-incorrect-test-mode-notice deleted file mode 100644 index 166132e2a26..00000000000 --- a/changelog/fix-7819-incorrect-test-mode-notice +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: fix - -Fix incorrect test mode notice when left KYC early after going live from builder mode diff --git a/changelog/fix-7881-strict-return-type b/changelog/fix-7881-strict-return-type deleted file mode 100644 index 5c2b0cc42be..00000000000 --- a/changelog/fix-7881-strict-return-type +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: fix - -Prevent possible fatal when using get_edit_post_link filter. diff --git a/changelog/fix-7929-link-button-alignment b/changelog/fix-7929-link-button-alignment deleted file mode 100644 index a6da658f8d8..00000000000 --- a/changelog/fix-7929-link-button-alignment +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: fix - -Fix Stripe Link button alignment in the Checkout Block diff --git a/changelog/fix-7958-transaction-details-dispute-details-broken-ui b/changelog/fix-7958-transaction-details-dispute-details-broken-ui deleted file mode 100644 index b196bc9910c..00000000000 --- a/changelog/fix-7958-transaction-details-dispute-details-broken-ui +++ /dev/null @@ -1,5 +0,0 @@ -Significance: patch -Type: fix -Comment: Not user-facing: fixes styling bug introduced in develop branch - - diff --git a/changelog/fix-7960-transaction-refund-eligible-disputes-only b/changelog/fix-7960-transaction-refund-eligible-disputes-only deleted file mode 100644 index e35c11107f7..00000000000 --- a/changelog/fix-7960-transaction-refund-eligible-disputes-only +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: fix - -Hide the transaction details refund menu for ineligble disputed transactions diff --git a/changelog/fix-7964-typo-for-transaction-actions b/changelog/fix-7964-typo-for-transaction-actions deleted file mode 100644 index 603667aa9a7..00000000000 --- a/changelog/fix-7964-typo-for-transaction-actions +++ /dev/null @@ -1,5 +0,0 @@ -Significance: patch -Type: fix -Comment: Fixed a typo - - diff --git a/changelog/fix-7967-disputed-order-notice-test-mode-check b/changelog/fix-7967-disputed-order-notice-test-mode-check deleted file mode 100644 index 43f8af2c81b..00000000000 --- a/changelog/fix-7967-disputed-order-notice-test-mode-check +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: fix - -Fix network error that occurs when viewing an test mode order with test mode disabled, and vice versa. diff --git a/changelog/fix-7969-restock-items-when-refund-from-transaction-page b/changelog/fix-7969-restock-items-when-refund-from-transaction-page deleted file mode 100644 index 89d7c64e75a..00000000000 --- a/changelog/fix-7969-restock-items-when-refund-from-transaction-page +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: fix - -Restock order items when performing full refund from transaction details page diff --git a/changelog/fix-7970-clarify-calendar-days-waiting-period-notice b/changelog/fix-7970-clarify-calendar-days-waiting-period-notice deleted file mode 100644 index 5f1286350f5..00000000000 --- a/changelog/fix-7970-clarify-calendar-days-waiting-period-notice +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: fix - -Show the correct number of days in the new account waiting period notice. diff --git a/changelog/fix-7984-allow-zero-amount-refunds b/changelog/fix-7984-allow-zero-amount-refunds deleted file mode 100644 index 9a3327f189b..00000000000 --- a/changelog/fix-7984-allow-zero-amount-refunds +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: fix - -Allow zero-amount refunds for backwards compatibility with basic payment gateway and to allow re-stock of refunded orders. diff --git a/changelog/fix-7991-blank-square-in-the-upper-left-corner-of-basic-filter-dropdowns-on-analytics-pages b/changelog/fix-7991-blank-square-in-the-upper-left-corner-of-basic-filter-dropdowns-on-analytics-pages deleted file mode 100644 index da22195d61c..00000000000 --- a/changelog/fix-7991-blank-square-in-the-upper-left-corner-of-basic-filter-dropdowns-on-analytics-pages +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: fix - -Reverting to manual styling over native WordPress components to fix CSS defects on Analytics page diff --git a/changelog/fix-8040-new-account-waiting-period-notice b/changelog/fix-8040-new-account-waiting-period-notice deleted file mode 100644 index 254a87050c8..00000000000 --- a/changelog/fix-8040-new-account-waiting-period-notice +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: fix - -Reinstate first deposit waiting period notice in payments overview (fix bug) diff --git a/changelog/fix-e2e-tests b/changelog/fix-e2e-tests deleted file mode 100644 index 6be373a93e5..00000000000 --- a/changelog/fix-e2e-tests +++ /dev/null @@ -1,4 +0,0 @@ -Significance: minor -Type: dev - -Allow test pipelines to pass by slightly adjusting HTML selectors diff --git a/changelog/fix-place-order-js-error b/changelog/fix-place-order-js-error deleted file mode 100644 index 15ab0d3632d..00000000000 --- a/changelog/fix-place-order-js-error +++ /dev/null @@ -1,5 +0,0 @@ -Significance: patch -Type: fix -Comment: Fixes a JS error introduced in an unreleased change - - diff --git a/changelog/fix-transaction-refund-options-for-missing-order b/changelog/fix-transaction-refund-options-for-missing-order deleted file mode 100644 index aa09586aa39..00000000000 --- a/changelog/fix-transaction-refund-options-for-missing-order +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: fix - -Verify that order exists before offering "Partial refund" option on transaction details page. diff --git a/changelog/fix-trim-woopay-source-url b/changelog/fix-trim-woopay-source-url deleted file mode 100644 index d0542cc8201..00000000000 --- a/changelog/fix-trim-woopay-source-url +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: fix - -Checkout error when page URL is too long diff --git a/changelog/fix-unnecessary-import-warning b/changelog/fix-unnecessary-import-warning deleted file mode 100644 index e13b9c06bbc..00000000000 --- a/changelog/fix-unnecessary-import-warning +++ /dev/null @@ -1,4 +0,0 @@ -Significance: minor -Type: fix - -Remove unnecessary import statement which leads to a warning when first loaded diff --git a/changelog/fix-woopay-adapted-extensions b/changelog/fix-woopay-adapted-extensions deleted file mode 100644 index f1f70ad71f3..00000000000 --- a/changelog/fix-woopay-adapted-extensions +++ /dev/null @@ -1,5 +0,0 @@ -Significance: patch -Type: fix -Comment: Fix WooPay adapted extensions initialization. - - diff --git a/changelog/fix-woopay-tablet-breakpoint b/changelog/fix-woopay-tablet-breakpoint deleted file mode 100644 index 593a5fc67af..00000000000 --- a/changelog/fix-woopay-tablet-breakpoint +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: fix - -Update WooPay tablet breakpoint. diff --git a/changelog/merge-upe-non-upe-tests b/changelog/merge-upe-non-upe-tests deleted file mode 100644 index 2e6ed78762f..00000000000 --- a/changelog/merge-upe-non-upe-tests +++ /dev/null @@ -1,4 +0,0 @@ -Significance: minor -Type: dev - -Merge UPE tests into the single and main gateway test file for unit and E2E tests. diff --git a/changelog/refactor-logger b/changelog/refactor-logger deleted file mode 100644 index 054cac4ec60..00000000000 --- a/changelog/refactor-logger +++ /dev/null @@ -1,5 +0,0 @@ -Significance: patch -Type: dev -Comment: It just changes how we get the same data from the database - - diff --git a/changelog/refactor-mode-class b/changelog/refactor-mode-class deleted file mode 100644 index 054cac4ec60..00000000000 --- a/changelog/refactor-mode-class +++ /dev/null @@ -1,5 +0,0 @@ -Significance: patch -Type: dev -Comment: It just changes how we get the same data from the database - - diff --git a/changelog/send-metadata-in-error-message b/changelog/send-metadata-in-error-message deleted file mode 100644 index 1d4c516ae8b..00000000000 --- a/changelog/send-metadata-in-error-message +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: fix - -Send metadata in error message diff --git a/changelog/subscriptions-core-6.7.1 b/changelog/subscriptions-core-6.7.1 deleted file mode 100644 index 28a911d14cb..00000000000 --- a/changelog/subscriptions-core-6.7.1 +++ /dev/null @@ -1,4 +0,0 @@ -Significance: minor -Type: dev - -Update subscriptions-core to 6.7.1. diff --git a/changelog/subscriptions-core-6.7.1-2 b/changelog/subscriptions-core-6.7.1-2 deleted file mode 100644 index ef0ced053e7..00000000000 --- a/changelog/subscriptions-core-6.7.1-2 +++ /dev/null @@ -1,4 +0,0 @@ -Significance: minor -Type: fix - -Resolved an issue that caused ordering the Admin Subscriptions List Table to not work when HPOS is enabled. diff --git a/changelog/subscriptions-core-6.7.1-3 b/changelog/subscriptions-core-6.7.1-3 deleted file mode 100644 index 83da04c3910..00000000000 --- a/changelog/subscriptions-core-6.7.1-3 +++ /dev/null @@ -1,4 +0,0 @@ -Significance: minor -Type: update - -Changed the edit subscription product "Expire after" (Subscription length) so it more clearly describes when a subscription will automatically stop renewing. diff --git a/changelog/subscriptions-core-6.7.1-4 b/changelog/subscriptions-core-6.7.1-4 deleted file mode 100644 index 96fb34cb28e..00000000000 --- a/changelog/subscriptions-core-6.7.1-4 +++ /dev/null @@ -1,4 +0,0 @@ -Significance: minor -Type: fix - -Resolved an error that would occur with WC 8.5.0 when editing a subscription customer from the admin dashboard. diff --git a/changelog/update-7579-po-success-modal b/changelog/update-7579-po-success-modal deleted file mode 100644 index f02eae18ba7..00000000000 --- a/changelog/update-7579-po-success-modal +++ /dev/null @@ -1,5 +0,0 @@ -Significance: patch -Type: update -Comment: PO success modal design update. - - diff --git a/changelog/update-7856-add-charge-txn-id-to-order-meta b/changelog/update-7856-add-charge-txn-id-to-order-meta deleted file mode 100644 index 38037b5a6d1..00000000000 --- a/changelog/update-7856-add-charge-txn-id-to-order-meta +++ /dev/null @@ -1,4 +0,0 @@ -Significance: minor -Type: update - -Store balance transaction ID in order metadata. diff --git a/changelog/update-dev-mode-labels b/changelog/update-dev-mode-labels deleted file mode 100644 index df9ff952e45..00000000000 --- a/changelog/update-dev-mode-labels +++ /dev/null @@ -1,4 +0,0 @@ -Significance: minor -Type: update - -Update references to dev mode to use sandbox mode terminology. diff --git a/changelog/update-jetpack-dependencies b/changelog/update-jetpack-dependencies deleted file mode 100644 index 9ff7efa72b6..00000000000 --- a/changelog/update-jetpack-dependencies +++ /dev/null @@ -1,4 +0,0 @@ -Significance: minor -Type: dev - -Update jetpack dependencies for syncing. diff --git a/readme.txt b/readme.txt index 0c4dc6d82e0..2ec3009e0b3 100644 --- a/readme.txt +++ b/readme.txt @@ -94,6 +94,54 @@ Please note that our support for the checkout block is still experimental and th == Changelog == += 7.1.0-test-3 - unreleased = +* Add - Add active plugins array to compatibility data. +* Add - Add post_types and their counts as an array to compatibility data. +* Add - Add the active theme name of the blog to the compatibility service +* Add - Expose the refund transaction ID in WooCommerce Order Refund API +* Add - Select the proper payment element when using saved Stripe Link tokens or choosing to use Stripe Link for new email. +* Add - Track filtering interactions on the Transactions page. +* Fix - Allow subscription purchase via Payment Request when no shipping methods are present. +* Fix - Allow zero-amount refunds for backwards compatibility with basic payment gateway and to allow re-stock of refunded orders. +* Fix - Checking if wcpayPaymentRequestPayForOrderParams before using it in Pay for Order page +* Fix - Checkout error when page URL is too long +* Fix - Fix incorrect test mode notice when left KYC early after going live from builder mode +* Fix - Fix network error that occurs when viewing an test mode order with test mode disabled, and vice versa. +* Fix - fix pay-for-order quirks and 3DS behavior +* Fix - Fix Safe Mode message reversed host +* Fix - Fix Stripe Link autofill on checkout. +* Fix - Fix Stripe Link button alignment in the Checkout Block +* Fix - Hide the transaction details refund menu for ineligble disputed transactions +* Fix - Improve clarity & readability of disputed order notice (not all text bold). +* Fix - Prevent possible fatal when using get_edit_post_link filter. +* Fix - Re-render WooPay button when cart updates, when checkout updates. +* Fix - Reinstate first deposit waiting period notice in payments overview (fix bug) +* Fix - Remove unnecessary import statement which leads to a warning when first loaded +* Fix - Resolved an error that would occur with WC 8.5.0 when editing a subscription customer from the admin dashboard. +* Fix - Resolved an issue that caused ordering the Admin Subscriptions List Table to not work when HPOS is enabled. +* Fix - Restock order items when performing full refund from transaction details page +* Fix - Reverting to manual styling over native WordPress components to fix CSS defects on Analytics page +* Fix - Send metadata in error message +* Fix - Show the correct number of days in the new account waiting period notice. +* Fix - Update WooPay tablet breakpoint. +* Fix - Verify that order exists before offering "Partial refund" option on transaction details page. +* Update - Changed the edit subscription product "Expire after" (Subscription length) so it more clearly describes when a subscription will automatically stop renewing. +* Update - Pass currency parameter and not transaction_ids parameter when creating instant deposit. +* Update - Store balance transaction ID in order metadata. +* Update - Updated BNPL sorting in settings for consistency with onboarding. +* Update - Update references to dev mode to use sandbox mode terminology. +* Update - Updates to the styling of the onboarding mode selection page. +* Update - Update style of notices within the deposits section of the settings screen. +* Dev - Added enum class for country codes +* Dev - Add new Tracks events to WooPay Save My Info checkbox +* Dev - Allow test pipelines to pass by slightly adjusting HTML selectors +* Dev - Merge UPE tests into the single and main gateway test file for unit and E2E tests. +* Dev - Place order button Tracks +* Dev - Track payment-request-button loads +* Dev - Update jetpack dependencies for syncing. +* Dev - Updates to account status logic to streamline it. +* Dev - Update subscriptions-core to 6.7.1. + = 7.0.0 - 2024-01-03 = * Add - Add Account Management tools with reset account functionality for partially onboarded accounts. * Add - Adding Compatibility Service to assist with flagging possible compatibility issues in the future. diff --git a/woocommerce-payments.php b/woocommerce-payments.php index ee3eedb1409..e2f51c403c2 100644 --- a/woocommerce-payments.php +++ b/woocommerce-payments.php @@ -12,7 +12,7 @@ * WC tested up to: 8.4.0 * Requires at least: 6.0 * Requires PHP: 7.3 - * Version: 7.0.0 + * Version: 7.1.0-test-3 * * @package WooCommerce\Payments */