events/Documentation/Changelog/4.2.1.rst
Daniel Siepmann (Codappix) 674014e8fd
Handle destination.one files without file name. (#67)
It is possible to have files such as
`https://dam.destination.one/2675868/3dc0a9dccd0dad46c73e669ece428c634ff8324ea3d01a4858a1c43169deed41/.jpg`.
Those were not handled correctly yet.
We now also handle those cases.
We will generate a hash from the URL as file name in order to still use those files.

Relates: #11396
2024-09-17 11:04:19 +02:00

46 lines
1 KiB
ReStructuredText

4.3.0
=====
Breaking
--------
Nothing
Features
--------
Nothing
Fixes
-----
* Make time zone for slugs configurable.
Slugs of dates are generated during import.
This might lead to confusion if the time zone differs from frontend.
Therefore the time zone is now configurable to allow adjustments for the actual
website.
A new interface `TimeZoneProviderInterface` is provided which can be re configured to a
different implementation.
The default implementation will use TYPO3s `SYS.phpTimeZone` setting, with fall
back to `date_default_timezone_get()` call.
That way it should be useful for most systems out of the box.
* Handle destination.one files without file name.
It is possible to have files such as `https://dam.destination.one/2675868/3dc0a9dccd0dad46c73e669ece428c634ff8324ea3d01a4858a1c43169deed41/.jpg`.
Those were not handled correctly yet.
We now also handle those cases.
We will generate a hash from the URL as file name in order to still use those files.
Tasks
-----
Nothing
Deprecation
-----------
Nothing