Skip to content

Commit 00bd0ae

Browse files
committed
Merge trunk v6.1.0 into develop
2 parents 826c5aa + 56d5e8d commit 00bd0ae

File tree

57 files changed

+101
-218
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

57 files changed

+101
-218
lines changed

changelog.txt

Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,53 @@
11
*** WooCommerce Payments Changelog ***
22

3+
= 6.1.0 - 2023-06-28 =
4+
* Add - Add additional validation in VAT controller.
5+
* Add - Add Affirm and Afterpay to checkout block.
6+
* Add - Add Affirm and Afterpay to classic checkout.
7+
* Add - Add BNPL messaging to the product details page via Stripe Payment Method Messaging Element.
8+
* Add - Added a check to disable WooPay in case incompatible extensions are found.
9+
* Add - Adds implementation to handle deferred intent for the UPE in My account page.
10+
* Add - Adds support for UPE with deferred intent creation on the Blocks checkout page.
11+
* Add - Add Tap to Pay device type filter on transactions list page.
12+
* Add - Add usage tracking to WooPay express button location updates.
13+
* Add - Affirm and Afterpay logo support in transactions listing and transaction details.
14+
* Add - Connect page incentive for eligible merchants.
15+
* Add - Deposit schedule changes are disabled when an account has restrictions on it.
16+
* Add - Ensure Affirm and Afterpay available on checkout only when the payment is in expected range.
17+
* Add - Improve the wording and style of the "Active Disputes" task list item on the Payments → Overview screen to better communicate the urgency of resolving these disputes.
18+
* Add - Links in subscription deactivation modal open in a new tab.
19+
* Add - Show checkbox options for Affirm and Afterpay BNPL payment options.
20+
* Add - Update Affirm & Afterpay logos with border and icon images.
21+
* Add - Check for invalid extensions when one is activated or deactivated.
22+
* Fix - Add deadline and amount to clarify disputed order note.
23+
* Fix - Affirm&Afterpay: do not show messaging element for subscription products.
24+
* Fix - Allow `card_` prefix when validating payment method IDs to fix failing subscription renewals.
25+
* Fix - Check that a currency is available before adding it to the current currencies. Minor admin text string updates. Minor refactoring of MultiCurrency/RestController class.
26+
* Fix - Corrected bug where checkbox could not be enabled when credit card was disabled.
27+
* Fix - Fixed payment intents still getting confirmed on UPE when intent update fails.
28+
* Fix - Fix untranslated strings on the checkout page.
29+
* Fix - Fraudulent disputes will now show as Transaction unauthorized.
30+
* Fix - Hide Google Pay and Apple Pay buttons when total amount is zero on item details, cart, and checkout pages.
31+
* Fix - Improved user experience on onboarding form when validating fields if Enter key is pressed.
32+
* Fix - Improve the logic which determines if a user is activating the WC Subscriptions plugin when determining the need to load built-in subscriptions functionality.
33+
* Fix - Move WP hooks registration out of the core classes' constructors.
34+
* Fix - Remove all actions on preflight check.
35+
* Fix - Show descriptive dispute reasons in order notes.
36+
* Fix - Updated correct link for request classes docs.
37+
* Fix - Uses correct payment method title in order confirmation emails.
38+
* Update - Display the "Active Disputes" task list item on the Payments → Overview screen only if there are disputes due within seven days.
39+
* Update - Improve copy in Subscriptions deactivation modal.
40+
* Update - Improve the wording of the "Active Disputes" task list item on the WooCommerce → Home screen to better communicate the urgency of resolving these disputes.
41+
* Update - Moved the overview task list to the welcome greeting to improve visibility of important tasks.
42+
* Update - Update the design for UPE settings block.
43+
* Dev - Add support for Czech Republic, Hungary, and Sweden.
44+
* Dev - Bump minimum required version of WooCommerce to 7.8.0.
45+
* Dev - Comment: Add script to run QIT security tests locally.
46+
* Dev - Gracefully handle missing payment method constants.
47+
* Dev - minor refactor from js to tsx.
48+
* Dev - minor tsx refactor.
49+
* Dev - Tracking events for BNPL payment methods.
50+
351
= 6.0.0 - 2023-06-08 =
452
* Add - Show Progressive Onboarding Express using Explat experiment
553
* Fix - Add a session check to avoid fatal errors.

changelog/6547-validation-po-form

Lines changed: 0 additions & 4 deletions
This file was deleted.

changelog/add-5406-remove-payment-button-on-0-cart

Lines changed: 0 additions & 4 deletions
This file was deleted.

changelog/add-6119-bnpl-shortcode-checkout

Lines changed: 0 additions & 4 deletions
This file was deleted.

changelog/add-6123-affirm-afterpay-logo

Lines changed: 0 additions & 4 deletions
This file was deleted.

changelog/add-6231-bnpl-block-checkout

Lines changed: 0 additions & 4 deletions
This file was deleted.

changelog/add-6271-bnpl-checkboxes-to-settings

Lines changed: 0 additions & 4 deletions
This file was deleted.

changelog/add-6422-warning-for-woopay-incompatible-extensions

Lines changed: 0 additions & 4 deletions
This file was deleted.

changelog/add-add-validation-vat-controller

Lines changed: 0 additions & 4 deletions
This file was deleted.

changelog/add-bnpl-affirm-afterpay-track-events

Lines changed: 0 additions & 4 deletions
This file was deleted.

0 commit comments

Comments
 (0)