Skip to content

Commit

Permalink
Bump versions to 2.5.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
JJJ committed Aug 25, 2021
1 parent 5603be7 commit 69d3eea
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
11 changes: 10 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Tags: network, sites, domains, global, admin
Requires PHP: 5.2
Requires at least: 4.9
Tested up to: 5.9
Stable tag: 2.4.2
Stable tag: 2.5.0

== Description ==

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

== Changelog ==
= 2.5.0 =
* Fix new networks sometimes not being created.
* Fix moving sites sometimes not working.
* Fix network name always being "New Network".
* Fix several debug notices related to filter_input().
* Fix several redirection & admin-notice issues.
* Allow networks to be created with empty network name & site name.
* Update author link & plugin meta data.

= 2.4.2 =
* Update code for WordPress coding standards.
* Other small bug fixes.
Expand Down
2 changes: 1 addition & 1 deletion wpmn-loader.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
* Requires at least: 4.9
* Requires PHP: 5.2
* Tested up to: 5.8
* Version: 2.4.2
* Version: 2.5.0
*/

// Exit if accessed directly.
Expand Down

0 comments on commit 69d3eea

Please sign in to comment.