Deprecation: #88554 - Deprecated methods in VersionNumberUtility
See forge#88554
Description
The following methods of \TYPO3\
have been marked as deprecated and will be removed in
TYPO3 11.0:
convert
Integer To Version Number split
Version Range raise
Version Number
Impact
Calling the methods convert
, split
or raise
of
\TYPO3\
E_USER_DEPRECATED` error.
Affected Installations
All installations that call the mentioned methods.
Migration
Implement the methods in your custom code.