[general]
name=QompliGIS
about=QGIS compliance plugin
category=Plugins
description=verify if the structure of a dataset complies with the structure of a reference dataset.
icon=resources/images/qompligis_logo.svg
tags=cad, compliance, reporting, quality, standard

# credits and contact
author=Loïc Bartoletti (Oslandia), Jacky Volpes (Oslandia), Vincent Bré (Oslandia)
email=qgis@oslandia.com
homepage=https://oslandia.gitlab.io/qgis/qompligis/
repository=https://gitlab.com/oslandia/QGIS/qompligis/
tracker=https://gitlab.com/Oslandia/qgis/qompligis/-/issues

# experimental flag
deprecated=False
experimental=False
qgisMinimumVersion=3.16
qgisMaximumVersion=3.99

# versionnement
version=v1.2.0
changelog=
 Version 1.2.0:
 - Bug fix: the user can now edit his configuration when a field has been added on one of the concerned layers
 - When the user edits his configuration, a message about the added/deleted fields is displayed
 - The user can export his report in json format (thanks to the students of UGA (University of Grenoble, France) and their profesor Humbert Fiorino )
 - Improvement of the report in html format: addition of a navigation bar and css style (thanks to the students of UGA and their profesor)
 - Verification of geometry and topology rules : invalid/null/empty geometry and duplicates/overlaps in the same layer (thanks to the students of UGA and their profesor)
   
 Thanks to the students of UGA (University of Grenoble, France) and their profesor Humbert Fiorino 
 for their contributions to the following functionalities: report in json format, html report style, 
 control of geometry and topology rules

 Version 1.1.0:
 - Bug fix
 - Processing now outputs a boolean for compliance check


