We are pleased to announce the release of phpBB 3.2.7 "Bertie’s Force Field". This version is a maintenance release of the 3.2.x branch which resolves issues reported in previous versions.
The fixed issues include, among others, issues with form token validation during login, the inability to change topic types after posting, an issue with viewing private message folders, and potentially incorrectly shortened URL links when using the
[url=]
BBCode.Full backwards compatibility for styles released before phpBB 3.2.6 has been introduced, which will enable logins even though these styles have not yet been updated with the latest style changes.
The full list of changes is available in the changelog file within the docs folder contained in the release package. You can find the key highlights of this release on the wiki at https://wiki.phpbb.com/Release_Highlights/3.2.7 and a list of all issues fixed on our tracker at Issues fixed in 3.2.7
The packages can be downloaded from our downloads page.
The development team thanks everyone who contributed code to this release: JoshyPHP, Matt Friedman, mrgoldy, EA117
If you have any questions or comments, we'll be happy to address them in the discussion topic.
- The phpBB Team
Release Highlights
Notable Bug Fixes
- Form token in login forms - Some login forms were missing form tokens and older styles did not support logging in PHPBB3-16036 PHPBB3-16042
- Inability to change topic type - A missing event dispatcher caused an internal server error when changing topic types PHPBB3-16039
- View PM folder broken - An incorrect PM state caused an undefined index error PHPBB3-16037
- URL links incorrectly shortened - Links were incorrectly shortened when posted inside the BBCode [url=https://tracker.phpbb.com/browse/PHPBB3-16034]PHPBB3-16034