# 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=VetEpiGIStool
qgisMinimumVersion=3.4
description=QGIS plugin to support animal disease control measures
version=0.852
author=Paola Bonato,Matteo Mazzucato,Norbert Solymosi
email=gis@izsvenezie.it
about=VetEpiGIStool is a free QGIS tool that helps veterinarian users in the management of spatial data related to animal disease. This plug-in combined the huge amount of GIS functions offered by QGIS with a simple user interface that allows to the user the possibility to manage data without the necessity to define the data model, the data organization model, and the data presentation, because these issues are pre-organised in the “piece” of software specifically developed.

# End of mandatory metadata

# Recommended items:

# Uncomment the following line and add your changelog:
changelog=
		** General **
		0.852:
				- Set animal number by default in "Copy an element to outbreak layer";
				
		0.851:
				- Change empty cell with NULL value;

		0.850:
				- Change names of different tools;
        - Split 'Export tools' to 'Export selected layer' and 'Export complete database';
        - Add messages information for different tools;
        - Update voices and styles of QGIS menu;
				- Enhanced 'Database maintenance tool' to avoid that layer in TOC will be deleted;
				- Update code for hrid field generation;
				- Fixed minor bugs;

		0.810:
				- Fixed crash when creating buffer on POI;
        - Fixed SLD styles for outbreak, buffer and zones;
        - Updated the Print Template, only visible layer are printed;
        - Fixed logo display on map export;
        - Fixed error during Copy element;
        - Fixed wrong coordinate transformations;
        - Fixed crash when Create Zones has multipoint input;
        - Update about UI;

# Tags are comma separated with spaces allowed
tags=veterinary, diseases, management, outbreaks, buffers, zones, print template

homepage=http://izsvenezie.github.io/VetEpiGIS-Tool/
tracker=https://github.com/IZSVenezie/VetEpiGIS-Tool/issues
repository=https://github.com/IZSVenezie/VetEpiGIS-Tool
category=Plugins
icon=icon.png

# experimental flag
experimental=False

# deprecated flag (applies to the whole plugin, not just a single version)
deprecated=False
