# 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=GBIF Occurrences
qgisMinimumVersion=3.16
qgisMaximumVersion=4.99
description=Retrieve data from GBIF webservices (occurrences API) directly within QGIS.
version=0.4.2
author=Nicolas Noé (The Binary Forest), Jules Grillot
email=nicolas@niconoe.eu
about=GBIF Occurrences is a QGIS plugin to directly download and import GBIF occurrence data from the application interface.

# End of mandatory metadata

# Optional items:

# Uncomment the following line and add your changelog:
changelog=
    0.4.2 - Updated for QGIS4, improve UI (organise, tooltip), add location & date filter possibility (extent), add a timeout to GBIF requests
    0.4.1 - Blocked by plugins.qgis.org security validation, unavailable
    0.4.0 - Botched release process, unavailable
    0.3.4 - Marked as non-experimental, fix LICENSE file name
    0.3.3 - Fixed a bug with recent QGIS version, thanks @hypsug0
    0.3.0 - Support for QGIS 3
    0.2.0 - Loading process is now interruptible
    0.1.3 - Better error messages when incorrect filters (issue #27).
          - Plugin dialog now has a fixed size (issue #26).
    0.1.2 - Plugin remove itself from menu on deactivation
    0.1.1 - Packaging fix for https://github.com/BelgianBiodiversityPlatform/qgis-gbif-api/issues/21 
    0.1   - Initial release

# Tags are comma separated with spaces allowed
tags=gbif, biodiversity data, webservices, api, science, occurrence, ecology, open data 

homepage=https://github.com/BelgianBiodiversityPlatform/qgis-gbif-api
tracker=https://github.com/BelgianBiodiversityPlatform/qgis-gbif-api/issues
repository=https://github.com/BelgianBiodiversityPlatform/qgis-gbif-api
icon=icon.png
# experimental flag
experimental=False

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

