events/Documentation/Changelog/3.3.0.rst

40 lines
757 B
ReStructuredText
Raw Normal View History

3.3.0
=====
Breaking
--------
Nothing
Features
--------
* Add PHP 8.2 support.
* Added option to filter dates by organizers.
The new setting works the same way as existing ``locations``.
Add a comma separated list of UIDs.
This can be used via FlexForms or TypoScript.
Can also be used as filter from request, where an array of UIDs is expected.
Fixes
-----
2023-04-03 11:34:56 +02:00
* Fix changing slugs for dates on re import.
The UID was part of the slug.
Each import will delete all dates and re create them.
That would lead to new slugs due to new uid.
The default now was changed to use the event title (as before) and start (as
before) with time (new).
That should hopefully be unique enough.
Tasks
-----
Nothing
Deprecation
-----------
Nothing