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

Plugin list does not contain plugins with patch versions #223

Closed
suricactus opened this issue Nov 30, 2021 · 0 comments · Fixed by #224
Closed

Plugin list does not contain plugins with patch versions #223

suricactus opened this issue Nov 30, 2021 · 0 comments · Fixed by #224
Assignees
Labels
🕔 Size 5 It will take between half a day and a full day.

Comments

@suricactus
Copy link

I have a plugin with patch version like this in metadata.txt:

qgisMinimumVersion=3.16.1

However, I am never able to see it in QGIS 3.16.X versions, even if they are newer that 3.16.1.

This is because the patch number is not sent when requesting the plugin list as I rescribed in #222 , this is how it is now:
http://plugins.qgis.org/plugins/plugins.xml?qgis=3.22

As a short-term fix, I think we can assume the users are using the latest patch release and we should list the plugin in 3.16 list, even if it has minimumVersion=3.16.1.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🕔 Size 5 It will take between half a day and a full day.
Projects
Development

Successfully merging a pull request may close this issue.

2 participants