# This file contains metadata for your plugin.

# This file should be included when you package your plugin.# Mandatory items:

[general]
name=DigiAgriApp
qgisMinimumVersion=3.0
description=Plugins to work with DigiAgriApp server
version=0.3.3
author=Luca Delucchi
email=luca.delucchi@fmach.it

about=This plugin is able to interfaces with DigiAgriApp trough its API. You can upload and download vector and raster data

tracker=https://gitlab.com/digiagriapp/digiagriapp-qgis-plugin/-/issues
repository=https://gitlab.com/digiagriapp/digiagriapp-qgis-plugin
# End of mandatory metadata

# Recommended items:

hasProcessingProvider=no
# Uncomment the following line and add your changelog:
changelog=
    0.3.3
        * add typee attribute field to poles
        * fixed some bugs
    0.3.2
        * improved styling
        * fixed rows export
        * fixed error with progress bar
    0.3.1
        * improved style for plants
        * improved setting values management
    0.3.0
        * improved style for plants
        * added new style tool to apply style to plants
    0.2.0
        * added selection year of interest
        * rewritten settings dialog
        * added style to layer during export
    0.1.2
        * fixed functionality against new DigiAgriApp server
    0.1.1
        * added import poles
        * fixed layer upload

# Tags are comma separated with spaces allowed
tags=agri, web, api

homepage=https://digiagriapp.gitlab.io/digiagriapp-website/
category=Web
icon=icons/icon.png
# experimental flag
experimental=True

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

# Since QGIS 3.8, a comma separated list of plugins to be installed
# (or upgraded) can be specified.
# Check the documentation for more information.
# plugin_dependencies=

# If the plugin can run on QGIS Server.
server=False
