2022-09-13 09:15:04 +02:00
|
|
|
1.3.0
|
|
|
|
=====
|
|
|
|
|
|
|
|
Breaking
|
|
|
|
--------
|
|
|
|
|
|
|
|
Nothing
|
|
|
|
|
|
|
|
Features
|
|
|
|
--------
|
|
|
|
|
2022-09-29 15:17:06 +02:00
|
|
|
* Add support for TYPO3 v11 and PHP 8.0 + 8.1.
|
|
|
|
|
|
|
|
* Last import date is now shown within backend module beside each import configuration.
|
2022-09-13 09:15:04 +02:00
|
|
|
|
2022-11-24 11:05:13 +01:00
|
|
|
* Import author of media. This allows to either render the license author or the author.
|
|
|
|
|
2022-11-24 15:55:50 +01:00
|
|
|
* Filter and sort opening hours.
|
|
|
|
Filter out opening hours from the past, they are not available to the template anymore.
|
|
|
|
Sort opening hours from early to later based on their end timing.
|
|
|
|
|
|
|
|
This should improve the UX of website visitors.
|
|
|
|
It is not possible yet to sort opening hours by hand within the thuecat backend.
|
|
|
|
|
2022-11-28 11:06:54 +01:00
|
|
|
* Support special opening hours.
|
|
|
|
It is possible to define special opening hours, e.g. for holidays.
|
|
|
|
Those are now also imported and provided to the templates.
|
|
|
|
|
2022-11-29 10:02:44 +01:00
|
|
|
* Allow to check if an opening hour is valid for a single day.
|
|
|
|
|
2022-11-29 11:50:22 +01:00
|
|
|
* The URL of attractions is now imported and provided to the template.
|
|
|
|
|
2022-11-29 11:56:53 +01:00
|
|
|
* Media has a new method ``getExtraImages()`` which will return everything from
|
|
|
|
``getImages()`` except the ``getMainImage()``.
|
|
|
|
|
2022-09-13 09:15:04 +02:00
|
|
|
Fixes
|
|
|
|
-----
|
|
|
|
|
2022-09-29 14:50:27 +02:00
|
|
|
* Allow to import objects (e.g. Tourist Attractions) which are managed by generic
|
|
|
|
organisations instead of specific Tourist Marketing Company.
|
|
|
|
Those organisations will now also be imported, just like Tourist Marketing Company before.
|
|
|
|
Both are organizations internally and only used for the TYPO3 backend module.
|
|
|
|
|
|
|
|
* Handle multiple ``thuecat:offerType`` values within Offer.
|
|
|
|
The API is none breaking, the models still return only a single offer.
|
|
|
|
|
|
|
|
They will filter down to the first offer which contains ``Offer`` within the value.
|
|
|
|
Examples:
|
|
|
|
|
|
|
|
Given: Childcare and CourseOffer will result in CourseOffer.
|
|
|
|
|
|
|
|
Given: Childcare will result in Childcare.
|
|
|
|
|
|
|
|
Existing imported data is still handled.
|
2022-09-13 09:15:04 +02:00
|
|
|
|
2022-11-30 09:43:46 +01:00
|
|
|
* Remove trailing ``:`` in German translation of ``content.distanceToPublicTransport``.
|
|
|
|
This was the only label with ``:``.
|
|
|
|
|
2022-09-13 09:15:04 +02:00
|
|
|
Tasks
|
|
|
|
-----
|
|
|
|
|
2022-09-29 15:17:06 +02:00
|
|
|
* Removed API Key from site configuration.
|
|
|
|
The key was already moved to extension configuration as documented.
|
|
|
|
Still we extended the site configuration, which is now cleaned up, see: https://github.com/werkraum-media/thuecat/issues/55
|
2022-09-13 09:15:04 +02:00
|
|
|
|
2022-11-29 10:02:44 +01:00
|
|
|
* Remove seconds from opens and closes of opening hours as we don't expect them to be used.
|
|
|
|
|
2022-09-13 09:15:04 +02:00
|
|
|
Deprecation
|
|
|
|
-----------
|
|
|
|
|
|
|
|
Nothing
|
|
|
|
|