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

QGIS should fetch plugins list by the full QGIS version including the patch number #46283

Open
suricactus opened this issue Nov 30, 2021 · 2 comments
Labels
Bug Either a bug report, or a bug fix. Let's hope for the latter! Plugin manager

Comments

@suricactus
Copy link
Contributor

Feature description

Currently when QGIS requests the available QGIS plugins, it sends only the major and the minor versions:
https://plugins.qgis.org/plugins/plugins.xml?qgis=3.22

However, there are patch versions that have quite improtant fixes in place, especially in LTR releases.

So I would propose that both QGIS and QGIS plugins support patch versions too:

https://plugins.qgis.org/plugins/plugins.xml?qgis=3.22.1

image

Additional context

No response

@pathmapper
Copy link
Contributor

Because of this issue, some versions are not shown in plugin manager despite they are valid for the specific QGIS version.

Example:
For QGIS 3.16.16 and a plugin with minimum version 3.16.14 :

QGIS sends only https://plugins.qgis.org/plugins/plugins.xml?qgis=3.16 and the plugin with minimum version 3.16.14 ist not shown in plugin manager.

@pathmapper
Copy link
Contributor

@gioman this should be labeled as a bug, please see my comment above

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Either a bug report, or a bug fix. Let's hope for the latter! Plugin manager
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants