Skip to content

Commit 04a3d01

Browse files
committed
chore(release): prepare v2.6.1
1 parent 764abf4 commit 04a3d01

4 files changed

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

readme.txt

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

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

249249
== Changelog ==
250+
Version [2.6.1] - Released on 2026-04-15
251+
- New: Template selection field added to single-step and multi-step checkout form templates.
252+
- New: Network Activate button in setup wizard for non-network-active plugin installs.
253+
- New: Atomic increment_item() method on BerlinDB Query class for safe concurrent updates.
254+
- New: CyberPanel host icon SVG added.
255+
- Improved: Renamed Cloudflare for SaaS to Cloudflare Custom Hostnames in user-facing strings.
256+
- Improved: WordPress.org plugin directory listed as recommended installation method.
257+
- Improved: Better guidance for users who install the wrong ZIP file.
258+
- Improved: Renamed Composer package from devstone/ to ultimate-multisite/.
259+
- Improved: Skip plugin autoloader when Bedrock root autoloader has already loaded dependencies.
260+
- Fix: Default role in Login & Registration settings no longer incorrectly shows Administrator.
261+
- Fix: Old WP Ultimo logo replaced with dashicons-networking SVG for menu icon.
262+
- Fix: Network-activate handler moved to external JS file for reliable loading.
263+
- Fix: Remaining network activation reliability gaps closed.
264+
- Fix: Redirect integration wizard finish button to integrations settings tab.
265+
- Fix: Replace missing Tailwind classes with WP button classes on setup wizard complete step.
266+
- Fix: Write directly to sitemeta for reliable network activation during install.
267+
- Fix: Autoloader no longer skips WP_Ultimo\Hooks when sunrise pre-loads BerlinDB.
268+
- Fix: Preserve saved gateway and skip paid gateways on free carts at checkout.
269+
- Fix: Prevent PWYW pricing type from being reset to free on save.
270+
- Fix: Remove extra padding-right on number inputs and fix flex group overflow.
271+
- Fix: Placeholder option falsy comparison corrected with explicit value attribute.
272+
- Fix: Select list 'checked' attribute corrected to 'selected' for option elements.
273+
250274
Version [2.6.0] - Released on 2026-04-13
251275
- New: CyberPanel hosting integration with domain mapping and auto-SSL.
252276
- Fix: Redirect loop and 403 error when accessing subsite wp-admin.

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

3535
// Exit if accessed directly

0 commit comments

Comments
 (0)