Skip to content

Latest commit

 

History

History
53 lines (34 loc) · 2.45 KB

CHANGELOG.md

File metadata and controls

53 lines (34 loc) · 2.45 KB

Changelog

1.6.0 - 2024-08-01

  • [Added] Add compatibility for Contao 5.4+
  • [Removed] We removed support for PHP <=8.0

1.5.1 - 2024-02-26

  • [Fixed] Fix display of the backend modules

1.5.1 - 2022-11-06

  • [Fixed] For frontend modules without translation the type is now used

1.5.0 - 2022-09-30

  • [Added] Usability improvement in the backend - Show page, article and module ids by default, disable "Copy" when duplicating

1.4.1 - 2022-09-29

  • [Fixed] PHP warning if WEBTOOLS_ALLOW_PURGE is not set

1.4.0 - 2022-09-29

  • [Added] The hole script cache will automatically be cleared if the debug mode is active.
  • [Added] ...the possibility for the frontend user to delete the assets/css after modifying files in files/[THEME]/scss. The deletion can be triggered by the additional request key ?scripts=purge. The developer editing the modifications via FTP or similar must allow this function with the ENV variable WEBTOOLS_ALLOW_PURGE=true. The frontend user now can add the key ?scripts=purge like https://mydomain/?scripts=purge to the query string and the cache will be purged. When flushing the script cache is active for frontend users, a new button "Purge Script Cache" is displayed in the back end header.
  • [Removed] Contao 4.9 support

1.3.0 - 2022-07-14

1.2.1 – 2021-01-05

  • [Changed] Allow PHP 8

1.2.0 – 2021-10-13

  • [Added] use contao-backup-manager version 2
  • [Added] set minimum required contao version to 4.9