[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.1

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.1:
 * Fix a warning about invalid database
 * Add the phone field to "Contacts" in the administration project

 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 `!!::!!` so that semicolons (former separator) can be used in connection names

 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


