From 071158d88e462044dae6c1919876c5148c832fdc Mon Sep 17 00:00:00 2001 From: David Stone Date: Sat, 11 Jul 2026 00:18:56 -0600 Subject: [PATCH] chore(release): prepare v2.14.1 --- VERSION | 2 +- inc/class-wp-ultimo.php | 2 +- package-lock.json | 4 ++-- package.json | 2 +- readme.txt | 8 +++++++- ultimate-multisite.php | 4 ++-- 6 files changed, 14 insertions(+), 8 deletions(-) diff --git a/VERSION b/VERSION index 575a07b9..2ad1684e 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.14.0 \ No newline at end of file +2.14.1 \ No newline at end of file diff --git a/inc/class-wp-ultimo.php b/inc/class-wp-ultimo.php index 616f2661..3c27cf3e 100644 --- a/inc/class-wp-ultimo.php +++ b/inc/class-wp-ultimo.php @@ -31,7 +31,7 @@ final class WP_Ultimo { * @since 2.1.0 * @var string */ - const VERSION = '2.14.0'; + const VERSION = '2.14.1'; /** * Core log handle for Ultimate Multisite. diff --git a/package-lock.json b/package-lock.json index da94f84f..8e71e5b5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "ultimate-multisite", - "version": "2.14.0", + "version": "2.14.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "ultimate-multisite", - "version": "2.14.0", + "version": "2.14.1", "dependencies": { "apexcharts": "^5.2.0", "shepherd.js": "^14.5.0" diff --git a/package.json b/package.json index d65d2713..c34d865b 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "version": "2.14.0", + "version": "2.14.1", "name": "ultimate-multisite", "title": "Ultimate Multisite", "homepage": "https://ultimatemultisite.com/", diff --git a/readme.txt b/readme.txt index ba7b6354..5744b7a3 100644 --- a/readme.txt +++ b/readme.txt @@ -5,7 +5,7 @@ Tags: multisite, domain mapping, wordpress multisite, multisite saas, waas Requires at least: 5.3 Requires PHP: 8.2 Tested up to: 7.0 -Stable tag: 2.14.0 +Stable tag: 2.14.1 License: GPLv2 License URI: http://www.gnu.org/licenses/gpl-2.0.html @@ -251,6 +251,12 @@ Data collected includes: No personal data, domains, IP addresses, or payment information are collected. == Changelog == +Version [2.14.1] - Released on 2026-07-11 +- Fix: Checkout billing address fields now stay visible and validated when required, including free checkout flows and localized postal-code handling. +- Fix: Admin select-icon fields now load their configured options reliably when editing checkout fields. +- Fix: Baseline performance checks now handle transient server startup delays more reliably. +- Improved: Checkout pre-flight email persistence is covered by regression tests to prevent signup session regressions. + Version [2.14.0] - Released on 2026-07-09 - New: Passwordless login with passkeys, Iranian Toman currency, main-site promotion, OCI Email Delivery, and Cloudflare transactional DNS publishing are now available. - Fix: Security hardening now protects customer-panel actions, privileged AJAX endpoints, payment polling, REST credentials, imports, DNS forms, Broadcast output, webhooks, and admin-rendered data. diff --git a/ultimate-multisite.php b/ultimate-multisite.php index 2fec6138..2ccca54d 100644 --- a/ultimate-multisite.php +++ b/ultimate-multisite.php @@ -3,7 +3,7 @@ * Plugin Name: Ultimate Multisite – WordPress Multisite SaaS & WaaS Platform * Plugin URI: https://ultimatemultisite.com * 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. - * Version: 2.14.0 + * Version: 2.14.1 * Author: Ultimate Multisite Community * Author URI: https://ultimatemultisite.com * License: GPLv2 or later @@ -65,7 +65,7 @@ define('WP_ULTIMO_PLUGIN_FILE', __FILE__); } if ( ! defined('WP_ULTIMO_VERSION')) { - define('WP_ULTIMO_VERSION', '2.14.0'); + define('WP_ULTIMO_VERSION', '2.14.1'); } if ( ! defined('MULTISITE_ULTIMATE_UPDATE_URL')) { define('MULTISITE_ULTIMATE_UPDATE_URL', 'https://ultimatemultisite.com/');