Releases: woocommerce/woocommerce-gateway-stripe
Releases · woocommerce/woocommerce-gateway-stripe
Version 4.2.3
- Fix - Ignore "payment failed" webhooks if they come after another payment has already succeeded for that order.
- Fix - Correctly transition an order to "On Hold" if the payment was put under review by Stripe Radar, and back to "Processing" when the review is approved.
- Tweak - Make the publishable key fields be plain text instead of "password".
- Fix - Fix successful retries of 3ds failing.
Version 4.2.2
- Fix - Changing an order status to "Cancelled" or "Refunded" will no longer refund the payment, will only void the payment if it was just authorized (#901)
Version 4.2.1
- Update - Add UGX (Ugandan Shilling) to zero decimal currency list.
- Fix - CSRF verification error upon creating account on checkout.
- Fix - Duplicate emails and order notes after successful transactions.
Version 4.2.0
- Update - Enable Payment Request buttons for Puerto Rico based stores.
- Update - Add support for Strong Customer Authentication (SCA) for user-initiated payments.
- Remove - Stripe Modal Checkout.
- Remove - 3D Secure settings are no longer available in the gateway settings. Use Stripe Radar instead.
- Fix - Display error messages only next to the chosen saved card.
4.2.0 RC1
SCA compatibility
Version 4.1.16
- Deprecate - Warn about the future removal of the Modal Checkout option.
- Tweak - WC 3.6 compatibility.
Version 4.1.15
- Fix - Prevent canceled webhook from processing non Stripe payments.
- Fix - "Retain Stripe Data" setting placement on WooCommerce settings page.
- Tweak - Stripe API version updated to support 2019-02-19.
Version 4.1.14
- Remove - Stripe specific styling to allow themes to style accordingly.
- Tweak - Handle error if product is not found in payment request.
Version 4.1.13
- Update - WP 5.0 compatibility.
Version 4.1.12
= 4.1.12 - 2018-10-19 =
- Fix - Typo on notice banner.
- Fix - On auth/capture scenario, error can occur when completing the order in backend.