From 15ac20cb6b63eb8bd80e338fd6ff23bb0250f69a Mon Sep 17 00:00:00 2001 From: David Stone Date: Wed, 9 Sep 2026 17:36:29 -0600 Subject: [PATCH] chore(release): prepare v2.16.0 --- VERSION | 2 +- inc/class-wp-ultimo.php | 2 +- package.json | 2 +- readme.txt | 10 +++++++++- ultimate-multisite.php | 4 ++-- 5 files changed, 14 insertions(+), 6 deletions(-) diff --git a/VERSION b/VERSION index 7797528c..79a00e9a 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.15.2 \ No newline at end of file +2.16.0 \ No newline at end of file diff --git a/inc/class-wp-ultimo.php b/inc/class-wp-ultimo.php index d692d96d..c51e174d 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.15.2'; + const VERSION = '2.16.0'; /** * Core log handle for Ultimate Multisite. diff --git a/package.json b/package.json index 445b0d18..bc1d1af6 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "version": "2.15.2", + "version": "2.16.0", "name": "ultimate-multisite", "title": "Ultimate Multisite", "homepage": "https://ultimatemultisite.com/", diff --git a/readme.txt b/readme.txt index fb41dbac..e55bb59d 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.1 -Stable tag: 2.15.2 +Stable tag: 2.16.0 License: GPLv2 License URI: http://www.gnu.org/licenses/gpl-2.0.html @@ -252,6 +252,14 @@ No personal data, domains, IP addresses, or payment information are collected. == Changelog == += 2.16.0 = +Version [2.16.0] - Released on 2026-09-09 +- New: Try Ultimate Multisite in a live WordPress.org Playground preview before installing it. +- Fix: Checkout plan labels, keyboard selection, existing-user login, and missing-payment-gateway guidance now work reliably. +- Fix: Stripe subscriptions using Basil invoice references, SSO authentication cookies, and networks upgrading without saved SSO settings now behave correctly. +- Fix: Setup wizard branding and wp-config.php error reporting, manual payment periods, and lifetime membership expiration now display and save correctly. +- Improved: Translation comment handling and release quality checks are more reliable. + = 2.15.2 = Version [2.15.2] - Released on 2026-09-08 - Fix: Checkout now requires existing WordPress users to log in, preserves correct membership expiration dates, and publishes pending sites only after signup records are committed. diff --git a/ultimate-multisite.php b/ultimate-multisite.php index 1abaae8b..bd67650d 100644 --- a/ultimate-multisite.php +++ b/ultimate-multisite.php @@ -3,7 +3,7 @@ * Plugin Name: Ultimate Multisite * 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.15.2 + * Version: 2.16.0 * 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.15.2'); + define('WP_ULTIMO_VERSION', '2.16.0'); } if ( ! defined('MULTISITE_ULTIMATE_UPDATE_URL')) { define('MULTISITE_ULTIMATE_UPDATE_URL', 'https://ultimatemultisite.com/');