Skip to content

Releases: woocommerce/woocommerce-gateway-stripe

8.3.0-test

05 May 21:48
Compare
Choose a tag to compare
8.3.0-test Pre-release
Pre-release
  • Add - Include Afterpay (Clearpay in the UK) as a payment method for stores using the updated checkout experience.
  • Add - Include Affirm as a payment method for stores using the updated checkout experience.
  • Add - Include Klarna as a payment method for stores using the updated checkout experience.
  • Add - Additional information is displayed on the "Payment methods" page when listing co-branded credit cards.
  • Fix - Resolved an error that could prevent purchasing subscriptions that have a capital letter in the billing period. eg "Year" instead of "year".
  • Fix - The preferred card brand is used when paying with a co-branded credit card.
  • Fix - Prevent duplicate stripe meta data on orders caused by processing redirect payments and webhooks simultaneously.
  • Fix - Processing a refund of a non-card payments (i.e. iDeal, giropay) through the Stripe dashboard was not showing as refunded in WooCommerce for stores with UPE enabled.
  • Fix - Prevent orders that require manual review in Stripe being marked as processing in WooCommerce before approval.
  • Tweak - Credit card brand selection disabled when the "Legacy checkout experience" is enabled.
  • Tweak - Improve performance with handling redirect payments by not constructing every payment gateway on each page load.
  • Tweak - Adds the tracking of a selected card brand when paying using co-branded credit cards.
  • Tweak - Improve the order note message recorded when a subscription-renewal order payment fails.

Version 8.2.0

11 Apr 21:26
2ba86ee
Compare
Choose a tag to compare
  • Tweak - Improve the display of the Stripe account ID in the settings page.
  • Add - Enable custom styling of the Payment Elements for stores using the updated checkout experience.
  • Fix - Alipay icon not being displayed on the Block checkout page.
  • Fix - Ensure the hold stock setting does not cancel pending stripe orders that are still waiting for customer action (eg confirm 3DS or complete payment redirect).
  • Fix - Prevent checkout errors when customers with one-word names process payment using Apple Pay or Google Pay.
  • Tweak - Remove the functionality for saving the customized statement descriptors.
  • Tweak - Remove unused WC_Stripe_Old_Settings_UPE_Toggle_Controller class and related scripts.
  • Update - Save the Stripe default appearance settings in a transient instead of the browsers local storage.
  • Tweak - Update Link by Stripe branding assets.

Version 8.1.1

04 Apr 19:13
Compare
Choose a tag to compare
  • Fix - Do not hide PRB on cart and product page when there are required custom checkout fields.
  • Fix - Issue with subscription renewal when the start_date of the mandate is set in the past.

Version 8.1.0

28 Mar 23:53
Compare
Choose a tag to compare
  • Add - Include Stripe account details to the settings page.
  • Add - Include Stripe API version in logs.
  • Add - Enable the updated checkout experience (UPE) by default for new accounts.
  • Add - Banner encouraging the transition to the updated checkout experience.
  • Fix - Hiding the refund button and replacing it with a disabled "Refunding unavailable" button when the order is not captured.
  • Fix - Incorrect payment amount sent to Stripe when using three-decimal currencies.
  • Fix - PHP 8.2 deprecation warnings within the WC_Stripe_UPE_Payment_Method class.
  • Fix - Resolved an issue with saving plugin settings when bank descriptor value is invalid.
  • Fix - Issue with rendering Sepa on checkout page when card is disabled in non-UPE mode.
  • Fix - Resolved an issue in processing subscription payments with currencies not supported for mandate data.
  • Fix - Resolved an issue with subscription when attaching customers directly without 3DS due to Indian payment regulations.
  • Fix - Error saving Stripe settings when testmode is enabled without any Stripe test API keys saved yet.
  • Tweak - Update the Stripe JS library to 1.36.0.
  • Tweak - Removed the "Early Access" pill and "Disable" option from the Stripe payment methods dropdown menu.
  • Tweak - Remove unused UPE title field.
  • Tweak - Add WooCommerce as a plugin dependency.
  • Tweak - Update the interface for the setting to toggle the New checkout experience to make it relative to the Legacy one instead.

8.1.0-test

26 Mar 23:47
Compare
Choose a tag to compare
8.1.0-test Pre-release
Pre-release
  • Add - Include Stripe account details to the settings page.
  • Add - Include Stripe API version in logs.
  • Add - Enable the updated checkout experience (UPE) by default for new accounts.
  • Add - Banner encouraging the transition to the updated checkout experience.
  • Fix - Hiding the refund button and replacing it with a disabled "Refunding unavailable" button when the order is not captured.
  • Fix - Incorrect payment amount sent to Stripe when using three-decimal currencies.
  • Fix - PHP 8.2 deprecation warnings within the WC_Stripe_UPE_Payment_Method class.
  • Fix - Resolved an issue with saving plugin settings when bank descriptor value is invalid.
  • Fix - Issue with rendering Sepa on checkout page when card is disabled in non-UPE mode.
  • Fix - Resolved an issue in processing subscription payments with currencies not supported for mandate data.
  • Fix - Resolved an issue with subscription when attaching customers directly without 3DS due to Indian payment regulations.
  • Tweak - Update the Stripe JS library to 1.36.0.
  • Tweak - Removed the "Early Access" pill and "Disable" option from the Stripe payment methods dropdown menu.
  • Tweak - Remove unused UPE title field.
  • Tweak - Add WooCommerce as a plugin dependency.
  • Tweak - Update the interface for the setting to toggle the New checkout experience to make it relative to the Legacy one instead.

Version 8.0.1

13 Mar 21:17
Compare
Choose a tag to compare
  • Fix - Resolved failing card payments when statement_descriptor parameter is used.

8.0.1-alpha

08 Mar 01:51
Compare
Choose a tag to compare
8.0.1-alpha Pre-release
Pre-release
  • Fix - Resolved failing card payments when statement_descriptor parameter is used.

Version 8.0.0

29 Feb 17:42
Compare
Choose a tag to compare
  • Add - Implement deferred payment intents for the Payment Element (or UPE), used on the updated checkout experience.
  • Add - Implement split Payment Elements (or split UPE), splitting the payment method types under the updated checkout experience into different gateways.
  • Add - Update the interface for customizing Stripe payment methods.
  • Fix - When toggling on the Stripe gateway from the payment methods list, don't incorrectly redirect the merchant to Stripe settings when test mode is enabled.
  • Fix - Hiding the expandable menu for UPE entirely when the feature is disabled.
  • Fix - Critical error when deactivating the extension after deactivating WooCommerce.
  • Fix - Add missing fee and payout information to the order details page in admin.
  • Fix - Hiding "Early Access" label and "Refresh payment methods" button when UPE is disabled.
  • Fix - Prevent undefined $latest_charge property warnings when signing up to subscriptions with no initial payment (eg free trials).
  • Fix - Wrong status when purchasing a pre-order product with a new payment method.
  • Tweak - Orders with trash status are not retrieving anymore when calling get_order_by_intent_id function.
  • Tweak - Hide Stripe secret keys in the UI.
  • Fix - Resolved failing payments when statement descriptor prefix starts with a number.

8.0.0-test-4

28 Feb 00:53
d4bfea0
Compare
Choose a tag to compare
8.0.0-test-4 Pre-release
Pre-release
  • Add - Implement deferred payment intents for the Payment Element (or UPE), used on the updated checkout experience.
  • Add - Implement split Payment Elements (or split UPE), splitting the payment method types under the updated checkout experience into different gateways.
  • Add - Update the interface for customizing Stripe payment methods.
  • Fix - When toggling on the Stripe gateway from the payment methods list, don't incorrectly redirect the merchant to Stripe settings when test mode is enabled.
  • Fix - Hiding the expandable menu for UPE entirely when the feature is disabled.
  • Fix - Critical error when deactivating the extension after deactivating WooCommerce.
  • Fix - Add missing fee and payout information to the order details page in admin.
  • Fix - Hiding "Early Access" label and "Refresh payment methods" button when UPE is disabled.
  • Fix - Wrong status when purchasing a pre-order product with a new payment method.
  • Tweak - Orders with trash status are not retrieving anymore when calling get_order_by_intent_id function.
  • Tweak - Hide Stripe secret keys in the UI.

8.0.0-test-3

26 Feb 01:00
46533c3
Compare
Choose a tag to compare
8.0.0-test-3 Pre-release
Pre-release
  • Add - Implement deferred payment intents for the Payment Element (or UPE), used on the updated checkout experience.
  • Add - Implement split Payment Elements (or split UPE), splitting the payment method types under the updated checkout experience into different gateways.
  • Add - Update the interface for customizing Stripe payment methods.
  • Fix - When toggling on the Stripe gateway from the payment methods list, don't incorrectly redirect the merchant to Stripe settings when test mode is enabled.
  • Fix - Hiding the expandable menu for UPE entirely when the feature is disabled.
  • Fix - Critical error when deactivating the extension after deactivating WooCommerce.
  • Fix - Add missing fee and payout information to the order details page in admin.
  • Fix - Hiding "Early Access" label and "Refresh payment methods" button when UPE is disabled.
  • Fix - Wrong status when purchasing a pre-order product with a new payment method.
  • Tweak - Orders with trash status are not retrieving anymore when calling get_order_by_intent_id function.
  • Tweak - Hide Stripe secret keys in the UI.