Fixes TypoScript condition error
BUGFIX
- Fixes an issue where a
globalVar
condition was used in TYPO3 v10, where it is no longer supported. This could lead to thehideRecaptchaOnSummaryPage
setting not working as expected. It also led to excessive error logging. The issue was fixed by creating separate TypoScript templates for TYPO3 v8, v9, and v10. Common TypoScript settings are included into these templates from files inConfiguration/TypoScript/Common
. TYPO3 v8 and v9 users may have to add the TypoScript template again or update the path.
OTHER
- General cleanup in the TypoScript configuration, moving more into TypoScript files and less in PHP.
Feel free to report bugs, donate or contribute!