Skip to content

Check TYPO3 Version: Avoid False Positives for ELTS Versions #3

@jan-vodila

Description

@jan-vodila

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:

  1. Check if the installed version is greater than the latest version fetched and suppress the false positive.
  2. 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.

@miroslavborecky

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions