FluidTYPO3 / vhs

TYPO3 extension VHS: Fluid ViewHelpers
https://fluidtypo3.org
Other
189 stars 228 forks source link

Usage of deprecated deprecation method #1631

Closed nostadt closed 4 years ago

nostadt commented 4 years ago

https://github.com/FluidTYPO3/vhs/blob/42bac9bc1416c349a5ffa35896c2fcd8b58f2c8d/Classes/ViewHelpers/Format/RemoveXssViewHelper.php#L29

As per https://docs.typo3.org/c/typo3/cms-core/master/en-us/Changelog/9.0/Deprecation-82438-DeprecationMethods.html the usage of GeneralUtility::deprecationLog is deprecated and should be adjusted to the new style.

Other files may be affected as well. Did not check current HEAD@development. In my local, v5.2.0 I've found an other on in e.g. IfViewHelper which seems to be dropped in current HEAD@development