<div dir="ltr">I think we need to rename the .qgis2 folder to .qgis-dev or .qgs3 so we don't break old plugins.<div><br></div><div>I will do this tonight.</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Sat, Jul 30, 2016 at 3:39 AM, Richard Duivenvoorde <span dir="ltr"><<a href="mailto:rdmailings@duif.net" target="_blank">rdmailings@duif.net</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><br>
Hi,<br>
<br>
This commit<br>
<a href="https://github.com/qgis/QGIS/commit/1a2231f10c65c2bef992e02046baebf3bc4975f6" rel="noreferrer" target="_blank">https://github.com/qgis/QGIS/commit/1a2231f10c65c2bef992e02046baebf3bc4975f6</a><br>
<br>
in master renames 'QGis' to 'Qgis', bringing more consistency in<br>
capitalization, which is good \o/<br>
<br>
But it breaks some Python plugins,  which (often to be backwards<br>
compatible) check for: "QGis.QGIS_VERSION_INT". These now all throw<br>
exceptions that QGis is not available.<br>
<br>
Some notable plugins:<br>
<br>
plugin_reloader, some of mine, timemanager, qconsolidate, but a lot more...<br>
<br>
Off course the plugins should be fixed (because of this and other api<br>
breaks), but I still wonder how to proceed:<br>
- try to make (my) plugins work for both (some 'import QGis as Qgis'<br>
within a try clause.<br>
- not update 2.x versions anymore, and focus on 3.0<br>
<br>
Easiest for me/other plugin devs is the second option, BUT we need a<br>
clear path then for the two different ('latest') versions which should<br>
be available then at <a href="http://plugins.qgis.org" rel="noreferrer" target="_blank">plugins.qgis.org</a><br>
Not sure if plugins-site can handle this already (Alessandro?)?<br>
<br>
Or is there another alternative, or plan?<br>
<br>
Regards,<br>
<br>
Richard Duivenvoorde<br>
<br>
_______________________________________________<br>
Qgis-developer mailing list<br>
<a href="mailto:Qgis-developer@lists.osgeo.org">Qgis-developer@lists.osgeo.org</a><br>
List info: <a href="http://lists.osgeo.org/mailman/listinfo/qgis-developer" rel="noreferrer" target="_blank">http://lists.osgeo.org/mailman/listinfo/qgis-developer</a><br>
Unsubscribe: <a href="http://lists.osgeo.org/mailman/listinfo/qgis-developer" rel="noreferrer" target="_blank">http://lists.osgeo.org/mailman/listinfo/qgis-developer</a></blockquote></div><br></div>