Skip to content

Commit fa794ab

Browse files
superdav42claude
andcommitted
Bump to v2.4.11-beta.4 and update changelog
Add changelog entries for Stripe Connect proxy, Stripe Checkout Element, Multisite Setup Wizard, form field normalization CSS, and various fixes merged since beta.3. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 0d64e63 commit fa794ab

5 files changed

Lines changed: 15 additions & 4 deletions

File tree

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "devstone/ultimate-multisite",
33
"homepage": "https://UltimateMultisite.com",
44
"description": "The Multisite Website as a Service (WaaS) plugin.",
5-
"version": "2.4.11-beta.3",
5+
"version": "2.4.11-beta.4",
66
"authors": [
77
{
88
"name": "Arindo Duque",

inc/class-wp-ultimo.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ final class WP_Ultimo {
3131
* @since 2.1.0
3232
* @var string
3333
*/
34-
const VERSION = '2.4.11-beta.3';
34+
const VERSION = '2.4.11-beta.4';
3535

3636
/**
3737
* Core log handle for Ultimate Multisite.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "2.4.11-beta.3",
2+
"version": "2.4.11-beta.4",
33
"name": "ultimate-multisite",
44
"title": "Ultimate Multisite",
55
"homepage": "https://ultimatemultisite.com/",

readme.txt

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,18 @@ Version [2.4.11] - Released on 2026-XX-XX
230230
- New: Pay-What-You-Want (PWYW) pricing with per-product custom amounts and recurring options.
231231
- New: Billing-period controls for discount codes and membership creation.
232232
- New: Better error page for customers and admins.
233+
- New: Stripe Connect via secure proxy server — platform credentials no longer distributed in plugin code.
234+
- New: Stripe Checkout Element with automatic billing address handling and removal of application fees.
235+
- New: Multisite Setup Wizard — guides single-site installs through enabling and configuring WordPress Multisite.
236+
- New: Form field normalization CSS with CSS custom properties for consistent checkout and login styling across all themes and page builders.
233237
- Fix: Problems with choosing country and state in checkout.
238+
- Fix: Duplicate Country/ZIP fields appearing on Stripe checkout.
239+
- Fix: Invoice PDF download failing with expired nonce.
240+
- Fix: Settings page crash on PHP 8.4.
241+
- Fix: Single-site compatibility issues and dashboard widget setup status detection.
242+
- Fix: Rewrite rules now flushed when signup pages are created or modified.
243+
- Improved: 40+ new unit tests covering signup fields, admin pages, database enums, and more.
244+
- Improved: Stripe checkout and subscription renewal E2E tests.
234245

235246
Version [2.4.10] - Released on 2026-01-23
236247
- New: Configurable minimum password strength setting with Medium, Strong, and Super Strong options.

ultimate-multisite.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Plugin Name: Ultimate Multisite – WordPress Multisite SaaS & WaaS Platform
44
* Plugin URI: https://ultimatemultisite.com
55
* Description: Ultimate Multisite is a WordPress Multisite plugin that turns your network into a complete Website-as-a-Service (WaaS) platform with subscriptions, site provisioning, domain mapping, and customer management. Formerly WP Ultimo.
6-
* Version: 2.4.11-beta.3
6+
* Version: 2.4.11-beta.4
77
* Author: Ultimate Multisite Community
88
* Author URI: https://ultimatemultisite.com
99
* License: GPLv2 or later

0 commit comments

Comments
 (0)