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: changelog.txt
+13-1
Original file line number
Diff line number
Diff line change
@@ -1,18 +1,30 @@
1
1
*** Changelog ***
2
2
3
3
= 9.4.0 - xxxx-xx-xx =
4
+
* Dev - Implements the new Stripe order class into the express checkout classes.
5
+
* Dev - Implements the new Stripe order class into the wp-admin related classes.
6
+
* Dev - Replaces references to order status values with their respective constants from the WooCommerce plugin.
7
+
* Tweak - Updates the Smart Checkout (classic/shortcode checkout version) to make all the payment methods look as similar as possible to any other WooCommerce payment method.
8
+
* Tweak - Updates the Smart Checkout (block checkout version) to make all the payment methods look as similar as possible to any other WooCommerce payment method.
9
+
* Fix - Improves the subscriptions detached admin notice, making it less intrusive and limiting the querying to 5 subscriptions (avoiding slow loading times).
10
+
* Dev - Implements the new Stripe order class into the PHP unit tests.
4
11
* Dev - Introduces new payment method constants for the express methods: Google Pay, Apple Pay, Link, and Amazon Pay (backend version).
5
12
* Dev - Introduces a new Stripe Order class to wrap Stripe-specific logic and data on the backend.
6
13
* Dev - Improves how we handle express payment method titles by introducing new constants and methods to replace duplicate code.
7
14
* 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).
8
15
* Fix - Fixes a possible fatal error when a product added to the cart cannot be found (with Payment Request Buttons).
9
16
* Add - Add Amazon Pay payment method class.
17
+
* Add - Implements the Single Payment Element feature for the new checkout experience on the classic/shortcode checkout page.
10
18
* Tweak - Record a Tracks event when enabling/disabling SPE
11
19
* Tweak - Updates the Single Payment Element setting copy. Now it is labeled "Smart Checkout".
12
20
* Update - Enable/disable Amazon Pay by adding/removing it from the enabled payment methods list.
13
21
* Add - Add ACSS payment tokenization.
22
+
* Fix - Prevent reuse of payment intents when order total doesn't match intent amount.
14
23
* Update - Update payment method type for Amazon Pay orders.
15
-
* Dev - Fetch Stripe settings with Stripe configuration API.
24
+
* Fix - Compatibility with email preview in the Auth Requested email
25
+
* Update - Update Alipay and bank debit icons.
26
+
* Tweak - Update payment method type check for charge.succeeded webhook.
27
+
* Add - Disable unsupported payment methods in Stripe settings
16
28
* Dev - Fetch Stripe settings with Stripe configuration API.
0 commit comments