Closed nwm-dev closed 1 week ago
I release a version 13.1.0 which is limited to TYPO3 12.4.
There are some 13.0 releases which are compatible to TYPO3 13.4 but according to packagist there are only 23 installations for now. And for TYPO3 13.4 there are Tags 14.0.1 and higher which are taking care of that. I deleted 14.0.0 which was wrongly compatible to 12 and 13 too.
By this, I hope your problem is solved.
The v13 releases are marked as working with either TYPO3 12 or TYPO3 13, however the TypoScript of those releases (
EXT:recaptcha/Configuration/TypoScript/setup.typoscript
) uses the coalescing operator??
which has only been introduced to TypoScript syntax in TYPO3 13. This means that all 13.x tags don't insert the script tag properly (the output is literally curly braces with the setting keys).If this is intended (for example to allow for an installation that allows both TYPO3 12 or TYPO3 13), this can be ignored.