Releases: woocommerce/woocommerce-gateway-stripe
Releases · woocommerce/woocommerce-gateway-stripe
Version 3.1.4
- Tweak - If Apple Pay is not enabled, prevent Apple Pay Init.
- Fix - Update for WooCommerce 3.0 compatibility.
- Fix - Apple Pay on product detail page causes qty issue when using normal add to cart.
- Fix - A partial workaround for UK/CA postal codes issue for shipping methods that support partial postal code estimates.
- Fix - Stripe checkout did not validate properly formatted email address.
- Fix - Error messages were not able to translate when validating checkout form.
- Fix - Prevent payment gateway title logic ( Apple Pay ) from hijacking other payment methods.
- Remove - Stripe Checkout allow remember me setting as it is redundant to saved card setting.
Version 3.1.3
- Fix - When using Stripe Checkout, add payment method was disabled.
- Fix - Possible non object type when using preview pages.
Version 3.1.2
- Fix - Add payment method on My Account page error.
Version 3.1.1
- Fix - Apple Pay error notice log link is incorrect.
- Fix - Apple Pay domain verification paths check.
Version 3.1.0
- New - Apple Pay Support.
- New - Add Google Payment Request API.
Version 3.0.7
- New - Option to allow/disallow remember me on Stripe checkout modal.
- Fix - Paying for order incorrectly uses cart amount.
- Fix - Using WC function before checking exists causes fatal error.
Version 3.0.6
- Fix - When adding declined cards, fatal error is thrown.
- Fix - After a failed/declined process, valid cards are not accepted.
- Fix - When paying via pay order page/link, billing info is not sent.
- Fix - Account for all types of errors for proper localization.
- Fix - Correctly reference Stripe fees/net based on Stripe account locale.
- Fix - Bitcoin image not showing.
- New - Introduce "wc_gateway_stripe_process_payment_error" action hook.
- New - Introduce "wc_gateway_stripe_process_payment" action hook.
Version 3.0.5
Fixing previously uploaded files didn't take
Version 3.0.4
- Fix - Missing min files in SVN .org repo
Version 3.0.3
- Fix - Remove bitcoin icon when not using Stripe Checkout mode as it is not supported.
- Fix - Failed payment order was not sending email to admin.
- Fix - Saved card option was not being honored.
- New - Filter for WC_Payment_Gateway_CC::wc_stripe_generate_payment_request return value.
- New - Filter to disallow prepaid cards. "wc_stripe_allow_prepaid_card".
- New - Filter to require billing address on Stripe Modal Checkout. "wc_stripe_checkout_require_billing_address".
- New - Localized Stripe error messages.