[QGIS-Developer] Separate namespaces for QGIS-LTR and QGIS (3)

Borys Jurgiel lists at borysjurgiel.pl
Sat Mar 3 09:31:40 PST 2018


> If you use
> qgisMinimumVersion=3.0
> qgisMaximumVersion=3.99
> your plugin will only be visible in 3.x

Hi Richard, 

Let me clarify: Usually you should only set the qgisMinimumVersion. If it is set to 3.0, it is 
assumed the plugin is compatible with any QGIS 3, thus from *2.99* up to *3.98* (please 
note QGIS x.99 has API for the next version!)

By setting explicitly qgisMaximumVersion=3.99 you only bump up the upper range from 
3.98 to 3.99. This tag should only be used if the upper range is unusual, for example for 
plugins compatible with both QGIS 3 and 4: minimum=3.5 and maximium=4.98

Regards,
Borys
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osgeo.org/pipermail/qgis-developer/attachments/20180303/299e8517/attachment.html>


More information about the QGIS-Developer mailing list