Closed stephan-tittel closed 5 years ago
It would be awesome if you could create a PR. I would merge it from there.
I can do this, but what I am really not sure about is ensuring downward compatibility to older Typo3 versions. I have to leave this up to you :-)
I am intending to release a major version (3.0.0) with this change and increase the minimum TYPO3 compatibility to v9.
Thanks for your great work @fabarea :-)
Since Typo3 9.0, method arguments for ViewHelper's render method have been deprecated.
This currently breaks TagsViewHelper and TagViewHelper so that both throw RuntimeExceptions (when using Typo3 in strict mode only?). Proposed fix:
and