Changeset 3393884 for woocommerce-gateway-stripe/trunk/changelog.txt
- Timestamp:
- 11/11/2025 08:12:05 PM (2 weeks ago)
- File:
-
- 1 edited
- woocommerce-gateway-stripe/trunk/changelog.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
woocommerce-gateway-stripe/trunk/changelog.txt
r3378981 r3393884 1 1 *** Changelog *** 2 3 = 10.1.0 - 2025-11-11 = 4 * Dev - Remove unused `shouldShowPaymentRequestButton` parameter and calculations from backend 5 * Fix - Improves the error message shown in checkout when a saved payment method is no longer valid 6 * Fix - Fix fatal error when trying to allow the `display` CSS property using the `safe_style_css` filter 7 * Fix - Remove `redirect_url` parameter from Express Checkout payment flow 8 * Fix - Adjust UI spacing of help text on express checkout theme settings page 9 * Update - Renames and migrates all Payment Request Buttons settings to Express Checkout 10 * Dev - Upgrades `@automattic/interpolate-components` to 1.2.1 to remove the `node-fetch` dependency 11 * Add - Includes a notice to inform merchants about methods that are automatically enabled upon account connection 12 * Dev - Upgrades the `nock` NPM package to version `^13.5.6` to remove the lodash.set dependency 13 * Add - Add a new filter allowing third-party plugins to hook captcha solutions when creating and confirming setup intents 14 * Dev - Add track events when clicking the "Reconnect to Stripe" button (both in the settings page and the admin notice) 15 * Update - Removes unnecessary legacy checkout gateway instantiations and UPE disablement code 16 * Dev - Renames previous Order Helper class methods to use the `_id` suffix 17 * Dev - Expands the Stripe Order Helper class to handle customer ID, card ID, UPE payment type, and UPE redirect status metas 18 * Fix - Remove redundant secret management logic when configuring webhooks 19 * Dev - Improve Payment Method Configuration error logging 20 * Dev - Add Stripe's request-id to API response logs 21 * Fix - Increase limit when listing available payment method configurations from the Stripe API 22 * Fix - Klarna not processing recurring payments 23 * Fix - Fix Express Checkout error with free trial subscription on blocks cart/checkout 24 * Fix - Improve Express Checkout compatibility with One Page Checkout 25 * Fix - Allow express checkout to complete successfully for addresses without postal codes in countries where it's not required (eg: Israel) 26 * Fix - Prevent retrying requests that errored out due to declined payment methods 27 * Fix - GooglePay/ApplePay fail when there are more than 9 shipping options 28 * Fix - Detect WooCommerce Subscriptions staging sites when checking if payments can be detached 29 * Fix - Fix saved ACH payment methods sending unsupported capture_method parameter causing checkout failures 30 * Dev - Add Stripe's masked API key to API request/response logs 31 * Add - Add wc_stripe_is_amazon_pay_available filter to override Amazon Pay feature flag 32 * Dev - Add verbose debug logging mode to the OAuth connect flow 33 * Fix - Disable Amazon Pay when taxes are based on billing address and add notices with details 34 * Fix - Fix express checkout error for a Saudi Arabian address without state and postal code 35 * Fix - Ensure we have a fallback for shipping rate names in classic checkout 2 36 3 37 = 10.0.1 - 2025-10-15 =
Note: See TracChangeset for help on using the changeset viewer.