Skip to content

Releases: woocommerce/woocommerce-gateway-stripe

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.

8.0.0-test-2

18 Feb 12:54
Compare
Choose a tag to compare
8.0.0-test-2 Pre-release
Pre-release
  • Add - Split Payment Element instances for the new checkout experience.
  • Add - Deferred payment intents for the new checkout experience.
  • 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.
  • Tweak - Orders with trash status are not retrieving anymore when calling get_order_by_intent_id function.
  • Add - Update the interface for customizing Stripe payment methods.

Version 7.9.3

12 Feb 21:54
Compare
Choose a tag to compare
  • Fix - Resolved failing payments when statement descriptor only contains the order number.

Version 7.9.2

07 Feb 17:23
1427ac8
Compare
Choose a tag to compare
  • Fix - Resolved an issue that could cause card payments to fail when providing a Bank statement description with the statement_descriptor parameter.
  • Tweak - The Bank statement description settings in the Stripe plugin settings are no longer editable. The description is now automatically pulled from the Stripe account settings.

8.0.0-test

04 Feb 21:31
72a40ed
Compare
Choose a tag to compare
8.0.0-test Pre-release
Pre-release
  • 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.
  • Tweak - Orders with trash status are not retrieving anymore when calling get_order_by_intent_id function.
  • Add - Update the interface for customizing Stripe payment methods.

Version 7.9.1

16 Jan 15:48
0750f7c
Compare
Choose a tag to compare
  • Fix - PHP fatal error when updating a user with saved tokens from the WP Dashboard.

Version 7.9.0

11 Jan 20:14
f62c35b
Compare
Choose a tag to compare
  • Tweak - Updated supported/tested versions of WordPress and WooCommerce.