Skip to content

Commit 460afa4

Browse files
committed
chore(release): prepare v2.6.3
1 parent 243cabc commit 460afa4

4 files changed

Lines changed: 11 additions & 4 deletions

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,3 +42,4 @@ opencode.json
4242

4343
.aidevops.json
4444
kp-cyberpanel-integration.php
45+
tmp/

package.json

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

readme.txt

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

@@ -247,6 +247,12 @@ Data collected includes:
247247
No personal data, domains, IP addresses, or payment information are collected.
248248

249249
== Changelog ==
250+
Version [2.6.3] - Released on 2026-04-17
251+
- Fix: Reverted billing-period switch scheduling as a downgrade — the feature introduced in 2.6.2 caused unexpected renewal behaviour and has been rolled back for further refinement.
252+
- Fix: Site duplication now falls back to subdomain for blogname when the site title is empty, preventing malformed hostnames.
253+
- Fix: Core wp_blogs and wp_blogmeta tables are now protected from accidental DROP TABLE during site table management.
254+
- Fix: Admin styles for wu-form modals now load correctly on addon pages.
255+
250256
Version [2.6.2] - Released on 2026-04-16
251257
- Fix: Switching a membership from a longer billing period (e.g. yearly) to a shorter one (e.g. monthly) is now scheduled as a downgrade for the next renewal instead of being blocked with an "active agreement" error.
252258
- Fix: Encrypted OAuth client secrets are now always regenerated during release builds, so connecting to ultimatemultisite.com no longer fails with "invalid_client / No client id supplied".

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.6.2
6+
* Version: 2.6.3
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.6.2
32+
* @version 2.6.3
3333
*/
3434

3535
// Exit if accessed directly

0 commit comments

Comments
 (0)