Deprecation: #84549 - Deprecate methods in CoreVersionService
See forge#84549
Description
The core version service has been refactored to make use of the new REST API available via https://get.typo3.org/v1/api/doc.
Due to that refactoring multiple methods in class
Core have been marked as deprecated:
getDownload Base Url () isYounger Patch Development Release Available () getYoungest Patch Development Release () updateVersion Matrix ()
Impact
Usage of any of these methods will trigger a PHP
E_ error.
Affected Installations
Any that use the mentioned methods.
Migration
- For
getuseDownload Base Url () https://directlyget. typo3. org - For
isuseYounger Patch Development Release Available () isas the current releases do not make use of development suffixes (like alpha or rc) anymoreYounger Patch Release Available () - For
getuseYoungest Patch Development Release () getYoungest Patch Release () updateneeds no replacement method - instead the necessary information can be fetched directly via the REST APIVersion Matrix ()