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
+14-1
Original file line number
Diff line number
Diff line change
@@ -1,12 +1,25 @@
1
1
*** Changelog ***
2
2
3
3
= 9.4.0 - xxxx-xx-xx =
4
+
* Dev - Introduces new payment method constants for the express methods: Google Pay, Apple Pay, Link, and Amazon Pay (backend version).
5
+
* Dev - Introduces a new Stripe Order class to wrap Stripe-specific logic and data on the backend.
6
+
* Dev - Improves how we handle express payment method titles by introducing new constants and methods to replace duplicate code.
7
+
* 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).
4
8
* Fix - Fixes a possible fatal error when a product added to the cart cannot be found (with Payment Request Buttons).
5
9
* Add - Add Amazon Pay payment method class.
6
10
* Tweak - Record a Tracks event when enabling/disabling SPE
7
11
* Tweak - Updates the Single Payment Element setting copy. Now it is labeled "Smart Checkout".
8
12
* Update - Enable/disable Amazon Pay by adding/removing it from the enabled payment methods list.
9
13
* Add - Add ACSS payment tokenization.
14
+
* Update - Update payment method type for Amazon Pay orders.
15
+
* Dev - Fetch Stripe settings with Stripe configuration API.
16
+
17
+
= 9.3.1 - 2025-03-14 =
18
+
* Fix - Temporarily disables the subscriptions detached notice feature due to long loading times on stores with many subscriptions.
* 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).
22
+
* Fix - Fixes an error with the `filter_thankyou_order_received_text` filter when it does not receive a valid WC_Order instance.
10
23
11
24
= 9.3.0 - 2025-03-13 =
12
25
* Dev - Adds a new README.md file to the plugin with specific development-focused instructions.
@@ -51,7 +64,7 @@
51
64
* Fix - Prevent potential duplicate renewal charges by ensuring subscription integration hooks are only attached once per Gateway ID
52
65
* Update - Update Amazon Pay icon to use image from WooCommerce Design Library.
53
66
* Add - Show upcoming legacy checkout experience deprecation notice.
54
-
* Dev - Fetch Stripe settings with Stripe configuration API.
67
+
* Fix - Fix variable dump in ACH customer error message when retrying a payment.
55
68
56
69
= 9.2.0 - 2025-02-13 =
57
70
* Fix - Fix missing product_id parameter for the express checkout add-to-cart operation.
0 commit comments