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 \TYPO3\CMS\Core\Utility\VersionNumberUtility will trigger a PHP :php:E_USER_DEPRECATED` error.

Affected Installations

All installations that call the mentioned methods.

Migration

Implement the methods in your custom code.