Skip to content

Commit 87eac4c

Browse files
Update release notes for 9.7.0 (#4509)
* Update release notes for 9.7.0 release * Change heading Co-authored-by: daledupreez <[email protected]> * Change heading Co-authored-by: daledupreez <[email protected]> * Introduce Other Fixes section * Reorganize changelog entries * Move hook deprecation entry to Important Updates * Rearrange entries based on importance --------- Co-authored-by: daledupreez <[email protected]>
1 parent 0c227be commit 87eac4c

File tree

1 file changed

+28
-16
lines changed

1 file changed

+28
-16
lines changed

readme.txt

Lines changed: 28 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -111,30 +111,42 @@ If you get stuck, you can ask for help in the [Plugin Forum](https://wordpress.o
111111
== Changelog ==
112112

113113
= 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
115127
* 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
118129
* 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
120130
* 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
129131
* Fix - No such customer error when creating a payment method with a new Stripe account
130132
* 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
133133
* 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
135134
* Fix - Enforce rate limiter for failed add payment method attempts
136-
* Update - Add the number of pending webhooks to the Account status section
137135
* 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
138140
* 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`
139141

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+
140152
[See changelog for full details across versions](https://raw.githubusercontent.com/woocommerce/woocommerce-gateway-stripe/trunk/changelog.txt).

0 commit comments

Comments
 (0)