Skip to content

Latest commit

 

History

History
55 lines (29 loc) · 1.17 KB

CHANGELOG.md

File metadata and controls

55 lines (29 loc) · 1.17 KB

Changelog

[1.2.0] - 2024-02-07

Changed

  • Bump dependencies to Contao ^4.13 || ^5.2 and Symfony ^5.4 || ^6.4
  • Require PHP 8.1

Fixed

  • Use token checker for legacy BE_USER_LOGGED_IN and FE_USER_LOGGED_IN constants

[1.1.3] - 2024-02-07

Fixed

[1.1.2] - 2023-06-06

Fixed

  • Call getPageLayout hook

[1.1.1] - 2022-01-24

Fixed

  • Make sure that the Contao framework is initialized

[1.1.0] - 2022-01-20

Changed

  • Bump dependencies to Contao ^4.9 and Symfony ^4.4 || ^5.1
  • Extract mobile layout handling in separat listener

[1.0.2] - 2019-11-24

Fixed

  • Pass PageRegular as third parameter to hook getPageLayout (See #18)

1.0.1 - 2019-02-19

Added

  • Handle case that doctype is empty (Contao 4.7 compatibility)