mirror of
https://github.com/werkraum-media/events.git
synced 2024-11-10 06:16:11 +01:00
Daniel Siepmann
3d0d5d8645
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.
737 B
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 allownull
values.
Tasks
Nothing
Deprecation
Nothing