Releases: woocommerce/woocommerce-gateway-stripe
Releases · woocommerce/woocommerce-gateway-stripe
Version 4.1.11
= 4.1.11 - 2018-10-17 =
- Fix - Explicitly set 3DS source id to prevent 3DS source not charging when not required.
- Fix - Prevent Stripe JS failed live/test check from throwing JS error.
- Fix - Find order by source ID if charge ID is not found when cancelled webhook is triggered.
- Fix - Partial refund on Stripe captured charge erroneously refunding total amount.
- Fix - Capture charge on previously authorized charge, not showing Stripe fees.
- Fix - Check if payment icons are set before trying to use them.
- Fix - Can't use method in write context errors.
- Deprecate - Soft deprecated function is_pre_30 with is_wc_lt function.
- Add - Ability to update all active subscription's payment method when adding a payment.
- Add - Hook to show update all active subscription's payment method checkbox
wc_stripe_display_update_subs_payment_method_card_checkbox
. - Add - CSS minification.
- Update - WC 3.5 compatibility.
- Update - Stripe API version to 2018-09-24.
Version 4.1.10
= 4.1.10 - 2018-09-17 =
- Fix - When 3DS card redirect status is "not_required", charge the 3DS source.
- Fix - Payment Request not validating quantity before payment sheet shows.
- Fix - Test mode info not showing when description field is left blank.
- Add - Filter for Payment Request localized parameters
wc_stripe_payment_request_params
. - Update - Stripe API version to 2018-09-06.
Version 4.1.9
= 4.1.9 - 2018-08-27 =
- Fix - Don't display admin notices to user that cannot manage woocommerce.
- Fix - Fatal error when clicking on order link that doesn't exist.
- Fix - When capturing a charge from authorize, Stripe fees not displaying.
- Fix - Undefined property error on card type in rare cases.
- Tweak - Update SEPA IBAN to use new elements implementation.
- Add - Filter for Payment Request Button locale
wc_stripe_payment_request_button_locale
.
Version 4.1.8
- Fix - 3DS payment sometimes will create additional transaction in Stripe.
- Fix - WC 2.6 with SEPA saved payment causing error on checkout.
- Update - EPS logo.
Version 4.1.7
- Fix - Asynchronous payment methods such as SEPA, did not show order Stripe fees/net after payment succeed.
- Fix - Missing semicolon on a CSS style value which causes display issues in some browsers.
Version 4.1.6
- Fix - Radio buttons on checkout on some themes are not aligned properly.
- Fix - False negative on SSL warning notice in admin.
Version 4.1.5
- Tweak - Refactor initialization of plugin.
- Tweak - Webhook failed handler now handles all payment methods.
- Tweak - Make sure 3DS object is in pending status before redirecting.
- Tweak - CSS styling.
- Add - Username to the description field of the Stripe customer when created.
- Add - GDPR retention setting and logic.
- Fix - Payment request payments were redirected to Pay Order when it should be Order Received.
- Update - Stripe API version to 2018-05-21.
Version 4.1.4
- Tweak - Improve performance when getting source id and charge id from database.
- Add - GDPR privacy support.
- Update - WC 3.4 compatibility.
Version 4.1.3
- Add - Hook to manipulate payment request shipping posted values
wc_stripe_payment_request_shipping_posted_values
. - Add - Accessibility attribute for credit card label.
- Add - Hook to change Stripe supported countries
wc_stripe_supported_countries
. - Fix - WC 2.6 compatibility issue during a refund.
- Fix - Payment Request JS error when default country setting is not supported.
- Fix - Failed payments were sending two failed emails to admin instead of one.
- Tweak - Remove payment methods links from WC Payment Settings page for WC 3.4+.
Version 4.1.2
- Fix - When payment method is invalid while trying to force save card, unexpected error can occur.
- Fix - Pass name attribute when adding payment method from my account to allow Radar to work properly.
- Tweak - Icon CSS styling to work for more different theme setups.
- Remove - Bitcoin method as it is hard deprecated by Stripe as of April 23, 2018.