Skip to content

Commit a80d44b

Browse files
committed
chore(release): prepare v2.7.0
1 parent 640b5b9 commit a80d44b

4 files changed

Lines changed: 14 additions & 4 deletions

File tree

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

readme.txt

Lines changed: 11 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.3
8+
Stable tag: 2.7.0
99
License: GPLv2
1010
License URI: http://www.gnu.org/licenses/gpl-2.0.html
1111

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

249249
== Changelog ==
250+
Version [2.7.0] - Released on 2026-04-22
251+
- New: Inline login hooks for smoother user experience during checkout and signup
252+
- Fix: Reclaim orphan pending_site on WooCommerce order completion
253+
- Fix: Prevent duplicate WordPress users on checkout retry
254+
- Fix: Preserve pending_site in transient when membership is cancelled
255+
- Fix: Add null-guard for $this->membership in downgrade cart type paths
256+
- Fix: Fix set_demo_behavior fatal TypeError on PHP 8 when null passed via attributes()
257+
- Fix: Fix various PHP warnings
258+
- Improved: Replace captcha-specific code with generic JavaScript hooks
259+
250260
Version [2.6.3] - Released on 2026-04-17
251261
- 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.
252262
- Fix: Site duplication now falls back to subdomain for blogname when the site title is empty, preventing malformed hostnames.

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.6.3
6+
* Version: 2.7.0
77
* Author: Ultimate Multisite Community
88
* Author URI: https://ultimatemultisite.com
99
* License: GPLv2 or later

0 commit comments

Comments
 (0)