Bug report #8928
Wrong qgisMaximumVersion
Status: | Closed | ||
---|---|---|---|
Priority: | Normal | ||
Assignee: | Alessandro Pasotti | ||
Category: | - | ||
Pull Request or Patch supplied: | No |
Description
Hi Allessnadro,
I've uploaded two plugins with minimum Version 1.8 and maximum Version 2.99. But both display maximum Version 1.99.
- http://plugins.qgis.org/plugins/remotedebug/version/0.2.0/
- https://github.com/sourcepole/qgis-remote-debug/blob/master/RemoteDebug/metadata.txt
- http://plugins.qgis.org/plugins/qgiscloud/version/0.11.0/
- https://github.com/qgiscloud/qgis-cloud-plugin/blob/master/qgiscloud/metadata.txt
Anything I can do?
Regards
Pirmin
History
#1 Updated by Pirmin Kalberer about 11 years ago
Thanks for integrating my pull request. When is the server update planned?
#2 Updated by Alessandro Pasotti about 11 years ago
I can correct that single line by hand if you need it.
The plugin site is using a very old code base and I do not want to maintain it anymore.
In Brighton we have spent the whole HF migrating to the latest Django and rewrote all the templates to bootstrap, so the new plugin website is a zillion of commits ahead of the old one.
AFAIK, Tim is working on the installation with the new server. This bug fix has been applied to HEAD so that will be readily available in the new website.
#3 Updated by Pirmin Kalberer about 11 years ago
That would help a lot. We have several plugins which are 1.8/2.0 compatible and more are coming (e.g. WPS client).
#4 Updated by Alessandro Pasotti about 11 years ago
- Status changed from Open to Resolved
Fix applied, please test.
#5 Updated by Jürgen Fischer over 10 years ago
- Status changed from Resolved to Closed
#6 Updated by Pirmin Kalberer over 10 years ago
- Status changed from Closed to Reopened
- Priority changed from High to Normal
My fix didn't help. See e.g.
http://plugins.qgis.org/plugins/qgiscloud/version/0.11.5/
#7 Updated by Alessandro Pasotti over 10 years ago
- Status changed from Reopened to Closed
Please test now.
#8 Updated by Pirmin Kalberer over 10 years ago
My colleage successfully uploaded a 1.8/2.0 compatible plugin:
http://plugins.qgis.org/plugins/wps/version/2.0.2/
Thanks!