Deprecation: #88554 - Deprecated methods in VersionNumberUtility

See forge#88554

Description

The following methods of \TYPO3\CMS\Core\Utility\VersionNumberUtility have been marked as deprecated and will be removed in TYPO3 11.0:

  • convertIntegerToVersionNumber

  • splitVersionRange

  • raiseVersionNumber

Impact

Calling the methods convertIntegerToVersionNumber, splitVersionRange or raiseVersionNumber of :php:TYPO3CMSCoreUtilityVersionNumberUtility` will trigger a PHP E_USER_DEPRECATED error.

Affected Installations

All installations that call the mentioned methods.

Migration

Implement the methods in your custom code.