Skip to content

Releases: stuttter/wp-multi-network

3.0.0

09 Dec 02:43
@JJJ JJJ
4537177

Choose a tag to compare

What's Changed

  • Additional Actions by @jamiesmachon in #188
  • Prevent rendering of CSS if admin bar is not shown. by @carstingaxion in #196
  • Update composer/installers dependency requirement by @SteelWagstaff in #202
  • FILTER_SANITIZE_FULL_SPECIAL_CHARS as replacement for FILTER_SANITIZE_STRING by @lloc in #210
  • Upgrade dependencies by @lloc in #209
  • fix early translation loading notice by @ideag in #207
  • Fix dependency in composer by @spacedmonkey in #211
  • Upgrade minimum PHP version to 7.2 across the project. by @spacedmonkey in #214
  • Introduce PHPStan for Static Analysis by @lloc in #213
  • PHPStan Level 1 by @lloc in #215
  • PHPStan Level 2 by @lloc in #217
  • PHPStan Level 3 by @lloc in #218
  • PHPStan Level 4 Compliance by @lloc in #219
  • PHPStan Level 5 by @lloc in #220
  • PHPStan Level 6 by @lloc in #221
  • Issue/199 - PHP8.1 compat by @JJJ in #203
  • Upgrade composer dev packages by @lloc in #225
  • Remove Travis CI and replace with GitHub Actions by @Copilot in #226
  • Add JavaScript/CSS build pipeline with @wordpress/scripts by @Copilot in #227
  • Prevent duplicate /sites/{blog_id} path in upload directory setup by @Copilot in #228
  • Issue/153 - Uploads/Clone: revert version_compare() flip. Split CLI logic. by @JJJ in #184
  • Add WordPress 6.8, 6.9, and trunk to PHPUnit test matrix by @Copilot in #230
  • Add test coverage for network cache clearing on domain/path update by @Copilot in #231
  • Auto-activate plugin on networks created via WP-CLI by @Copilot in #234
  • Prepare repository for 3.0.0 release by @Copilot in #237

New Contributors

Full Changelog: 2.5.2...3.0.0

2.5.2

21 Sep 09:58

Choose a tag to compare

  • Use get_main_site_id function instead of get_main_site_for_network.
  • Tested against WordPress 6.1.

2.5.1

06 Sep 12:19

Choose a tag to compare

  • Save main site on network as network option.

2.5.0

25 Aug 21:53
@JJJ JJJ
69d3eea

Choose a tag to compare

  • 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

20 Aug 10:19

Choose a tag to compare

  • Update code for WordPress coding standards.
  • Other small bug fixes.

2.4.1

19 Aug 22:00

Choose a tag to compare

Update required php / wp versions.

2.4.0

01 Apr 22:27
4662d63

Choose a tag to compare

Add networks REST API endpoint.

2.3.0

28 Mar 15:18

Choose a tag to compare

Add network capability mapping.
WP CLI command.
Other improvements.

2.2.0

16 May 07:53

Choose a tag to compare

  • WordPress 4.9 minimum version bump
  • Fix bug preventing sites from being moved
  • Tweak some CSS styling
  • Use more WordPress core functions for sites & networks