Synopsis

void versionCheck ( required,
  current )

Details


versionCheck ()
void versionCheck ( required,
  current )

Check if a component is compatible for an extension. @required is an array, and at least one version must match. @current must be in the format ... is always ignored is ignored if not specified (so you can target the whole release) and must match Each target version must be at least and

required an array of versions we're compatible with
current the version we have