From b992ded16a7ff50e3c06d56926d245df93a34022 Mon Sep 17 00:00:00 2001 From: Etienne Trimaille Date: Wed, 24 Jan 2018 13:53:37 +0300 Subject: [PATCH] Updated Plugin migration to QGIS 3 (markdown) --- Plugin-migration-to-QGIS-3.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Plugin-migration-to-QGIS-3.md b/Plugin-migration-to-QGIS-3.md index e824c61..49e8171 100644 --- a/Plugin-migration-to-QGIS-3.md +++ b/Plugin-migration-to-QGIS-3.md @@ -25,4 +25,7 @@ qgisMinimumVersion=3.0 in metadata you should see your plugin in QGIS 2.99 and up (*note: if it does not appear, make sure your build is newer than 4.01.2018, 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. \ No newline at end of file +**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/ \ No newline at end of file