We are pleased to announce the release of phpBB 3.2.5 "Bertie's Secret Santa". This version is a maintenance release of the 3.2.x branch which fixes various issues reported in previous versions.
The fixed issues include, among others, a BBCode parsing regression in the
generate_text_for_display()
function, a missing variable cast on the ACP extensions page, as well as a fix to how the assets version gets appended to JavaScript files included via INCLUDEJS
.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.5 and a list of all issues fixed on our tracker at https://tracker.phpbb.com/issues/?filter=14890
The packages can be downloaded from our downloads page.
The development team thanks everyone who contributed code to this release: 3Di, rxu, Alec, hubaishan, Dark❶, Jakub Senko, Jim Mossing Holsteyn, Vinny
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
- BBCode parsing fatal error - PHP fatal error encountered when calling generate_text_for_display() more than once on a page PHPBB3-15875
- Assets version not appended to JS files - For some JS files that were included with INCLUDEJS, the assets version was not appended PHPBB3-15542
- Missing cast for variable in PHP 7.1+ - The maximum execution time was not properly cast to integer on the ACP extensions page PHPBB3-15871