- Bump dependencies to Contao
^4.13 || ^5.2
and Symfony^5.4 || ^6.4
- Require PHP 8.1
- Use token checker for legacy
BE_USER_LOGGED_IN
andFE_USER_LOGGED_IN
constants
- Set pageModel in the request attributes (See #2 by @stefanheimes )
- Call getPageLayout hook
- Make sure that the Contao framework is initialized
- Bump dependencies to Contao
^4.9
and Symfony^4.4 || ^5.1
- Extract mobile layout handling in separat listener
- Pass
PageRegular
as third parameter to hookgetPageLayout
(See #18)
1.0.1 - 2019-02-19
- Handle case that doctype is empty (Contao 4.7 compatibility)