From 5c556e9fb29a8e36be49f27c2816228716bf069c Mon Sep 17 00:00:00 2001 From: Paolo Cavallini Date: Thu, 11 Jan 2018 09:56:47 +0100 Subject: [PATCH] Updated Plugin migration to QGIS 3 (markdown) --- Plugin-migration-to-QGIS-3.md | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/Plugin-migration-to-QGIS-3.md b/Plugin-migration-to-QGIS-3.md index 5337c83..5cb8aeb 100644 --- a/Plugin-migration-to-QGIS-3.md +++ b/Plugin-migration-to-QGIS-3.md @@ -22,9 +22,4 @@ 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*) - -More info (to be added): -* Python API docs from Denis -* QGIS3 compat module (so 3.x plugins will also work on 2.18) from Matthias. - -When completed, we need to put out a call for plugin authors to start porting. \ No newline at end of file +**Please note**: QGIS3 compatibility module (so 3.x plugins will also work on 2.18) has been deprecated. \ No newline at end of file