Skip to content

Bugfixes and configurable slug handling for TYPO3 9.5

Choose a tag to compare

@derhansen derhansen released this 17 May 11:03
3bd18dc

[TASK] Make slug handling configurable #768

This change makes it possible to configure the slug handling TCA settings through extension settings slugBehaviour. If your TYPO3 website has multiple sites that use a shared folder for events, you must configure unique slug handling in slugBehaviour.

This option was added to address an update of the latest TYPO3 core versions, where the uniqueInSite handling has been fixed. See: https://forge.typo3.org/issues/91235

[BUGFIX] Cancellation possible after event started #739
[BUGFIX] Event of user registration not translated #744
[BUGFIX] Add missing renderType for datepickermode #762
[TASK] Ensure email fields are trimmed in flexform #759
[DOC] Added documentation for extension settings