# 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
qgisMaximumVersion=2.99
description=Search for PostGIS tables using metadata
version=2.1.6
author=Lutra Consulting for Dartmoor National Park Authority
email=info@lutraconsulting.co.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=2.1.6 Feature release:
 - Added using first column as primary key for PostGIS views as default and last choice behavior
 - Custom Primary Keys for PostGIS views accepts now multiple, comma separated column names
 <p>2.1.5 Feature release:
 - Added Primary Key configuration option for loading PostGIS views
 <p>2.1.4 Bug fixes:
 - Fixed loading layers from views
 - Fixed columns order and width saving/restoring
 <p>2.1.3 Bug fixes:
 - Fixed missing 'abstract' column in the search results window
 <p>2.1.2 Bug fixes:
 - Fixed AttributeError occurring at first plugin run
 <p>2.1.1
 - Implementing reordering and resizing of search result columns
 <p>2.1 Feature release:
 - Multiple-database support
 <p>2.0.5 Bug fixes:
 - Fixed issue occuring when having 'ignore' column set to --DISABLED--
 <p>2.0.4 Bug fixes:
 - Only display items in search results which have a corresponding row in public.geometry_columns
 <p>2.0.3 Bug fixes:
 - Fixed issue with Python error when DB closes connection
 - Ensured that loaded pg layer always has a name, even if metadata title field blank
 <p>2.0.2 Bug fixes:
 - Fixed crash on loading postgis layers using AD auth
 <p>2.0.1 ???
 <p>2.0 Feature release
 - Implemented browse all metadata functionality
 - Updated documentation
 - Fixed issue with details not showing on row selection
 <p>1.99.0 Feature release
 - Added support for search and widgets
 <p>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

