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:
get
Download Base Url () is
Younger Patch Development Release Available () get
Youngest Patch Development Release () update
Version Matrix ()
Impact¶
Usage of any of these methods will trigger a PHP E_
error.
Affected Installations¶
Any that use the mentioned methods.
Migration¶
- For
get
useDownload Base Url () https://
directlyget. typo3. org - For
is
useYounger Patch Development Release Available () is
as the current releases do not make use of development suffixes (like alpha or rc) anymoreYounger Patch Release Available () - For
get
useYoungest Patch Development Release () get
Youngest Patch Release () update
needs no replacement method - instead the necessary information can be fetched directly via the REST APIVersion Matrix ()