2.4.10 (2024-12-03)
- use Doctrine Schema Representation for db columns (93b3faa)
2.4.9 (2024-11-29)
- correctly handle recurrences on extended recurrences (919fbc1)
- ksort arrEvents to have all days in ascending order (6096dd9)
- add missing dependencies to composer.json (7682619)
2.4.8 (2024-10-18)
- handle URL generation based on Contao version (7cc75bb)
- fix ecs errors (a3155f0)
2.4.7 (2024-10-12)
- refactor code for clarity and add condition for weekday (c0c0527)
- remove unused import in CalendarEventsCallbacks.php (3593c5d)
2.4.6 (2024-09-04)
- set correct start date and url in schema.org data (1a7b3aa)
- fix ecs bugs (1dddd47)
2.4.5 (2024-07-25)
2.4.4 (2024-07-18)
- event weekdays for recurrences should only be checked for standard recurrences (f57ca17), closes #15
2.4.3 (2024-07-15)
- fix error "date(): Argument #2 ($timestamp) must be of type ?int, string given" (4a69df7), closes #19
2.4.2 (2024-07-12)
- fix the handling of repeated event regarding begin, recurring and until. Needs a resave for all the events which uses "fixed dates repeats" (2ab653d), closes #17
2.4.1 (2024-07-11)
- the start time and end time of the "repeat exceptions" are displayed correctly in the frontend (99574aa), closes #15
2.4.0 (2024-06-25)
- default time list view in fullcalendar is now "month". (00e7097)
2.3.0 (2024-06-24)
- add calendar id to event link in fullcalendar (c2d1af1)
- ensure that $objPage is never null on ajax requests (a3d7e9c)
2.2.1 (2024-06-07)
- update calendar event model and remove dependency (0b532e1)
2.2.0 (2024-05-22)
- change some cols to 'text NULL' to prevent row size too large error (5679e14)
- fix loading of event details in ParseFrontendTemplateHook (c2f7f23)
- fix processing of fixed dates repeats (416563e)
2.1.0 (2024-05-15)
- reimplement logic for day and times url parameter and display of event times in mod_eventreader (a192b4a)
- add day and times url parameters for repeated events (53f3f70)
- add until and recurring to event template in ModuleEventReader (fe46742)
- always show correct next date if no url parameters (day, times) are given (7e26906)
- call parent constructor in ParseFrontendTemplateHook (9b156e6)
2.0.3 (2024-05-08)
- add recurring events at the correct indices in the $arrEvents array (fba1d2f)
- fix ecs findings (d584a73)
2.0.2 (2024-05-05)
- fix error adding new entries to exceptions via multi column wizard (3c9a57c)
2.0.1 (2024-05-02)
- fix warning foreach() argument must be of type array|object, null given (db5bc69)
2.0.0 (2024-05-02)
- change namespace
- fix all phpstan errors (6715e54)
- implement custom route for full calendar fetchEvents (5ffeba8)
- minor adjustments for contao 5 (af00001)
- remove dependency to notification_center and leads (861c451)
- check correctly for fixed date reoccurences (dcb0f28)
- Encode text in form values (0caf02a)
- fix ecs findings (71c370f)
- fix qs findings (60759d9)
- fix some issues, refactor year view, add missing files (997cbaa)
- fix typo in german translation (22a05e6)
- suppress display of dates on recurring events in frontend (b39fba4)
- add ecs and phpstan and fix issues (ea038fb)
- add github actions (bd3156b)
- add shadow dependencies (aef2c7e)
- clear changelog (bb7770c)
- fix github actions stuff (80a2301)
- fix inline doc (f273ee0)
- fix phpstan errors (d96b138)
- fix rector errors (fbba769)
- make modules work again (9d0834d)
- remove commented code (8f9df1b)
- update dependencies (5dc2744)
- fix README.md (0ccb2fa)