@@ -226,8 +226,29 @@ No personal data, domains, IP addresses, or payment information are collected.
226226
227227== Changelog ==
228228Version [2.4.12] - Released on 2026-XX-XX
229- - Fix: %2F being stripped breaking some WC Urls.
230- - Improved: Support for changing payment methods of the membership.
229+ - New: Send Invoice and Resend Invoice workflows for payments.
230+ - New: Standalone "Pay Invoice" checkout form for invoice payments without a membership.
231+ - New: Payment Methods element displaying current card info and change payment method flow via Stripe Billing Portal.
232+ - New: System events for invoice sent, recurring payment failure, and membership expired with email notifications.
233+ - New: Checkout form debug autofill button when WP_ULTIMO_DEBUG is enabled.
234+ - New: Domain meta table for storing metadata on domain records.
235+ - New: Extensibility hooks on domain mapping widget and domain list table.
236+ - New: Node Management capability interface for hosting integrations.
237+ - Fix: Password strength validation no longer blocks checkout when the meter element is absent.
238+ - Fix: %2F being stripped from SSO redirect URLs breaking some WooCommerce URLs.
239+ - Fix: Stripe Checkout gateway updated to current API — uses price_data format, proper subscription/payment mode, and skips zero-amount items.
240+ - Fix: Removed deprecated Stripe API version pin and product type parameter.
241+ - Fix: Membership cancellation now properly cancels the gateway subscription before the local membership.
242+ - Fix: Payments no longer require a membership, enabling standalone invoices.
243+ - Fix: Cart no longer overrides duration for products with independent billing cycles.
244+ - Fix: Network installer correctly sets core multisite table names.
245+ - Fix: Admin page save handlers now return proper bool values.
246+ - Improved: "Change Payment Method" replaces the destructive "Cancel Payment Method" flow.
247+ - Improved: Integration wizard API key fields use password input type to prevent browser autofill.
248+ - Improved: Integration wizard shows error state on test failure and improved navigation.
249+ - Improved: Addon settings grouped under dedicated admin bar submenu.
250+ - Improved: Select2 multi-select preserves saved option ordering.
251+ - Improved: PayPal fires payment_failed event on IPN failures.
231252
232253Version [2.4.11] - Released on 2026-02-16
233254- New: Settings API for remote settings management.
0 commit comments