Releases: woocommerce/woocommerce-gateway-stripe
Releases · woocommerce/woocommerce-gateway-stripe
Version 4.0.2
- Add - 3DS support on Stripe Checkout ( Modal Popup ).
- Add - Filter to enable Payment Request Button on Checkout 'wc_stripe_show_payment_request_on_checkout'.
- Add - Filter to remove all fields from checkout validation. 'wc_stripe_validate_checkout_all_fields'.
- Add - Filter to remove required fields from checkout validation. 'wc_stripe_validate_checkout_required_fields'.
- Add - Custom error exceptions class.
- Add - Credit card field names for clarity.
- Fix - Possible conflicts with payment request totals when subscriptions is active.
- Fix - Undefined notice on save card via subscriptions if card is deleted.
- Fix - Error translation issue when 3DS is required.
- Fix - Possible 404 if getting customer source if no id was found.
- Fix - Add payment method was still available when save cards setting is disabled.
- Fix - In certain cases when webhook is used, refunds can show as doubled when it is not.
- Fix - Stripe checkout with bitcoin returns error on processing.
- Tweak - Remove Sofort country selection in favor of using the billing country.
- Tweak - Add payment page CSS styling.
- Tweak - Error log to show full response object.
Version 4.0.1
- Fix - Add payment method conflict with terms and agreement page.
- Fix - Checkout validation checkout field names/labels were not translated.
- Fix - Card error translations.
- Add - Deprecated Apple Pay Class to prevent errors.
4.0.0
- Add - Stripe Elements Credit Card form for PCI compliance.
- Add - Stripe Sources.
- Add - SEPA Direct Debit.
- Add - Bancontact.
- Add - Giropay.
- Add - Sofort.
- Add - iDeal.
- Add - Bitcoin.
- Add - P24.
- Add - Alipay.
Version 3.2.3
- Fix - Apple Pay action hook with wrong parameter causing errors.
Version 3.2.2
- Fix - Apple Pay button displaying in non Safari browser.
- Fix - Apple Pay with coupon not applying to total.
Version 3.2.1
- Fix - Discounts were not applying to total with Apple Pay.
Version 3.2.0
- Fix - Authorized first orders were not able to be refund.
- Fix - Payment Request not honoring different shipping address in certain cases.
- Fix - In certain Chrome versions, states are not abbreviated causing shipping validation issues with Payment Request API.
- Add - Support for Dynamic Pricing.
Version 3.1.9
- Fix - Handle a subscription renewal failed payment order correctly to prevent orders going into onhold status.
- Fix - Auto accept terms for Payment Request API to prevent blocker for the checkout.
- Fix - Add payment method via Stripe checkout button showed pricing.
- Fix - When Stripe customer id is no longer linked to Stripe account, customer not found can happen.
- Fix - On Subscription failed payment, new payment info not updating causing failed payments for recurring charges.
- Add - Action hook to manipulate process response from API "wc_gateway_stripe_process_response".
- Add - Apple Pay compatibility with WooCommerce Sequential Numbers Pro.
Version 3.1.8
- Fix - Legacy < WC 3.0 stripe checkout file reference link name causing file not found.
Version 3.1.7
- Fix - Additional WC 3.0 compatibility with subscriptions addons.
- Fix - Retry failed subscription payments with customer ID.
- Add - Site URL to metadata when charging subscription orders for reference.