Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Eliminate and Prevent * max_version in older versions of add-on #231

Open
Sancus opened this issue Mar 29, 2023 · 0 comments
Open

Eliminate and Prevent * max_version in older versions of add-on #231

Sancus opened this issue Mar 29, 2023 · 0 comments
Assignees

Comments

@Sancus
Copy link
Member

Sancus commented Mar 29, 2023

There are cases of add-ons that have older versions set to * for the max_version compatibility, but not for the latest. This is problematic because it means that Thunderbird will try to install that older version even if it's completely incompatible.

We should implement a check to eliminate this case, if the latest version does not have * compatibillity then older versions of the add-on with * should be changed to equal the latest version.

We should be able to trigger a check when version compatibility is changed, but we should also do a cleanup run on all add-ons at least once.

@Sancus Sancus changed the title Eliminate and Prevent "*" in older versions of add-on Eliminate and Prevent * max_version in older versions of add-on Mar 29, 2023
@MelissaAutumn MelissaAutumn self-assigned this Apr 6, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants