Version 0.9.14
Bugfix: Classes which are added to the configuration automatically by Formhandler didn't check properly if the class is already configured in TypoScript.
Fixed occasional fatal error in dispatcher.
Corrected bug in the processing of the mapping in Finisher_DB (fixes #25950)
Added possibility to configure a separate template file for each step and each finisher/interceptor.
Allow cssFile and jsFile to be a String / cObject or Array. If it is an Array, allow each item to be a cObject.
Fixed bug in readTemplateFile(). No cObject was possible as value.
Corrected typo in StaticFuncs. Formhandler_Globals was used instead of Formhandler_StaticFuncs
New TS setting "doNotSanitizeFields" for Interceptor_Filtreatment (fixes #25951)
New Finishers "SetLanguage" and "RestoreLanguage" (closes #25822)
Move validateConfig() to AbstractComponent and call it in the right places in the Controller
Removed unused field in multistep conditions example
Built correct AJAX URL to prevent error when using EXT:realurl (fixes #25889)
Initialize debuggers before the first debug message gets logged (fixes #25932)
Replaced empty() with strlen() in ErrorCheck_Captcha (fixes #25930)
Corrected typo which resulted in a not replaced FORM_ENDBLOCK (fixes #25855)
Make setting "authCodePage" of Finisher_GenerateAuthCode be a String or cObject.
Added "additionalParams" setting to Interceptor_AntiSpamFormTime and Interceptor_IPBlocking
Removed redundant if-else stuff when using StaticFuncs::getSingle
Removed TS setting "prevStep" as it didn't really have any purpose.
- changelog and ext_emconf update due to TER upload