# 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=Qlr Browser
qgisMinimumVersion=2.0
description=This plugin lets the user browse and open qlr files
version=0.2.4
author=Asger Skovbo Petersen, Septima
email=asger@septima.dk

about=
    This plugin enables a layer menu in a nested tree structure based on .qlr files.
    The layer tree is nested according to the location in folder/subfolder of the .qlr files.
    Development of this plugin has been funded by Haderslev Kommune and Frederikssund Kommune.

tracker=https://github.com/Septima/qgis-qlrbrowser/issues
repository=https://github.com/Septima/qgis-qlrbrowser
# End of mandatory metadata

# Recommended items:

# Uncomment the following line and add your changelog:
changelog=
    2016-05-13 0.2.4 Hide numeric filename prefixes - allows custom sorting. Only unfold tree to filter result hit. Fix directory lock bug. Max file items as global setting. Fix display of directory names with period (.). Fix directory names starting with the same substring.
    2016-02-09 0.2.3 Fix filtering of directories. Abort file system traversal when 1000 items have been read to prevent plugin from hanging on deep directory structures
    2016-02-03 0.2.2 Fix QGIS hanging when installing on machine with huge home dir
    2016-02-03 0.2.0 Bugfixes and better packaging
    2015-12-12 0.1.0 Initial version

# Tags are comma separated with spaces allowed
tags=qlr browse

homepage=https://github.com/Septima/qgis-qlrbrowser
category=Plugins
icon=icon.png
# experimental flag
experimental=True

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

