Version 1.3.0
The complete changelog is available on Forge.
New TypoScript settings
AjaxHandler_JQuery
- New setting "alias" to set a custom alias to be used instead of "jQuery".
- New settings "validationClasses.base", "validationClasses.valid" and "validationClasses.invalid" to set custom CSS classes when using "autoDisableSubmitButton".
Finisher_Redirect
- New setting "headerStatusCode" to set a custom HTTP status code when a redirect is done.
Interceptor_AnitSpamFormTime
- New setting "headerStatusCode" to set a custom HTTP status code when a redirect is done.
- New setting "templateFile" to use a custom template file for this class' subpart.
Interceptor_IPBlocking
- New setting "headerStatusCode" to set a custom HTTP status code when a redirect is done.
PreProcessor_ValidateAuthCode
- New setting "headerStatusCode" to set a custom HTTP status code when a redirect is done.
Finisher_DB
- New setting "disableUpdateUidFallback" to disable the default fallback used when searching for the UID to update.
Generator_TcPdf
New setting "templateFile" to use a custom template file for this class' subpart.
Session_PHP
- New settings "clearSessionsOlderThan.value" and "clearSessionsOlderThan.unit".
Session_TYPO3
- New settings "clearSessionsOlderThan.value" and "clearSessionsOlderThan.unit".
Error check "minItems"
- New setting "removeEmptyValues".
Error check "maxItems"
- New setting "removeEmptyValues".
Error check "betweenItems"
- New setting "removeEmptyValues".
New Features
- All TypoScript options can be cObjects.
- All components are called if "skipView" is set, not only Finishers.
- Error check fileMaxSize checks php ini settings too.
Maintenance
- Updated TCPDF to version 5.9.162.
- Removed unused method "componentObjectExists" from ComponentManager.