Skip to content

Commit eb0a327

Browse files
author
oaratovskyi
committed
Merge release/9.5.0 into trunk
2 parents dc6f9d4 + b9209f3 commit eb0a327

File tree

344 files changed

+22839
-12805
lines changed

Some content is hidden

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

344 files changed

+22839
-12805
lines changed

apple-developer-merchantid-domain-association

Lines changed: 0 additions & 1 deletion
This file was deleted.

assets/images/payment-activity-empty-state.svg

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

changelog.txt

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,36 @@
11
*** WooPayments Changelog ***
22

3+
= 9.5.0 - 2025-06-11 =
4+
* Add - Add specific texts for collecting Norway and New Zealand tax data
5+
* Add - Add specific texts for collecting Singapore tax data
6+
* Add - Add tax to the fee breakdown on order notes
7+
* Add - Enable Australian merchants to add tax details (ABN) for generating tax documents.
8+
* Add - New Filter: wcpay_woopay_enabled – Allows developers to conditionally disable WooPay based on custom logic, improving compatibility with themes and plugins.
9+
* Fix - fix: ensure `checkPaymentMethodIsAvailable` cache key is correctly memoized on express checkout elements
10+
* Fix - fix: formatting of currencies in the backend will always honor the merchant's settings, rather than the currency locale.
11+
* Fix - fix: set the correct payment method title when processing the payment with wechat pay, multibanco, and others
12+
* Fix - Fixed handling of orders containing items with negative tax
13+
* Fix - Handle state field requirements for Express Checkout in countries without states
14+
* Fix - Prevent accounts scheduled for deletion from being accessible to the WooPayments client to avoid exposing stale or partial data.
15+
* Update - Evidence submission form now should use the global wp.components
16+
* Update - refactor: add data massaging from legacy google pay/apple pay for HK-based addresses
17+
* Update - Refactor: Remove unused Props interface from AccountTools component
18+
* Update - Remove WooPayments adding their sections into other gateways when enabled
19+
* Update - update: Apple Pay domain verification file is no longer needed
20+
* Update - update: remove `_wcpay_feature_tokenized_cart_ece` feature flag; remove `client/express-checkout` in favor of `client/tokenized-express-checkout`
21+
* Dev - Add cover letter for fraudulent reason
22+
* Dev - Add the components that will be used on the evidence form
23+
* Dev - Add the logic "Save for later" when submitting evidence
24+
* Dev - Add the new StepperPanel component.
25+
* Dev - Bump WC tested up to version to 9.8.5
26+
* Dev - chore: update @stripe/connect-js @stripe/react-connect-js @stripe/react-stripe-js @stripe/stripe-js dependencies
27+
* Dev - Clean up database options after completing onboarding.
28+
* Dev - Condition AliPay block tests under shouldRunWCBlocksTests
29+
* Dev - Create a new feature flag for the evidence submission form
30+
* Dev - Decouple the accordion component from the dispute details screen.
31+
* Dev - fix: is_store_api_request utility on multisite with subdirectory install
32+
* Dev - refactor: introduced MSW for mocking network requests in tests.
33+
334
= 9.4.0 - 2025-05-21 =
435
* Add - Add support for rendering fee tax details in the transaction timeline where available
536
* Fix - Keep the shipping costs structure intact when applying multi-currency adjustments.

client/capital/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
/**
44
* External dependencies
55
*/
6-
import * as React from 'react';
6+
import React from 'react';
77
import { __, _n } from '@wordpress/i18n';
88
import { TableCard } from '@woocommerce/components';
99

0 commit comments

Comments
 (0)