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

Disable extension auto-upgrade when an extension is downgraded or installed on a non-latest version #119

Closed
aubincleme opened this issue Feb 14, 2022 · 2 comments

Comments

@aubincleme
Copy link
Member

When an admin installs a specific version of an extension, it's usually to answer a specific need or fix a specific issue. If the licensor starts auto-upgrading the extension, it may add more confusion.

@mflorea
Copy link
Contributor

mflorea commented Feb 14, 2022

when an extension is downgraded

There's no difference from the Extension Manager point of view between an extension that was installed at version 2.3 and an extension that was downgraded to version 2.3 from 3.1. The downgrade is just an UI action that triggers an install job where the specified version happens to be lower than the installed version.

or installed on a non-latest version

This becomes true as soon we we release a new version.

When an admin installs a specific version of an extension

You always install a specific version.

I don't see the need for this issue as long as we have #109 and #111.

@aubincleme
Copy link
Member Author

aubincleme commented Feb 15, 2022

Yes no need for the issue if #111 is done ; thanks

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