5.5.0 (2025-01-28)
- add an option to export a single event as ics (b7e166d)
5.4.0 (2024-12-03)
- handle recurring events with until date correctly (28842c7)
- handle case when UNTIL date is before event start date (643a3d4)
5.3.7 (2024-11-11)
- fix date handling in ics export for events without time part (ad674eb)
5.3.6 (2024-10-31)
- add support for updating event exceptions with new times (f5d8e66)
5.3.5 (2024-09-06)
- only write real errors with level error (03ef59d)
5.3.4 (2024-06-07)
- add advanced repeating event support to calendar export (4bb4f00)
- remove CalendarEventsModelExt and update event fetching in IcsExport (c6461a5)
5.3.3 (2024-05-13)
- fix ecs findings (4ad2007)
5.3.2 (2024-05-13)
5.3.1 (2024-05-08)
- initialize contao framework before loading language files (3a90ada)
5.3.0 (2024-05-02)
- better reoccurence handling (8958c68)
5.2.5 (2024-04-25)
- set all text columns to 'text NULL' since mysql doesn't support default values for text columns in strict mode (96fed30)
- fix ecs errors (55fb3b5)
5.2.4 (2024-04-23)
5.2.3 (2024-04-11)
- fix sql error SQLSTATE[23000]: Integrity constraint violation: 1052 Column 'id' in where clause is ambiguous (b0fc158)
- fix ecs errors (88033c8)
5.2.2 (2024-04-09)
- timeEnd of event could be null (3a59e99)
5.2.1 (2024-04-05)
- change implementation to be compatible with contao 4 (c4f1de4)
5.2.0 (2024-04-04)
- new page type "ics feed" (182da03)
- add custom page icon for page type "ics feed" (344d5db)
5.1.3 (2024-04-04)
- change column types to prevent "row to large" errors (178d37a)
5.1.2 (2024-04-02)
- initialize contao framework in cron jobs (5c5eb57)
5.1.1 (2024-03-06)
- fix some minor issues (a66e841)
5.1.0 (2024-03-05)
- better handling for existing events. events are not fully deleted and reimported but mapped via the event uid, fix ecs and phpstan findings (0fe487b)
- ecs and phpstan findings (10739cc)
- automatic rector changes (d41ed3c)
- ci: add php 8.3 to version matrix (e0c8f12)
- fix phpstan errors (ed2998f)
5.0.2 (2023-11-28)
- don't store the uid in the description field (4a0af93)
5.0.1 (2023-11-26)
- default values are closures in contao 5 (ddedb47)
- fix database migration via contao-manager in contao 5 (31ac4ac)
5.0.0 (2023-11-25)
- add github ci and release-please (2b04aab)
- add regenerate ics files to backend maintenance module (f288388)
- export as ics file, delete ics file if calendar is deleted (83081d1)
- add backend assets via EventSubscriber (6d66793)
- change icon (21d6dc4)
- copy link to clipboard fix for contao 5 (c052b34)
- default values are closures in contao 5 (7a34e1b)
- ecs and phpstan fixes (391e851)
- fix ecs errors (8cb6e38)
- fix error during ics cache handling (5436404)
- fix error in csv import (a617f98)
- fix ical download element (182d6ec)
- fix ical download element (094ef79)
- fix ics import (536f69f)
- fix phpstan errors (067783f)
- fix some minor issues (4f60f9c)
- multiple fixes for ics export (a587c80)
- only export event if a startDate (or time) is present (f9d5558)
- small fix for ics import (28fb22c)
- add github templates (4257b4a)
- bundle is loading fine, dca seems to be correct (778c5eb)
- change .gitignore (3b3fa26)
- latest fixes to README (9f2f15b)