Here’s a new release of WPMU, and this is what’s new!
- Added enclosures support.
- Added blog post instant preview.
- Misc bug fixes and WP upgrades.
Go get it from the download page!
When upgrading just copy over your previous installation. It should work without running any upgrade script.
I’ve been playing around with 0.1.3 for a couple hours. Finally got it running semi-smoothly. One error that I noticed, and it’s only a typo, is in menu.php, you need to change the table check from
$pos = strpos( $tables, "referer_visitLog" );
to
$pos = strpos( $tables, "referer_visitlog" );
This is causing it to run install-wpmu.php every time, giving ugly errors indicating the table already exists. I’ll keep you posted if I find anything else. I was working on a MultiSite version of WordPress with another guy. You can find what I did here. It probably won’t help too much, although I did write an administration plugin for it that I might be able to adopt for WPMU. I’ll let you know if I get the motivation to do this.
Thanks again for you hard work.