2023-04-03 08:41:22 +02:00
|
|
|
3.3.0
|
|
|
|
=====
|
|
|
|
|
|
|
|
Breaking
|
|
|
|
--------
|
|
|
|
|
|
|
|
Nothing
|
|
|
|
|
|
|
|
Features
|
|
|
|
--------
|
|
|
|
|
|
|
|
* Add PHP 8.2 support.
|
|
|
|
|
2023-04-03 08:54:48 +02:00
|
|
|
* 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.
|
|
|
|
|
2023-04-03 08:41:22 +02:00
|
|
|
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.
|
2023-04-03 08:41:22 +02:00
|
|
|
|
|
|
|
Tasks
|
|
|
|
-----
|
|
|
|
|
|
|
|
Nothing
|
|
|
|
|
|
|
|
Deprecation
|
|
|
|
-----------
|
|
|
|
|
|
|
|
Nothing
|