- Dropped support for phpBB 3.2.x (new minimum requirements: phpBB 3.3.2 and PHP 7.1.3).
- Hovering the mouse over a page link can now show the page's description (if allowed in the page's settings).
- Use structured data in the breadcrumb links.
- Fixed installation failures if default phpBB Admin roles no longer exist.
- Fixed PHP 8 errors.
- Fixed links to FontAwesome from the Manage Pages ACP settings.
- New option to display page's titles before the site name in browser windows.
- Fixed links to FontAwesome website.
- Removed Subsilver2 style and support.
- Fixed HTML syntax errors in the ACP pages.
- Fixed an HTML output error in the "Quick Links Menu Bottom" page link location.
- Fixed a migration issue.
- Added support for using Font Awesome icons with page links.
- Updated all templates to now use Twig syntax.
- Fixed some minor coding and language issues.
- Added Croatian (formal) language pack
- Added Slovak language pack
- Updated for phpBB 3.2 (continue using the 1.x branch for phpBB 3.1.x)
- New minimum requirements: phpBB 3.2.0 and PHP 5.4
- New dynamic routing has allowed us to remove the
/page/
requirement from page URLs. This means your pages can be accessed directly:forum.com/pagename
(the old method still works as well:forum.com/page/pagename
)
- Fix the Brazilian Portuguese language (renamed from pt-br to pt_br)
- Fix posted images to fit within the page area and not overflow
- Minor code and HTML improvements
- Added German language pack
- Added a feature where route names are auto-suggested based on the page title
- Fixed an issue that prevented pages from being updated on MSSQL systems
- Fixed some minor coding and language issues
- Added Brazilian Portuguese language pack
- Added Czech language pack
- Added Mandarin Chinese (Simplified Script) language pack
- Added Russian language pack
- Inaccessible pages will correctly send 404 status codes
- Removed edit time limitations when creating pages
- Removed maximum character limitations when creating pages
- Fixed an issue that would display unwanted XML characters in phpBB 3.2 environments
- Minor coding improvements
- Added Arabic language pack
- Added Croatian language pack
- Added German (casual) language pack
- Added German (formal) language pack
- Added Italian language pack
- Added Polish language pack
- Require phpBB 3.1.3
- Fixed some very minor coding issues
- Switched to Titania hosted version checking
- Make Page URL Route explanation easier to understand
- Renamed Pages template events with vendor and extension names prefixes.
acp_pages_before_editor
is nowphpbb_pages_acp_before_editor
pages_after_page_content
is nowphpbb_pages_after_page_content
- Updated some internal tests and comments
- Updated routing.yml option
pattern
topath
- Added Dutch language pack
- Added French language pack
- Added Portuguese language pack
- Added Spanish language pack
- Added Swedish language pack
- First release