thunderbird / addons-server

🕶 addons.thunderbird.net Django app and API, forked from addons.mozilla.org 🎉
https://addons.thunderbird.net
BSD 3-Clause "New" or "Revised" License
18 stars 17 forks source link

latest_compatible_version should check for ESR versions too #312

Open MelissaAutumn opened 1 day ago

MelissaAutumn commented 1 day ago

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.)