Updated Plugin migration to QGIS 3 (markdown)

Etienne Trimaille 2018-01-24 13:53:37 +03:00
parent a622671376
commit b992ded16a

@ -26,3 +26,6 @@ in metadata you should see your plugin in QGIS 2.99 and up (*note: if it does no
You can find Python API documentation at http://python.qgis.org/api/ (work in progress). 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.
## More info
* https://gisforthought.com/updating-a-plugin-from-qgis-2-to-qgis-3/