2023-05-04 15:23:23 +02:00
|
|
|
3.4.0
|
|
|
|
=====
|
|
|
|
|
|
|
|
Breaking
|
|
|
|
--------
|
|
|
|
|
|
|
|
Nothing
|
|
|
|
|
|
|
|
Features
|
|
|
|
--------
|
|
|
|
|
|
|
|
* Adjust TYPO3 page cache timeout based on rendered dates.
|
|
|
|
The end time of each rendered date will be used.
|
|
|
|
The lowest end date will be used to calculate the maximum time to life for the page cache.
|
|
|
|
This is compared to the already calculated time to life.
|
|
|
|
The lower value is then used by TYPO3.
|
|
|
|
|
|
|
|
That allows visitors to always see the next dates.
|
|
|
|
|
2023-05-22 09:59:45 +02:00
|
|
|
* Add ``upcoming`` setting for dates.
|
|
|
|
|
|
|
|
The option can be set to ``0`` (default) or ``1``.
|
|
|
|
``0`` behaves the same way as in the past.
|
|
|
|
``1`` turns off the option ``useMidnight``, ``start`` and ``end``.
|
|
|
|
Only dates with a start date in the future will be shown.
|
|
|
|
|
2023-05-04 15:23:23 +02:00
|
|
|
Fixes
|
|
|
|
-----
|
|
|
|
|
2023-05-16 07:49:00 +02:00
|
|
|
* Do not delete files if they are still in use.
|
|
|
|
The clean up task had an issue to clean up to many files.
|
|
|
|
It didn't check if a file that could be deleted because one event got deleted,
|
|
|
|
was still in use by another event.
|
2023-05-04 15:23:23 +02:00
|
|
|
|
|
|
|
Tasks
|
|
|
|
-----
|
|
|
|
|
|
|
|
Nothing
|
|
|
|
|
|
|
|
Deprecation
|
|
|
|
-----------
|
|
|
|
|
|
|
|
Nothing
|