From 11b4d10e93d4f617fedaad3b8949612606349fd8 Mon Sep 17 00:00:00 2001 From: Paolo Cavallini Date: Tue, 9 Jan 2018 11:16:37 +0100 Subject: [PATCH] Updated Plugin migration to QGIS 3 (markdown) --- Plugin-migration-to-QGIS-3.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/Plugin-migration-to-QGIS-3.md b/Plugin-migration-to-QGIS-3.md index 80c9936..ad2443b 100644 --- a/Plugin-migration-to-QGIS-3.md +++ b/Plugin-migration-to-QGIS-3.md @@ -1 +1,9 @@ -Please add here a guide for the migration, with a list of useful resources. \ No newline at end of file +Please add here a guide for the migration, with a list of useful resources. + +Among the necessary info: +* API breaks documentation +* Python API docs from Denis +* From2to3 script from Jürgen +* 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