We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
See qgis/QGIS#46283
The text was updated successfully, but these errors were encountered:
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.
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.
Sorry, something went wrong.
No branches or pull requests
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
See qgis/QGIS#46283
The text was updated successfully, but these errors were encountered: