All notable changes to this project will be documented in this file.
- Fixed: skip adding meta tags when head bundle is not installed
- Fixed: do not use invalid insert tag in meta tags
- Fixed: removed usage of non existing method
- Fixed: utils bundle dependency
- Fixed: issues with contao 4.13
- Changed: dropped contao 4.4 and symfony 3 support
- Fixed: symfony 5 support
- Fixed: contao 4.4 compatibility
- Fixed: issues with palette manipulation on tl_calender_events
- Fixed: missing contao/calendar-bundle dependency
- deprecated CalendarEventsModel::getSubEvents and CalendarEventsModel::hasSubEvents (#6)
- added getSubEvents and hasSubEvents to EventsManager
- fixed type declaration for lower php versions
- fixed contao 4.9 issue for entity mode
- minor refactoring
- fixed contao 4.9 issue
- refactoring for upcoming symfony versions
- child_record_callback bug
- enhanced readme
- enhanced readme
- fixed palette manipulation in LoadDataContainerListener
- refactored
tl_calendar_events
- added LoadDataContainerListener for palette manipulation
- added
onSaveCoordinates
to CalendarEventsContainer
- added support for multilingual events in model class
- added support for multilingual content elements in
EventTrait
- removed urlCache in
EventsItemTrait
-> doesn't make sense if differentjumpToDetails
are set - fixed canonical link generation
- fixed robots in reader
- added class check for checking if contao-calendar_plus is installed, if installed the dca fields in tl_calendar_events will not be replaced (preventing double replacing and duplicate fields)
- added customizable palette; choosable at archive config
- removed cut and copy from possible options for sub events
- fixed id callback issue
- initial state