Skip to content

Fixes TypoScript condition error

Compare
Choose a tag to compare
@mabolek mabolek released this 24 Sep 09:57
· 27 commits to master since this release

BUGFIX

  • Fixes an issue where a globalVar condition was used in TYPO3 v10, where it is no longer supported. This could lead to the hideRecaptchaOnSummaryPage 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 in Configuration/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!