# This file contains metadata for your plugin. Since 
# version 2.0 of QGIS this is the proper way to supply 
# information about a plugin. The old method of 
# embedding metadata in __init__.py will 
# is no longer supported since version 2.0.

# This file should be included when you package your plugin.
# Mandatory items:

[general]
name=Stand Browser
qgisMinimumVersion=2.18
description=Browse forest stands
version=1.3
author=Magnus Homann
email=magnus@homann.se

about=Browse forest stands for easy viewing. See more in the plugin help. <div>Icon made by <a href="http://www.freepik.com" title="Freepik">Freepik</a> from <a href="http://www.flaticon.com" title="Flaticon">www.flaticon.com</a> is licensed by <a href="http://creativecommons.org/licenses/by/3.0/" title="Creative Commons BY 3.0" target="_blank">CC 3.0 BY</a></div>

tracker=https://github.com/homann/stand-browser/issues
repository=https://github.com/homann/stand-browser
# End of mandatory metadata

# Recommended items:

# Uncomment the following line and add your changelog:
changelog=1.3
  - Added a toolbox, and functionlity to add ramndom points inside
    a stand.
  1.2
  - Updated GUI with icons
  - Changed search function
  1.1
  - Added missing files and fixed(?) versioning in package. Sorry...
  1.0
  - First version

# Tags are comma separated with spaces allowed
tags=forestry, Heureka, SLU, bestånd, skogsbruksplan, skogsplan

homepage=https://github.com/homann/stand-browser
category=Vector
icon=StandBrowser.png
# experimental flag
experimental=False

# deprecated flag (applies to the whole plugin, not just a single version)
deprecated=False

