Update scanner module to accurately track NES versions of core

Created on 7 November 2024, 17 days ago

Problem/Motivation

Currently the scanner module is using the default PHP version_compare() function that compares standardized PHP versions. We need to either create a custom method to compare versions or to modify the version number data before the comparison happens.

Proposed resolution

Test the possibility of massaging the data before it's passed to the version comparison. Since the HeroDevs versioning uses composer style versioning, which allows for metadata to be passed using + and/or :, however this isn't valid for a standardized PHP-style version.

πŸ“Œ Task
Status

Active

Component

Code

Created by

πŸ‡ΊπŸ‡ΈUnited States dorficus

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

Production build 0.71.5 2024