2024-01-24 11:54:41 +01:00
|
|
|
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
|
|
|
|
-----
|
|
|
|
|
2024-09-10 07:07:31 +02:00
|
|
|
* 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.
|
2024-01-24 11:54:41 +01:00
|
|
|
|
|
|
|
Tasks
|
|
|
|
-----
|
|
|
|
|
|
|
|
* Add PHP data for testing framework to ease backports.
|
|
|
|
As we have migrated on current main already.
|
|
|
|
|
|
|
|
Deprecation
|
|
|
|
-----------
|
|
|
|
|
|
|
|
Nothing
|
|
|
|
|