[general]
name=PgMetadata
qgisMinimumVersion=3.10
description=Store some metadata about layers which are stored in PostgreSQL. It's possible to define title, abstract, links, contacts etc. It also provides some search tool, in the QGIS Locator bar for instance.
author=3Liz
email=info@3liz.com
about=Store some metadata about layers which are stored in PostgreSQL. It's possible to define title, abstract, links, contacts etc. It also provides some search tool, in the QGIS Locator bar for instance.

version=1.1.0

tracker=https://github.com/3liz/qgis-pgmetadata-plugin/issues
repository=https://github.com/3liz/qgis-pgmetadata-plugin
homepage=https://docs.3liz.org/qgis-pgmetadata-plugin/
hasProcessingProvider=yes
tags=metadata,postgresql,qgis,metadonnees,dcat,xml,csv
category=Analysis
icon=resources/icons/icon.png
experimental=False
deprecated=False
changelog=
 Version 1.1.0:
 * Add support for PostgreSQL views (contribution from @tschuettenberg QGIS Germany)
 * Add translations for the German language (contribution from @effjot)
 * Add new contact role "originator" and "processor" (contribution from @effjot)
 * Add new frequencies for data update "biannually", "irregular" and "not planned" (contribution from @effjot)
 * Add new German licenses (contribution from @effjot)
 * Add more fields when searching with the locator bar (contribution from @effjot)
 * Fix encoding issues in some situations, always set UTF-8 when opening files
 * Fix the administration project about constraint with date but without a default value
 * Update also the field "update_date" when updating a dataset entry in the trigger

 Version 1.0.0:
 * Add links to the file browser after exporting to PDF, HTML or XML
 * Fix an issue when loading a layer from the locator bar, the style wasn't loaded before
 * Update documentation https://docs.3liz.org/qgis-pgmetadata-plugin/
 * Release on https://plugins.qgis.org

 Version 0.5.0:
 * Review the full online documentation using a proper website
 * Add a link to the plugin online help in the QGIS help menu
 * Add a button to open the dock from the QGIS plugin menu
 * Add a layer flattening the "dataset" table containing all links and contacts, easier to export all the catalog
 * Improve the deployment of the plugin within an organization to hide and setup some tools in PgMetadata


