mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-23 00:02:38 -05:00
[plugins manager] Normalize _all_ version references
This commit is contained in:
parent
c349736de1
commit
6b4fe9a5a7
@ -387,8 +387,8 @@ class Repositories(QObject):
|
||||
"plugin_id": plugin_id,
|
||||
"name": pluginNodes.item(i).toElement().attribute("name"),
|
||||
"version_available": version,
|
||||
"version_available_stable": version if not experimental else "",
|
||||
"version_available_experimental": version if experimental else "",
|
||||
"version_available_stable": normalizeVersion(version) if not experimental else "",
|
||||
"version_available_experimental": normalizeVersion(version) if experimental else "",
|
||||
"description": pluginNodes.item(i).firstChildElement("description").text().strip(),
|
||||
"about": pluginNodes.item(i).firstChildElement("about").text().strip(),
|
||||
"author_name": pluginNodes.item(i).firstChildElement("author_name").text().strip(),
|
||||
|
Loading…
x
Reference in New Issue
Block a user