Skip to content

Releases: woocommerce/woocommerce-gateway-stripe

Version 4.2.3

18 Jul 14:02
Compare
Choose a tag to compare
  • 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

26 Jun 20:07
9bcd635
Compare
Choose a tag to compare
  • 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

17 Jun 14:45
Compare
Choose a tag to compare
  • 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

03 Jun 16:12
Compare
Choose a tag to compare
  • 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

17 May 22:49
Compare
Choose a tag to compare
4.2.0 RC1 Pre-release
Pre-release

SCA compatibility

Version 4.1.16

18 Apr 16:17
Compare
Choose a tag to compare
  • Deprecate - Warn about the future removal of the Modal Checkout option.
  • Tweak - WC 3.6 compatibility.

Version 4.1.15

12 Mar 13:41
Compare
Choose a tag to compare
  • 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

10 Jan 22:18
Compare
Choose a tag to compare
  • 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

20 Nov 11:45
Compare
Choose a tag to compare
  • Update - WP 5.0 compatibility.

Version 4.1.12

19 Oct 14:14
Compare
Choose a tag to compare

= 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.