Updated Plugin migration to QGIS 3 (markdown)

Paolo Cavallini 2018-01-16 11:06:03 +01:00
parent 55892dadd1
commit f24675ea6e

@ -24,4 +24,5 @@ qgisMinimumVersion=3.0
in metadata you should see your plugin in QGIS 2.99 and up (*note: if your QGIS 2.99 build is older than 4.01.2018, you need to either update it or set qgisMinimumVersion=2.99 and qgisMaximumVersion=3.98, as there was an important change 3.01.2018 17:09 UTC: https://github.com/qgis/QGIS/pull/5904*) in metadata you should see your plugin in QGIS 2.99 and up (*note: if your QGIS 2.99 build is older than 4.01.2018, you need to either update it or set qgisMinimumVersion=2.99 and qgisMaximumVersion=3.98, as there was an important change 3.01.2018 17:09 UTC: https://github.com/qgis/QGIS/pull/5904*)
You can find Python API documentation at http://python.qgis.org/api/ (work in progress).
**Please note**: QGIS3 compatibility module (so 3.x plugins will also work on 2.18) has been deprecated. **Please note**: QGIS3 compatibility module (so 3.x plugins will also work on 2.18) has been deprecated.