Skip to content

Commit 370b7b1

Browse files
committed
chore(release): prepare v2.5.2
1 parent 8d39121 commit 370b7b1

4 files changed

Lines changed: 11 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.5.1';
34+
const VERSION = '2.5.2';
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.5.1",
2+
"version": "2.5.2",
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.5.1
8+
Stable tag: 2.5.2
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.5.2] - Released on 2026-04-10
251+
- Fix: Command palette icons missing and console errors on WordPress 7.
252+
- Fix: Menu icon not rendering on all admin pages (now uses SVG data URI).
253+
- Improved: GitHub Actions CI upgraded to Node.js 24.
254+
- Improved: Release workflow now validates WP_Ultimo::VERSION constant.
255+
250256
Version [2.5.1] - Released on 2026-04-09
251257
- Fix: Dashboard activity-stream widget CSS not loading on network admin dashboard.
252258
- Fix: Multi-network site routing failure caused by hard-coded site_id default.

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

3535
// Exit if accessed directly

0 commit comments

Comments
 (0)