You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: plugin_exporter/metadata.txt
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -4,13 +4,13 @@
4
4
5
5
[general]
6
6
name=Plugin Exporter
7
-
qgisMinimumVersion=3.0
7
+
qgisMinimumVersion=3.20
8
8
description=Exports plugins
9
9
version=0.1.0
10
10
author=Francis Lapointe
11
11
email=francis.lapointe5@usherbrooke.ca
12
12
13
-
about=Plugin Exporter allows you to export your installed plugins into a text file or a .zip file. The exported .zip file can be imported back.
13
+
about=Plugin Exporter is a QGIS plugin that can export installed plugins into a .csv or .json file. The user can export all the installed plugins or select the plugins they want to export. Plugin Exporter can also use the generated file to install the plugins back in QGIS.
0 commit comments