Skip to content

Releases: cgoIT/calendar-extended-bundle

v2.4.10

03 Dec 07:56
ea0977f
Compare
Choose a tag to compare

2.4.10 (2024-12-03)

Bug Fixes

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

v2.4.9

29 Nov 06:09
429f008
Compare
Choose a tag to compare

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)

v2.4.8

18 Oct 06:06
37d8ef2
Compare
Choose a tag to compare

2.4.8 (2024-10-18)

Bug Fixes

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

Miscellaneous Chores

v2.4.7

12 Oct 13:22
d098472
Compare
Choose a tag to compare

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)

v2.4.6

04 Sep 20:20
c232c45
Compare
Choose a tag to compare

2.4.6 (2024-09-04)

Bug Fixes

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

Miscellaneous Chores

v2.4.5

25 Jul 04:00
19bf28d
Compare
Choose a tag to compare

2.4.5 (2024-07-25)

Bug Fixes

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

v2.4.4

18 Jul 03:33
90598eb
Compare
Choose a tag to compare

2.4.4 (2024-07-18)

Bug Fixes

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

v2.4.3

15 Jul 09:39
ed068ca
Compare
Choose a tag to compare

2.4.3 (2024-07-15)

Bug Fixes

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

v2.4.2

12 Jul 13:29
0c69189
Compare
Choose a tag to compare

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

v2.4.1

11 Jul 05:23
a4fac41
Compare
Choose a tag to compare

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