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: readme.txt
+2-43Lines changed: 2 additions & 43 deletions
Original file line number
Diff line number
Diff line change
@@ -110,48 +110,7 @@ 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.3.0 - 2025-03-13 =
114
-
* Dev - Adds a new README.md file to the plugin with specific development-focused instructions.
115
-
* Add - Implements the Single Payment Element feature for the new checkout experience on the block checkout page.
116
-
* Dev - Additional replacements for payment method constant values on the backend.
117
-
* Fix - Improves the checking for existing customer attribute when retrieving a payment method that may be detached from a subscription.
118
-
* Fix - Reverts the default value for the `capture_method` property to avoid breaking Amazon Pay when creating a payment intent.
119
-
* Add - Adds a new feature flag to handle the Single Payment Element feature.
120
-
* Dev - Moves the method to check if the subscriptions extension is enabled to a new helper class.
121
-
* Dev - Moves and refactor some of the UPE-related code to make Single Payment Element development easier.
122
-
* Add - Add logging of IP address issues when setting up mandate data.
123
-
* Fix - Fixes a fatal error that might happen when a payment method ID cannot be retrieved during the processing of an order (new checkout experience).
124
-
* Dev - Generates a code coverage report for PHP Unit tests as a comment on PRs.
125
-
* Add - Adds Stripe specific information to the System Status Report data.
126
-
* Fix - Fixes a fatal error that might happen during extension install due to missing Amazon Pay default settings data, when registering the settings route.
127
-
* Dev - Adds the payment method constants to the payment methods map file (frontend side).
128
-
* Add - Adds a new notice for store admins when there are subscriptions without a payment method attached.
129
-
* Fix - Hides "pay" and "cancel" buttons on the order received page when an Amazon Pay order is pending, since it may take a while to be confirmed.
130
-
* Fix - Prepare the redirect URL at the end of 'process_payment' method.
131
-
* Fix - Fix uncaught error in block editor when the new checkout experience is enabled.
132
-
* Fix - Fix error when processing a subscription via Amazon Pay.
133
-
* Fix - Make Amazon Pay compatible with upfront pre-orders.
134
-
* Add - Include minimum amounts in the capture_terminal_payment endpoint when a capture fails.
135
-
* Dev - Fix changelog action
136
-
* Tweak - Map feature flags into a standard array for easier maintenance.
137
-
* Dev - Fix QIT Tests GitHub workflow.
138
-
* Fix - Fix issue where payment methods do not refresh after address changes.
139
-
* Add - Bacs: Process Payment with Saved Bank Details
140
-
* Tweak - Update payment method logos on the checkout page.
141
-
* Update - Refactor unsupported deferred intent in the blocks checkout.
142
-
* Add - Use idempotency keys when creating payment intents, to help prevent duplicate charges for a single order.
143
-
* Fix - Allow to save card during checkout with account creation.
144
-
* Add - Add BLIK LPM feature flag.
145
-
* Fix - Skip unnecessary save step when already using a saved payment method for legacy checkout.
146
-
* Fix - Avoid duplicate payment method element for classic checkout.
0 commit comments