> 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
_______________________________________________
QGIS-Developer mailing list
QGIS-Developer@lists.osgeo.org
List info: https://lists.osgeo.org/mailman/listinfo/qgis-developer
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-developer

Reply via email to