Monthly Archives July 2008

WPMU new blog settings plugin – updated

I have updated the WPMU new blog settings plugin to work with the new version of WordPress-Mu, 2.6 (for previous versions see here). The hook used was changed to a new one: populate_options and the update_option function call was replaced with the add_option function call. The main code of the plugin looks like so: <?php […]

WordPress MU 2.6 is out

Donncha posted that the new version of WordPress MU, 2.6, is out: 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 […]

WordPress MU 2.6 beta 1 is out

Donncha released yesterday the first beta version of WordPress-MU 2.6. This version includes the new features of WordPress 2.6.  WordPress MU specific changes include The version number is being bumped to 2.6 rather than 1.6 because of version confusion. Signup page now has a nonce to help defeat spammers. Plugins in wp-content/plugins/ are version checked […]