-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
Describe the bug
The version check for TYPO3 currently throws false positives when the installed version is greater than the latest version fetched from Packagist, which happens with ELTS versions.
Current behavior:
- Detected a problem at XYZ (check TYPO3 Version): "Update available: Installed TYPO3 version is 11.5.43, Latest version is 11.5.41"
- This is incorrect since 11.5.43 is an ELTS version and newer than 11.5.41.
Expected behavior:
- The check should correctly handle ELTS versions.
- Ideally, it should verify the ELTS version from a reliable source (if available) and not falsely report an update when the installed version is actually ahead of the latest Packagist version.
Possible solutions:
- Check if the installed version is greater than the latest version fetched and suppress the false positive.
- If feasible, add support to fetch ELTS versions.
Additional context:
TYPO3 ELTS versions are sometimes ahead of the public releases and should not trigger false update alerts.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels