From bda17cbe7af3e31bd456b3817b7e3c970c026a62 Mon Sep 17 00:00:00 2001 From: Borys Jurgiel Date: Wed, 10 Jan 2018 12:33:15 +0100 Subject: [PATCH] Updated Plugin migration to QGIS 3 (markdown) --- Plugin-migration-to-QGIS-3.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Plugin-migration-to-QGIS-3.md b/Plugin-migration-to-QGIS-3.md index f0cb2d9..1938a9c 100644 --- a/Plugin-migration-to-QGIS-3.md +++ b/Plugin-migration-to-QGIS-3.md @@ -28,6 +28,4 @@ it was more work then I hoped, but after setting 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*)