# 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=Layer Metadata Search
qgisMinimumVersion=2.0
description=Search for PostGIS tables using metadata
version=1.2.0
author=Lutra Consulting for Dartmoor National Park Authority
email=gi@dartmoor.gov.uk

about=Layer Metadata Search is a plugin used to search GIS metadata. Layer Metadata Search can be used to search data describing the "who, what, where, when and how" of map layers. Layer Metadata Search was developed on behalf of Dartmoor National Park, UK.

tracker=https://github.com/lutraconsulting/qgis-geocat-plugin/issues
repository=https://github.com/lutraconsulting/qgis-geocat-plugin
# End of mandatory metadata

# Recommended items:

# Uncomment the following line and add your changelog:
changelog=1.2.0 Feature release:
 - raster files support
 <p>1.1.1 - Bug fixes:
 - Added a check for empty custom search column or description
 <p>1.1.0 - Feature release:
 - Ability to search and display custom metadata fields
 <p>1.0.2 - Aesthetic changes:
 - Updated icon
 <p>1.0.1 - Bug fixes:
 - Change of name
 <p>1.0.0 - New features:
 - Initial release

# Tags are comma separated with spaces allowed
tags=metadata,search,postgis

homepage=https://github.com/lutraconsulting/qgis-geocat-plugin
category=Plugins
icon=icon.png
# experimental flag
experimental=False

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

