You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: readme.txt
+28-16Lines changed: 28 additions & 16 deletions
Original file line number
Diff line number
Diff line change
@@ -111,30 +111,42 @@ If you get stuck, you can ask for help in the [Plugin Forum](https://wordpress.o
111
111
== Changelog ==
112
112
113
113
= 9.7.0 - xxxx-xx-xx =
114
-
* Update - Removes BNPL payment methods (Klarna and Affirm) when other official plugins are active
114
+
115
+
**New Features**
116
+
117
+
* Remove BNPL payment methods (Klarna and Affirm) when other official plugins are active
118
+
* Show payment methods sync status on the UI
119
+
* Add the number of pending webhooks to the Account status section
120
+
* New WooCommerce Debug Tool to list subscriptions without a payment method attached
121
+
* Adds two new safety filters to the subscriptions detached debug tool: `wc_stripe_detached_subscriptions_maximum_time` and `wc_stripe_detached_subscriptions_maximum_count`
122
+
* Show a notice when editing an active subscription that has no payment method attached
123
+
124
+
**Important Fixes and Updates**
125
+
126
+
* Fix - Fixes wrong price formatting in express checkout
115
127
* Fix - Moves the existing order lock functionality earlier in the order processing flow to prevent duplicate processing requests
116
-
* Add - Adds two new safety filters to the subscriptions detached debug tool: `wc_stripe_detached_subscriptions_maximum_time` and `wc_stripe_detached_subscriptions_maximum_count`
117
-
* Add - Show a notice when editing an active subscription that has no payment method attached
128
+
* Update - Improvements to custom checkout fields support for express checkout
118
129
* Fix - Fixes a possible fatal error when trying to generate the order signature for a `WC_Order_Refund` object
119
-
* Add - New WooCommerce Debug Tool to list subscriptions without a payment method attached
120
130
* Fix - Fixes a possible error notice when the `payment_request` Stripe setting key is not defined
121
-
* Fix - Prevent irrelevant payment method update requests to Stripe during checkout
122
-
* Add - A notice to take user back to WC onboarding flow after connecting the Stripe account
123
-
* Tweak - Deprecate wc_connect_* filters
124
-
* Fix - Prevent text field reset while editing Optimized Checkout title
125
-
* Update - Improvements to custom checkout fields support for express checkout
126
-
* Tweak - Use the Database Cache for the Stripe Account Data
127
-
* Update - Update filter names to use the wc_stripe_* prefix
128
-
* Add - Show payment methods sync status on the UI
129
131
* Fix - No such customer error when creating a payment method with a new Stripe account
130
132
* Fix - Validate create customer payload against required billing fields before sending to Stripe
131
-
* Update - Enhanced logging system with support for all log levels and improved context handling
132
-
* Fix - Fixes wrong price formatting in express checkout
133
133
* Fix - Require email address only for Stripe customer validation when request is from the Add Payment Method page
134
-
* Fix - Set default values for custom field options
* Update - Add the number of pending webhooks to the Account status section
137
135
* Fix - Prevent "Undefined array key charges_enabled" PHP warning when determining live‑mode status
136
+
* Add - A notice to take user back to WC onboarding flow after connecting the Stripe account
137
+
* Update - Update filter names to use the `wc_stripe_*` prefix
138
+
* Update - Enhanced logging system with support for all log levels and improved context handling
139
+
* Tweak - Deprecate `wc_connect_*` filters
138
140
* Update - Deprecate `wc_gateway_stripe_process_payment`, `wc_gateway_stripe_process_redirect_payment` and `wc_gateway_stripe_process_webhook_payment` actions in favour of `wc_gateway_stripe_process_payment_charge`
139
141
142
+
**Other Fixes**
143
+
144
+
* Fix - Set default values for custom field options
145
+
* Fix - Prevent irrelevant payment method update requests to Stripe during checkout
146
+
147
+
**Internal Changes and Upcoming Features**
148
+
149
+
* Fix - Prevent text field reset while editing Optimized Checkout title
150
+
* Update - Use the Database Cache for the Stripe Account Data
151
+
140
152
[See changelog for full details across versions](https://raw.githubusercontent.com/woocommerce/woocommerce-gateway-stripe/trunk/changelog.txt).
0 commit comments