As with all new releases, the phpBB Group urges you to update as soon as possible. This download is available on the downloads page at:
http://www.phpbb.com/downloads.php [1]
There are four packages available to simplify your update:
- The Full Package contains entire phpBB2 source and English language package.
- The Changed Files Only contains only those files changed from previous versions of phpBB. Please note this archive contains changed files for each previous release.
- Patch Files contains patch compatible patches from the previous versions of phpBB.
- The Code Changes contain step-by-step instructions in MOD format for updating heavily MODified installs.
It is important that you carry out BOTH parts of the update - updating the files and running the database update script - for updates to be complete.
The changelog (contained within this release) is as follows:
- Check for user's existence prior to showing email form
- New members of moderator groups should always become moderators (Bug #382)
- Proper message when replying to non-existant topics (Bug #459)
- Changed column type of search_array to store more ids (Bug #4058)
- Fixed annoyance with font-size selector (Bug #4612)
- Fix optimize line in database updater (Bug #6186)
- Check for the avatar upload directory reinforced
- Changes to the criteria for "bad" redirection targets - kellanved
- Fixed a non-persistent XSS issue in private messaging
- Fixing possible negative start parameter - SpiderZ.
- Added session checks to various forms - kellanved