Version 2.6 of WordPress MU is now out! WordPress MU is the multi blog version of the popular blogging software WordPress. It’s the engine behind WordPress.com and many other blogging sites.
This version of WordPress MU is based on WordPress 2.6. There’s a long and interesting WordPress.org post on the new features in 2.6 so get over there to read up on post revisions, “Press This!”, Gears, Theme Previews, and the long list of developers who helped make this release a reality.
Some of the new features in this release of MU:
- Version number is 2.6 rather than 1.6 because it just makes sense to synchronise the major version numbers.
- Signup page now has a nonce which should help in the fight against spammers, for a short while anyway.
- Redirecting to the signup page for 404s and for unknown blogs is not enabled by default. Check out wp-config-sample.php for instructions.
- “allowed_themes” filter, much like the plugins filtered added previously.
- New functions: get_id_from_blogname(), is_main_blog().
- get_blog_details() can now take a blogname as well as a blog_id.
- Custom first posts didn’t always work. Now they do.
- Blognames in the “Add blog” form in wpmu-blogs.php are now sanitized.
- Added “pre_site_option_*” and “site_option_*” filters like the similar option filters.
- Meta fields will be passed on signup again.
- Added an “admin_header_navigation” filter so the top right navigation in the backend can be customised.
- The signup page uses “blogname” instead of “blog_id” to avoid confusion with the global variable of the same name. Plugins will break if not updated!
That last change is quite a major one. If you have any plugins that interact with the signup form they will need to be updated!
This release also addresses some security issues spotted by Alexander Concha and Juan Galiana. Thank you both for alerting us and for your patience while this release was prepared!
I’m having some fun and games with my wpmu site. It’s internally hosted but after the upgrade it seems to have suddenly gone really slow… like 30+ seconds to load each page. Previously it was pretty instant and quick. Is there some sort of checklist of commonly known mistakes on upgrading?
Any suggestions are appreciated. I’ve done the upgrade before on a different box and that one is working perfectly. I’m struggling to figure out what’s different.