Currently the addons.latest_compatible_version function only checks LATEST_THUNDERBIRD_VERSION in the product details json file. We should also check for versions that may be within THUNDERBIRD_ESR and THUNDERBIRD_ESR_NEXT (which can be an empty string if there's no "next" esr prepped.)
Currently the addons.latest_compatible_version function only checks
LATEST_THUNDERBIRD_VERSION
in the product details json file. We should also check for versions that may be withinTHUNDERBIRD_ESR
andTHUNDERBIRD_ESR_NEXT
(which can be an empty string if there's no "next" esr prepped.)