[general]
name=PgMetadata
qgisMinimumVersion=3.16
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.2.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.2.0:
 * License - Release PgMetadata under the GNU General Public License v2.0.
 * Raise the QGIS minimum version to 3.16
 * Add raster support (contribution from @effjot Florian Jenn)
 * Fix handling of backslashes in file:// links to Windows files (contribution from @effjot Florian Jenn)
 * Add phone number field (contribution from @effjot Florian Jenn)
 * Email links are now clickable
 * Connection names are now separated by `!!::!!`

 Version 1.1.1:
 * Fix an error when PgMetadata database is not temporary reachable
 * Check that PostgreSQL is minimum 9.6 when installing the schema

 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


