Skip to content

Commit 0fa0922

Browse files
committed
chore(release): v2.4.11
1 parent b59c741 commit 0fa0922

6 files changed

Lines changed: 32 additions & 7 deletions

File tree

README.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -199,6 +199,31 @@ We recommend running this in a staging environment before updating your producti
199199

200200
## 📝 Recent Changes
201201

202+
### Version [2.4.11] - Released on 2026-02-16
203+
- New: Settings API for remote settings management.
204+
- New: Pay-What-You-Want (PWYW) pricing with per-product custom amounts and recurring options.
205+
- New: Billing-period controls for discount codes and membership creation.
206+
- New: Better error page for customers and admins.
207+
- New: Stripe Connect via secure proxy server — platform credentials no longer distributed in plugin code.
208+
- New: Stripe Checkout Element with automatic billing address handling and removal of application fees.
209+
- New: Multisite Setup Wizard — guides single-site installs through enabling and configuring WordPress Multisite.
210+
- New: Modular hosting integration system with encrypted credential storage.
211+
- New: Form field normalization CSS for consistent checkout and login styling across all themes and page builders.
212+
- Fix: Password strength setting not being applied during checkout.
213+
- Fix: Encoded characters stripped from URLs during SSO and domain mapping redirects.
214+
- Fix: Inline login prompt stability and missing validation for existing emails at checkout.
215+
- Fix: Site title field error caused by third-party plugin conflicts.
216+
- Fix: URL replacement failing for Elementor content on subdirectory multisite installs.
217+
- Fix: Country and state selection issues in checkout.
218+
- Fix: Duplicate Country/ZIP fields appearing on Stripe checkout.
219+
- Fix: Invoice PDF download failing with expired nonce.
220+
- Fix: Settings page crash on PHP 8.4.
221+
- Fix: Single-site compatibility issues and dashboard widget setup status detection.
222+
- Fix: Rewrite rules now flushed when signup pages are created or modified.
223+
- Improved: Admin pages no longer loaded on frontend and cron requests for better performance.
224+
- Improved: Security hardening for input validation, credential storage, and cart processing.
225+
- Improved: Expanded automated test coverage across checkout, payments, and admin functionality.
226+
202227
### Version [2.4.10] - Released on 2026-01-23
203228
- New: Configurable minimum password strength setting with Medium, Strong, and Super Strong options.
204229
- New: Super Strong password requirements include 12+ characters, uppercase, lowercase, numbers, and special characters - compatible with WPMU DEV Defender Pro rules.

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.4",
5+
"version": "2.4.11",
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.4';
34+
const VERSION = '2.4.11';
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.4",
2+
"version": "2.4.11",
33
"name": "ultimate-multisite",
44
"title": "Ultimate Multisite",
55
"homepage": "https://ultimatemultisite.com/",

readme.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Tags: ultimate multisite, wordpress multisite, multisite plugin, multisite saas,
55
Requires at least: 5.3
66
Requires PHP: 7.4.30
77
Tested up to: 6.9
8-
Stable tag: 2.4.10
8+
Stable tag: 2.4.11
99
License: GPLv2
1010
License URI: http://www.gnu.org/licenses/gpl-2.0.html
1111

@@ -226,7 +226,7 @@ No personal data, domains, IP addresses, or payment information are collected.
226226

227227
== Changelog ==
228228

229-
Version [2.4.11] - Released on 2026-XX-XX
229+
Version [2.4.11] - Released on 2026-02-16
230230
- New: Settings API for remote settings management.
231231
- New: Pay-What-You-Want (PWYW) pricing with per-product custom amounts and recurring options.
232232
- New: Billing-period controls for discount codes and membership creation.

ultimate-multisite.php

Lines changed: 2 additions & 2 deletions
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.4
6+
* Version: 2.4.11
77
* Author: Ultimate Multisite Community
88
* Author URI: https://ultimatemultisite.com
99
* License: GPLv2 or later
@@ -29,7 +29,7 @@
2929
* @author Arindo Duque, NextPress, WPMUDEV, and the Ultimate Multisite Community
3030
* @category Core
3131
* @package Ultimate_Multisite
32-
* @version 2.4.11-beta.1
32+
* @version 2.4.11
3333
*/
3434

3535
// Exit if accessed directly

0 commit comments

Comments
 (0)