13 Jun 2024 - Version 8.3.1
22 Feb 2024 - Version 7.9.3
17 Jan 2024 - Version 7.9.0
01 Jan 2024 - Version 7.8.1
29 Aug 2023 - Version 7.5.0
12 May 2023 - Version 7.4.0
22 Nov 2022 - Version 7.0.1
Fix - Issue where subscription renewal payments were being charged twice no longer present.
08 Sep 2022 - Version 6.7.0
* Fix - Check payment method before updating payment method title.* Fix - Use the eslint config at the root of the repo.
19 Aug 2022 - Version 6.6.0
Fix "Pending" text instead of numeric amount on Payment Request button on iOS.
04 Aug 2022 - Version 6.5.1
* Fix - Stripe Link missing styles and logo for email trigger button.* Fix - Stripe Link fatal error on `get_upe_enabled_payment_method_ids` method.* Fix - Remove Link beta headers on checkout.
30 Jul 2022 - Version 6.5.0
* Add - Stripe Link: Add beta headers for Stripe server requests* Add - Stripe Link payment method option in admin* Add - Stripe Link payment method on checkout form* Add - Stripe Link payment method on blocks checkout form
01 Jul 2022 - Version 6.4.3
Fix - Replace unnecessary throws with empty string when keys are invalid.
04 Jun 2022 - Version 6.4.1
Fix - Ensure proper URL formatting.
31 May 2022 - Version 6.4.0
* Fix - Changed logic for how 'Enabled/Disabled' statuses are shown for payments and payouts capabilities in settings.* Tweak - Updated the minimum supported versions of WordPress and WooCommerce.
13 Mar 2022 - Version 6.3.0
* Tweak - Remove html from translatable strings.* Tweak - Revert the deprecation of the 'wc_stripe_hide_payment_request_on_product_page', 'wc_stripe_show_payment_request_on_checkout', and 'wc_stripe_show_payment_request_on_cart' filters.* Tweak - Address minor styling issues in settings.
19 Feb 2022 - Version 6.2.0
* Add - Add onboarding payment gateway setup methods.* Fix - Enable Stripe payment method after connecting account.* Fix - Missing statement descriptor in account summary API when not set in Stripe.
29 Jan 2022 - Version 6.1.0
* Tweak - Use the newly exposed LoadableMask component provided by WooCommerce Blocks to trigger the loading state for Payment Request Buttons.* Fix - Response type for account summary API.* Fix - Invalid response in account summary API when missing account data.* Add - Live and test mode information in account summary API.* Add - Add filter call when updating an existent intent (wc_stripe_update_existing_intent_request).* Add - Add ability to test Stripe account keys' validity.* Fix - Fixed full bank statement field description.* Fix - Notification messages are placed on top of the account keys modal.* Fix - Express checkout with 3DS card on product page when new checkout experience is enabled.* Fix - Remove duplicate call to `payment_scripts`.* Fix - Send bank statement descriptors to payment intents.
25 Jan 2022 - Version 6.0.0
* Fix - Fixed capitalization for payment method names: iDEAL, giropay, and Sofort.* Add - Text to explain how to enable webhooks when manually entering your API keys in the new Stripe settings.* Tweak - Redirect to the settings tab after an account is connected.* Tweak - Prompt message when navigating out Stripe settings with unsaved changes* Tweak - Show toast when payment methods list is updated with new payment methods.* Fix - JS error on checkout when Boleto method was not active.* Fix - Fixed bug that show "Use new payment method" on pay order page when there were no saved card was.* Tweak - Autocomplete for account keys and webhooks fields were disabled.* Fix - The settings page is not reloaded when the user enters invalid account keys.
12 Dec 2021 - Version 5.9.0
* Add - Add Stripe API to generate connection tokens, manage terminal locations, create customers, get account summary, capture payment.* Tweak - Remove `_wcstripe_feature_upe` flag and all traces of old settings.* Fix - Fix error when invalid card is used on Pay Order page.* Fix - Fix outdated data when using Blocks Checkout.* Add - List of payment methods that are not included for the merchant.* Tweak - Update how the new checkout experience is enabled.* Fix - Error on UPE checkout depending on the account keys set.* Tweak - Hide separate credit card form setting when UPE is enabled.
26 Nov 2021 - Version 5.8.1
Fix - Run filters that disable Stripe JS on cart and product pages when PRBs are disabled.
20 Nov 2021 - Version 5.8.0
* Fix - Hong Kong addresses are now mapped more thoroughly to WooCommerce addresses when paying with Apple Pay.* Fix - Error when changing payment method for a subscription with new checkout experience.* Fix - Payment Requests are now updated correctly when updating items in the Cart Block.* Add - Support for WooCommerce Pre-Orders with new checkout experience.* Fix - Stripe JS is no longer loaded on cart and product pages when PRBs are disabled on those pages.* Tweak - Update the minimum required PHP version to 7.0 to reflect our L-2 support policy.* Fix - Add support for MYR (Malaysian ringgit) for Alipay.* Add - New Settings UI.* Fix - Hide payment request button when variations of a variable product are out-of-stock.
22 Oct 2021 - Version 5.7.0
* Fix - Enable use of saved payment methods converted to SEPA payments.* Tweak - "Save payment information" checkbox now has better alignment in store checkout.* Tweak - Error notices at checkout now have more consistent design.
11 Oct 2021 - Version 5.6.2
* Tweak - Remove animated credit card icons from payment method option on the checkout page.* Fix - Payments for pre-orders and subscriptions with an empty source token now work as intended.
03 Oct 2021 - Version 5.6.0
* Add - Pre-release preview of new checkout experience using Stripe Universal Payment Element.* Tweak - Removed "Branded" and "Custom label" options on Payment request buttons to align with design guidelines.* Tweak - Converted payment request button size value to distinct options to align with design guidelines.* Tweak - Animate supported credit card icons instead of displaying multiple icons at once.
18 Sep 2021 - Version 5.5.0
* Tweak - Moved the `WC_Gateway_Stripe::admin_scripts` method to `WC_Stripe_Settings_Controller::admin_scripts`.* Fix - Save payment method during 3D Secure flow for Block-based checkout.* Fix - Show subtotal on Payment Request dialog.* Add - Settings to control Payment Request Button locations in the Stripe plugin settings. Persists changes made through pre-existing filters, or defaults to the Cart and Product pages if no filters are in use.* Tweak - Deprecated the 'wc_stripe_hide_payment_request_on_product_page', 'wc_stripe_show_payment_request_on_checkout', and 'wc_stripe_show_payment_request_on_cart' filters in favor of the UI-driven approach in the plugin settings.* Add - Notice for WP & WC version compatibility check.
03 Sep 2021 - Version 5.4.1
Fix - Get Subscription CustomerID from Order instead of User.
21 Aug 2021 - Version 5.4.0
* Fix - Do not ask for a Shipping Address if no Shipping Zone is defined.* Fix - Return HTTP 204 when webhook validation fails so Stripe won't stop sending certain webhook events after too many failed validations.* Fix - Possible use of an undefined variable `prepared_source`.* Add - 'wc_stripe_allowed_payment_processing_statuses' filter to customize order statuses that allow payment processing in the context of 3DS payments.
24 Dec 2020 - Version 4.7.0
26 Oct 2020 - Version 4.5.3