thuecat/Documentation/Changelog/2.2.0.rst
Daniel Siepmann (Codappix) c96768ba85
Handle broken opening hours (#119)
Those are skipped during import and written as error to TYPO3 logs.
That way entries with broken opening hours can still be imported.

Resolves: #11377
2024-09-10 07:07:31 +02:00

33 lines
579 B
ReStructuredText

2.2.0
=====
Breaking
--------
Nothing
Features
--------
* Add support for multiple slogans (array within slogan).
The existing API will return the first slogan.
A new method `getSlogans` is added which will return the array of slogans.
Fixes
-----
* Handle broken opening hours.
Those are skipped during import and written as error to TYPO3 logs.
That way entries with broken opening hours can still be imported.
Tasks
-----
* Add PHP data for testing framework to ease backports.
As we have migrated on current main already.
Deprecation
-----------
Nothing