|
2 | 2 | Contributors: woocommerce, automattic, royho, akeda, mattyza, bor0, woothemes
|
3 | 3 | Tags: credit card, stripe, payments, woocommerce, woo
|
4 | 4 | Requires at least: 6.6
|
5 |
| -Tested up to: 6.8.1 |
| 5 | +Tested up to: 6.8.2 |
6 | 6 | Requires PHP: 7.4
|
7 |
| -Stable tag: 9.6.0 |
| 7 | +Stable tag: 9.7.0 |
8 | 8 | License: GPLv3
|
9 | 9 | License URI: https://www.gnu.org/licenses/gpl-3.0.html
|
10 | 10 | Attributions: thorsten-stripe
|
@@ -110,36 +110,11 @@ If you get stuck, you can ask for help in the [Plugin Forum](https://wordpress.o
|
110 | 110 |
|
111 | 111 | == Changelog ==
|
112 | 112 |
|
113 |
| -= 9.7.0 - xxxx-xx-xx = |
| 113 | += 9.8.0 - xxxx-xx-xx = |
114 | 114 | * Dev - Use product type constants that were added in WooCommerce 9.7
|
115 | 115 | * Dev - Removes the inclusion of the deprecated WC_Stripe_Order class
|
116 | 116 | * Add - Introduces a new banner to promote the Optimized Checkout feature in the Stripe settings page for versions 9.8 and above
|
117 | 117 | * Add - Introduces a new inbox note to promote the Optimized Checkout feature on version 9.8 and later
|
118 |
| -* Update - Removes BNPL payment methods (Klarna and Affirm) when other official plugins are active |
119 |
| -* Fix - Moves the existing order lock functionality earlier in the order processing flow to prevent duplicate processing requests |
120 |
| -* 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` |
121 |
| -* Add - Show a notice when editing an active subscription that has no payment method attached |
122 |
| -* Fix - Fixes a possible fatal error when trying to generate the order signature for a `WC_Order_Refund` object |
123 |
| -* Add - New WooCommerce Debug Tool to list subscriptions without a payment method attached |
124 |
| -* Fix - Fixes a possible error notice when the `payment_request` Stripe setting key is not defined |
125 |
| -* Fix - Prevent irrelevant payment method update requests to Stripe during checkout |
126 |
| -* Add - A notice to take user back to WC onboarding flow after connecting the Stripe account |
127 |
| -* Tweak - Deprecate wc_connect_* filters |
128 |
| -* Fix - Prevent text field reset while editing Optimized Checkout title |
129 |
| -* Update - Improvements to custom checkout fields support for express checkout |
130 |
| -* Tweak - Use the Database Cache for the Stripe Account Data |
131 |
| -* Update - Update filter names to use the wc_stripe_* prefix |
132 |
| -* Add - Show payment methods sync status on the UI |
133 |
| -* Fix - No such customer error when creating a payment method with a new Stripe account |
134 |
| -* Fix - Validate create customer payload against required billing fields before sending to Stripe |
135 |
| -* Update - Enhanced logging system with support for all log levels and improved context handling |
136 |
| -* Fix - Fixes wrong price formatting in express checkout |
137 |
| -* Fix - Require email address only for Stripe customer validation when request is from the Add Payment Method page |
138 |
| -* Fix - Set default values for custom field options |
139 |
| -* Fix - Enforce rate limiter for failed add payment method attempts |
140 |
| -* Update - Add the number of pending webhooks to the Account status section |
141 |
| -* Fix - Prevent "Undefined array key charges_enabled" PHP warning when determining live‑mode status |
142 |
| -* 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` |
143 | 118 | * Tweak - Check for checkout validation error before creating a payment method in Stripe
|
144 | 119 | * Add - Add state mapping for Lithuania in express checkout
|
145 | 120 | * Tweak - Use wp_ajax prefix for its built-in security for Add Payment Method action
|
|
0 commit comments