Skip to content

Latest commit

 

History

History
248 lines (120 loc) · 12.4 KB

CHANGELOG.md

File metadata and controls

248 lines (120 loc) · 12.4 KB

Changelog

5.5.0 (2025-01-28)

Features

  • add an option to export a single event as ics (b7e166d)

5.4.0 (2024-12-03)

Features

  • handle recurring events with until date correctly (28842c7)

Bug Fixes

  • handle case when UNTIL date is before event start date (643a3d4)

Miscellaneous Chores

  • fix ecs errors (d7a9905)
  • use Doctrine Schema Representation for db columns (bc1da6f)

5.3.7 (2024-11-11)

Bug Fixes

  • fix date handling in ics export for events without time part (ad674eb)

5.3.6 (2024-10-31)

Bug Fixes

  • add support for updating event exceptions with new times (f5d8e66)

5.3.5 (2024-09-06)

Bug Fixes

  • only write real errors with level error (03ef59d)

Miscellaneous Chores

5.3.4 (2024-06-07)

Bug Fixes

  • add advanced repeating event support to calendar export (4bb4f00)
  • remove CalendarEventsModelExt and update event fetching in IcsExport (c6461a5)

5.3.3 (2024-05-13)

Miscellaneous Chores

5.3.2 (2024-05-13)

Bug Fixes

  • fix InvalidArgumentException, fixes #49 (993ec62)

5.3.1 (2024-05-08)

Bug Fixes

  • initialize contao framework before loading language files (3a90ada)

5.3.0 (2024-05-02)

Features

  • better reoccurence handling (8958c68)

Miscellaneous Chores

  • add shadow dependencies (88ad63a)
  • minor adjustments in composer.json (d0ba8b3)

5.2.5 (2024-04-25)

Bug Fixes

  • set all text columns to 'text NULL' since mysql doesn't support default values for text columns in strict mode (96fed30)

Miscellaneous Chores

5.2.4 (2024-04-23)

Bug Fixes

  • use custom download template for ical ce only in the frontend, fixes #43 (82081c5)

5.2.3 (2024-04-11)

Bug Fixes

  • fix sql error SQLSTATE[23000]: Integrity constraint violation: 1052 Column 'id' in where clause is ambiguous (b0fc158)

Miscellaneous Chores

5.2.2 (2024-04-09)

Bug Fixes

  • timeEnd of event could be null (3a59e99)

5.2.1 (2024-04-05)

Bug Fixes

  • change implementation to be compatible with contao 4 (c4f1de4)

5.2.0 (2024-04-04)

Features

  • new page type "ics feed" (182da03)

Bug Fixes

  • add custom page icon for page type "ics feed" (344d5db)

5.1.3 (2024-04-04)

Bug Fixes

  • change column types to prevent "row to large" errors (178d37a)

5.1.2 (2024-04-02)

Bug Fixes

  • initialize contao framework in cron jobs (5c5eb57)

5.1.1 (2024-03-06)

Bug Fixes

5.1.0 (2024-03-05)

Features

  • better handling for existing events. events are not fully deleted and reimported but mapped via the event uid, fix ecs and phpstan findings (0fe487b)

Bug Fixes

  • ecs and phpstan findings (10739cc)

Miscellaneous Chores

  • automatic rector changes (d41ed3c)
  • ci: add php 8.3 to version matrix (e0c8f12)
  • fix phpstan errors (ed2998f)

5.0.2 (2023-11-28)

Bug Fixes

  • don't store the uid in the description field (4a0af93)

5.0.1 (2023-11-26)

Bug Fixes

  • default values are closures in contao 5 (ddedb47)
  • fix database migration via contao-manager in contao 5 (31ac4ac)

5.0.0 (2023-11-25)

Features

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

Bug Fixes

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

Miscellaneous Chores

  • add github templates (4257b4a)
  • bundle is loading fine, dca seems to be correct (778c5eb)
  • change .gitignore (3b3fa26)

Documentation