Skip to content

Commit f220836

Browse files
committed
Bump versions to 3.0.0
1 parent a5af4cd commit f220836

File tree

3 files changed

+13
-4
lines changed

3 files changed

+13
-4
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "wp-multi-network",
3-
"version": "2.7.0",
3+
"version": "3.0.0",
44
"description": "A Network Management Interface for global administrators in WordPress Multisite installations",
55
"private": true,
66
"scripts": {

readme.txt

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Tags: network, sites, domains, global, admin
99
Requires PHP: 5.2
1010
Requires at least: 5.5
1111
Tested up to: 7.0
12-
Stable tag: 2.5.2
12+
Stable tag: 3.0.0
1313

1414
== Description ==
1515

@@ -122,6 +122,15 @@ Not much to talk about really. Check the code for details!
122122

123123
== Changelog ==
124124

125+
= 3.0.0 =
126+
* Add RTL and minified assets
127+
* Add WordPress 6.8, 6.9, and trunk to PHPUnit test matrix
128+
* Fix PHP 8 deprecated warnings
129+
* Fix upload paths for older installations
130+
* Fix sticky cache after changing a network's domain/path
131+
* Fix possible fatal error when switching networks
132+
* Fix plugin not being activated on new networks when created via WP-CLI
133+
125134
= 2.5.3 =
126135
* Remove filter_input usages
127136

wpmn-loader.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
* Requires at least: 5.5
1919
* Requires PHP: 7.2
2020
* Tested up to: 7.0
21-
* Version: 2.5.2
21+
* Version: 3.0.0
2222
*/
2323

2424
// Exit if accessed directly.
@@ -69,7 +69,7 @@ class WPMN_Loader {
6969
* @since 1.3.0
7070
* @var string
7171
*/
72-
public $asset_version = '202108250001';
72+
public $asset_version = '202512080001';
7373

7474
/**
7575
* Network admin class instance.

0 commit comments

Comments
 (0)