WP-United v0.8.2 released!
I’m pleased to announce the release of WP-United v0.8.2. This fixes a number of bugs discovered since the release of 0.8.1, and includes several improvements.
To upgrade from v0.8.x, just upload the full fileset from root/ to your forum root, clear the phpBB cache and run the Setup Wizard all the way through again. Don’t forget to copy over your blog.php, and – if the Setup Wizard doesn’t do it for you – the wpu-plugin.php plugin file.
To upgrade from earlier versions, follow the relevant upgrade file included in the contrib/ folder, and follow these instructions.
Read on to find out what’s new:
- New Swedish translation (Thanks Oz)
- Fixed broken template integration when viewing custom fields, attachments, etc.
- Fixed missing sid on some integrated logout links, fixed login link on comments page
- Fixed board does not display correctly in some cases when Gzip compression is on
- Improved reliability of insertion of smilies in WordPress
- Fixed error on RSS feed page when feeds disabled
- Fix for some styles and BBCodes with height attribute under CSS Magic
- Added default options to login/user info template tag
- Changed behaviour when board disabled: blog.php always calls wp_die when disabled, as there is no other reliale way to integrate templates or pull info.
- Fixed CSS Magic not resolving image URLs in stylesheets under some circumstances
- Improved comments_open and comment_registration behaviour for cross-posted comments
- Redirect back to WP, if possible, after cross-posting comments
- Cross-posted comment title and Edit links now point to forum
- Fixed bugs due to missing $template when register_globals is on
- Fixed htmlspecialchars_decode error on comment posting
- Fixed time zone of cross-posts
- Improved plugin fixes – they now enter plugin subdirectories under more circumstances
- Fixed default avatar options in built-in avatars
- Added error handler arbitrator to suppress notices in WordPress
- Improved Debug Info To Post display
- CSS Magic Style Keys are now purged with the cache
- Many other minor bug fixes