Skip to content

Commit 69d3eea

Browse files
committed
Bump versions to 2.5.0.
1 parent 5603be7 commit 69d3eea

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

readme.txt

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Tags: network, sites, domains, global, admin
1010
Requires PHP: 5.2
1111
Requires at least: 4.9
1212
Tested up to: 5.9
13-
Stable tag: 2.4.2
13+
Stable tag: 2.5.0
1414

1515
== Description ==
1616

@@ -122,6 +122,15 @@ please follow the steps in https://paulund.co.uk/wordpress-multisite-nested-path
122122
Not much to talk about really. Check the code for details!
123123

124124
== Changelog ==
125+
= 2.5.0 =
126+
* Fix new networks sometimes not being created.
127+
* Fix moving sites sometimes not working.
128+
* Fix network name always being "New Network".
129+
* Fix several debug notices related to filter_input().
130+
* Fix several redirection & admin-notice issues.
131+
* Allow networks to be created with empty network name & site name.
132+
* Update author link & plugin meta data.
133+
125134
= 2.4.2 =
126135
* Update code for WordPress coding standards.
127136
* Other small bug fixes.

wpmn-loader.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
* Requires at least: 4.9
1919
* Requires PHP: 5.2
2020
* Tested up to: 5.8
21-
* Version: 2.4.2
21+
* Version: 2.5.0
2222
*/
2323

2424
// Exit if accessed directly.

0 commit comments

Comments
 (0)