events/Documentation/Changelog/3.5.0.rst
Daniel Siepmann 3d0d5d8645
Add PSR-14 Event to modify event objects prior persistence (#35)
A new PSR-14 event is added that allows to modify the event right before
it is persisted within Destination Data One import.

This for example allows to alter dates, prices, etc.

Improve handling of missing end time in dates.
2023-08-10 14:20:37 +02:00

737 B

3.5.0

Breaking

Nothing

Features

  • Add PSR-14 Events to Destination Data One import. They allow individual installation to alter the import.

    See psr14 for an overview of PSR-14 Events.

    Added Events:

    • Allow to modify an event object before importing.

Fixes

  • Improve handling of dates with no end. This was always technically possible. Still support from extension was missing. This now got improved, the date object will not throw exceptions due to format() calls on none. Furthermore the PHPDoc now reflects that there might be null instead of \DateTime. Also the setter was adjusted to allow null values.

Tasks

Nothing

Deprecation

Nothing