events/Documentation/Changelog/3.5.0.rst

45 lines
1.1 KiB
ReStructuredText
Raw Normal View History

3.5.0
=====
Breaking
--------
Nothing
Features
--------
* Add PSR-14 Events to destination.one import.
They allow individual installation to alter the import.
See :ref:`psr14` for an overview of PSR-14 Events.
Added Events:
* Allow to modify an event object before importing.
* Add source to events.
destination.one provides the original source, either them self or an external.
This is now saved in order to make it easier for editors and companies to contact
the original source and ask to fix broken data.
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
-----
* Renaming different Destination cases to destination.one throughout documentation and text.
Code is left untouched in order to not break things.
Deprecation
-----------
Nothing