Skip to content

Releases: cgoIT/calendar-extended-bundle

v2.4.0

25 Jun 11:31
67f77ae
Compare
Choose a tag to compare

2.4.0 (2024-06-25)

Features

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

v2.3.0

24 Jun 18:13
81a8c0c
Compare
Choose a tag to compare

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)

v2.2.1

07 Jun 10:07
90a0b44
Compare
Choose a tag to compare

2.2.1 (2024-06-07)

Bug Fixes

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

v2.2.0

22 May 09:58
280812a
Compare
Choose a tag to compare

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)

v2.1.0

15 May 06:03
eaa9391
Compare
Choose a tag to compare

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)

v2.0.3

08 May 05:40
1e92638
Compare
Choose a tag to compare

2.0.3 (2024-05-08)

Bug Fixes

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

v2.0.2

05 May 17:42
eda3c31
Compare
Choose a tag to compare

2.0.2 (2024-05-05)

Bug Fixes

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

v2.0.1

02 May 13:57
6845dee
Compare
Choose a tag to compare

2.0.1 (2024-05-02)

Bug Fixes

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

v2.0.0

02 May 08:39
7aa8a01
Compare
Choose a tag to compare

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