[general]
name=QGIS Resource Sharing
email=havard.tveite@nmbu.no
author=Akbar Gumbira, Håvard Tveite
qgisMinimumVersion=3.0
description=Download shared collections
about=Search for published collections (symbology (SVG, images, styles), Processing scripts, Processing models and R scripts) and install them for use with QGIS. There are several options for repositories: Github, Bitbucket, local file system and HTTP(S).
version=0.11.0
tracker=https://github.com/QGIS-Contribution/QGIS-ResourceSharing/issues
repository=https://github.com/QGIS-Contribution/QGIS-ResourceSharing.git

qgisMaximumVersion=3.99
tags=collections,processing,Python,R,model,script,style,svg,symbol,sharing,repository,design,maps
homepage=http://qgis-contribution.github.io/QGIS-ResourceSharing/
experimental=False
deprecated=False
icon=resources/icon.png
changelog=
        0.11.0 - Check for missing repository name and URL in directory (#64)
	       - Correct link to documentation
        0.10.0 - Added support for Processing models (#42)
	       - Make the plugin available from the web menu (#68)
	       - Allow specification of the file system location of the local collections folder (#51)
	       - Fixing log message levels (#71)
	       - Add the action to the toolbar (#70)
	       - Avoid breaking when collections with incompatible QGIS versions are encountered (#60)
	       - Avoid [WinErr 32] (#80)
        0.9.0 - Added support for R scripts (#57)
        0.8.0 - Fix issue #59 (deleting repositories does not work)
        0.7.0 - Flip experimental flag
              - Merge PR from havatv (issue #60 - avoid breaking on incompatible versions)
        0.6.0 - Experimental version for QGIS 3
	0.5.2 - Add support for gitlab and gogs repositories (PR by Salvatore Larosa - gh username: slarosa)
	0.5.1 - Allow authors to add license details in the collection
	0.5.1 - Fixed problem in QGIS < 2.12 as a result of using the new QgsAuthManager
	0.5.1 - Change the behavior of updating and removing directory in settings (This fixed #34)
	0.5.1 - Use the new official QGIS resource repository (https://github.com/qgis/QGIS-Resources)
	0.5.0 - Wohooo first release!
