|
1 | 1 | === WooCommerce Stripe Payment Gateway ===
|
2 | 2 | Contributors: woocommerce, automattic, royho, akeda, mattyza, bor0, woothemes
|
3 | 3 | Tags: credit card, stripe, payments, woocommerce, automattic
|
4 |
| -Requires at least: 6.5 |
| 4 | +Requires at least: 6.6 |
5 | 5 | Tested up to: 6.8.1
|
6 | 6 | Requires PHP: 7.4
|
7 |
| -Stable tag: 9.4.1 |
| 7 | +Stable tag: 9.5.0 |
8 | 8 | License: GPLv3
|
9 | 9 | License URI: https://www.gnu.org/licenses/gpl-3.0.html
|
10 | 10 | Attributions: thorsten-stripe
|
@@ -110,72 +110,6 @@ 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.5.0 - xxxx-xx-xx = |
114 |
| - |
115 |
| -**New Features** |
116 |
| - |
117 |
| -* Synchronize payment methods with the Stripe dashboard - if you've connected to Stripe, changes in payment methods are synchronized between the plugin and your Stripe dashboard. Changes from the Stripe dashboard may take a few minutes to flow through to shoppers. |
118 |
| -* Support Pre-authorized Debit (PAD) payments in Canada and the US |
119 |
| -* Support BLIK payments in Poland and from other EU countries |
120 |
| -* Support BECS Direct Debit payments in Australia |
121 |
| - |
122 |
| -**Important Fixes and Updates** |
123 |
| - |
124 |
| -* Update - Add express checkout support for One Page Checkout and other dynamic cart update scenarios |
125 |
| -* Fix - Show error notice when 'Add payment method' fails on My Account page in block-based themes |
126 |
| -* Add - Add WordPress Action for processing payments with delayed charge attempts due to pre-debit notification period |
127 |
| -* Fix - Add caching for the Stripe Payment Method Configuration API |
128 |
| -* Fix - Prevent deletion of webhooks for other tools |
129 |
| -* Update - Add support for customer order notes and express checkout |
130 |
| -* Add - New filter to allow merchants to bypass the default visibility of the express payment method buttons when taxes are based on customer's billing address (`wc_stripe_should_hide_express_checkout_button_based_on_tax_setup`) |
131 |
| -* Fix - Improves the subscriptions detached admin notice, making it less intrusive and limiting the querying to 5 subscriptions (avoiding slow loading times) |
132 |
| -* Fix - Fixes an issue where the order signature retrieval method could throw a fatal error when the received order parameter is actually an OrderRefund object (instead of a `WC_Order`) |
133 |
| -* Fix - Fixes a possible fatal error when a product added to the cart cannot be found (with Payment Request Buttons) |
134 |
| -* Fix - Fixed subscription features not being properly registered when hooks were already attached |
135 |
| -* Add - Expand Klarna support to some additional countries in EEA |
136 |
| -* Update - Hide express checkout buttons when no product variation is selected |
137 |
| -* Fix - Express checkout error when using extensions that reduce total cart amount (e.g. Gift Cards) |
138 |
| -* Fix - Checkout page focus loss |
139 |
| -* Fix - Updated payment method radio button selector to correctly find the selected payment method in different themes |
140 |
| -* Fix - Add `wc_stripe_generate_create_intent_request` filter to support mandate information in setup intent creation |
141 |
| -* Fix - Prepare mandate data from subscription object on change payment method page |
142 |
| - |
143 |
| -**Other Fixes** |
144 |
| - |
145 |
| -* Fix - Checks for the existence of the `WC_Stripe_Feature_Flags` class before including it during extension initialization |
146 |
| -* Fix - Prevents fatal errors for cases where we fail to load product details |
147 |
| -* Fix - Address an edge case with webhook URL comparisons |
148 |
| -* Add - Only show payment methods in Stripe settings that are available for the connected Stripe account |
149 |
| -* Fix - Show correct gateway name in non payments settings pages |
150 |
| -* Fix - Fixes the Stripe checkout container visuals when Smart Checkout is disabled |
151 |
| -* Fix - Prevent reuse of payment intents when order total doesn't match intent amount |
152 |
| -* Fix - Fix invalid IP address error encountered during mandate data creation |
153 |
| -* Fix - Compatibility with email preview in the Auth Requested email |
154 |
| -* Update - Update Alipay and bank debit icons |
155 |
| -* Tweak - Update payment method type check for `charge.succeeded` webhook |
156 |
| -* Add - Disable unsupported payment methods in Stripe settings |
157 |
| -* Update - Update handling of Puerto Rico as a country in the terminal locations endpoint |
158 |
| -* Fix - Fix express checkout button width in shortcode cart page |
159 |
| -* Fix - Translation warning when initializing the status page information |
160 |
| -* Update - Remove unused express checkout button tracking |
161 |
| -* Tweak - Add save payment method parameter to update intent call for non-deferred intent payment methods |
162 |
| -* Update - Back button on the settings pages |
163 |
| -* Update - Use individual product tax status instead of storewide tax setup when determining express checkout availability |
164 |
| -* Dev - Add tracking events when enabling/disabling payment methods. |
165 |
| - |
166 |
| -**Internal Changes and Upcoming Features** |
167 |
| - |
168 |
| -* Feature - Work to support Optimized Checkout |
169 |
| -* Feature - Work to support Amazon Pay |
170 |
| -* Dev - Splits the code coverage GitHub Actions Workflow into two separate actions |
171 |
| -* Dev - Updates the Code Sniffer package to version 1.0.0. |
172 |
| -* Dev - Minor fix to e2e setup code |
173 |
| -* Dev - Make PHP error log from Docker container available in docker/logs/php/error.log |
174 |
| -* Dev - Do not generate filenames with underscores |
175 |
| -* Dev - Replaces references to order status values with their respective constants from the WooCommerce plugin. |
176 |
| -* Dev - Introduce new payment method constants for the express methods: Google Pay, Apple Pay, Link, and Amazon Pay (backend version) |
177 |
| -* Dev - Improves how we handle express payment method titles by introducing new constants and methods to replace duplicate code. |
178 |
| - |
179 | 113 | = 9.6.0 - xxxx-xx-xx =
|
180 | 114 |
|
181 | 115 | * Update - Remove BACS from the unsupported 'change payment method for subscription' page.
|
|
0 commit comments