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 #222

Open
suricactus opened this issue Nov 30, 2021 · 1 comment

Comments

@suricactus
Copy link

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

See qgis/QGIS#46283

@pathmapper
Copy link
Contributor

from qgis/QGIS#46283 (comment)

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants