Releases: stuttter/wp-multi-network
Releases · stuttter/wp-multi-network
3.0.0
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
- @jamiesmachon made their first contribution in #188
- @carstingaxion made their first contribution in #196
- @SteelWagstaff made their first contribution in #202
- @lloc made their first contribution in #210
- @ideag made their first contribution in #207
- @Copilot made their first contribution in #226
Full Changelog: 2.5.2...3.0.0
2.5.2
- Use
get_main_site_idfunction instead ofget_main_site_for_network. - Tested against WordPress 6.1.
2.5.1
- Save main site on network as network option.
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.
2.4.1
Update required php / wp versions.
2.4.0
Add networks REST API endpoint.
2.3.0
Add network capability mapping.
WP CLI command.
Other improvements.
2.2.0
- 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