Skip to content

Latest commit

 

History

History
213 lines (105 loc) · 11.3 KB

CHANGELOG.md

File metadata and controls

213 lines (105 loc) · 11.3 KB

Changelog

2.4.10 (2024-12-03)

Bug Fixes

  • use Doctrine Schema Representation for db columns (93b3faa)

2.4.9 (2024-11-29)

Bug Fixes

  • correctly handle recurrences on extended recurrences (919fbc1)
  • ksort arrEvents to have all days in ascending order (6096dd9)

Miscellaneous Chores

  • add missing dependencies to composer.json (7682619)

2.4.8 (2024-10-18)

Bug Fixes

  • handle URL generation based on Contao version (7cc75bb)

Miscellaneous Chores

2.4.7 (2024-10-12)

Bug Fixes

  • refactor code for clarity and add condition for weekday (c0c0527)

Miscellaneous Chores

  • remove unused import in CalendarEventsCallbacks.php (3593c5d)

2.4.6 (2024-09-04)

Bug Fixes

  • set correct start date and url in schema.org data (1a7b3aa)

Miscellaneous Chores

2.4.5 (2024-07-25)

Bug Fixes

  • add event title as title attribute for links in fullcalendar view (cccf06f), closes #15

2.4.4 (2024-07-18)

Bug Fixes

  • event weekdays for recurrences should only be checked for standard recurrences (f57ca17), closes #15

2.4.3 (2024-07-15)

Bug Fixes

  • fix error "date(): Argument #2 ($timestamp) must be of type ?int, string given" (4a69df7), closes #19

2.4.2 (2024-07-12)

Bug Fixes

  • 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)

Bug Fixes

  • 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)

Features

  • default time list view in fullcalendar is now "month". (00e7097)

2.3.0 (2024-06-24)

Features

  • add calendar id to event link in fullcalendar (c2d1af1)

Bug Fixes

  • ensure that $objPage is never null on ajax requests (a3d7e9c)

2.2.1 (2024-06-07)

Bug Fixes

  • update calendar event model and remove dependency (0b532e1)

2.2.0 (2024-05-22)

Features

  • change some cols to 'text NULL' to prevent row size too large error (5679e14)

Bug Fixes

  • fix loading of event details in ParseFrontendTemplateHook (c2f7f23)
  • fix processing of fixed dates repeats (416563e)

2.1.0 (2024-05-15)

Features

  • reimplement logic for day and times url parameter and display of event times in mod_eventreader (a192b4a)

Bug Fixes

  • 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)

Bug Fixes

  • add recurring events at the correct indices in the $arrEvents array (fba1d2f)
  • fix ecs findings (d584a73)

2.0.2 (2024-05-05)

Bug Fixes

  • fix error adding new entries to exceptions via multi column wizard (3c9a57c)

2.0.1 (2024-05-02)

Bug Fixes

  • fix warning foreach() argument must be of type array|object, null given (db5bc69)

2.0.0 (2024-05-02)

⚠ BREAKING CHANGES

  • change namespace

Features

  • 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)

Bug Fixes

  • 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)

Miscellaneous Chores

Documentation