mirror of
https://github.com/werkraum-media/events.git
synced 2024-11-23 04:56:10 +01:00
Daniel Siepmann (Codappix)
a07c16b723
Those are now part of the import, or hard coded. Resolves: #11483
51 lines
1.2 KiB
ReStructuredText
51 lines
1.2 KiB
ReStructuredText
5.0.0
|
|
=====
|
|
|
|
Breaking
|
|
--------
|
|
|
|
* Only when being on 13.x or higher:
|
|
|
|
Content elements are no longer registered as `list` but with their own CType.
|
|
An upgrade wizard is provided that can be executed to migrate existing database
|
|
entries.
|
|
|
|
But custom TypoScript and modifications need to be adopted.
|
|
We recommend not to use the provided plugins but build your own tailored content
|
|
elements instead.
|
|
|
|
* Remaining TypoScript constants for import were moved.
|
|
|
|
Those are now part of the import configuration record.
|
|
The previous default values will be inserted.
|
|
Make sure to update the existing records to include the necessary values.
|
|
|
|
Some value are now hard coded as we do not support other values anyway.
|
|
|
|
This also affects the `repeatUntil` TypoScript setting which is now moved to the import configuration.
|
|
|
|
Features
|
|
--------
|
|
|
|
* Add Support for TYPO3 v13.4 LTS.
|
|
|
|
* Support large rest search queries.
|
|
|
|
The field no longer has a limitation.
|
|
The field is now stored as text instead of varchar.
|
|
|
|
Fixes
|
|
-----
|
|
|
|
Nothing
|
|
|
|
Tasks
|
|
-----
|
|
|
|
Nothing
|
|
|
|
Deprecation
|
|
-----------
|
|
|
|
* The existing content elements are deprecated.
|
|
We recommend to build your own dedicated content elements.
|