# 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=SRTM Downloader
qgisMinimumVersion=3.00
qgisMaximumVersion=3.99
description=Downloads SRTM Tiles from NASA Server
version=3.1.0
author=Dr. Horst Duester Sourcepole AG
email=horst.duester@sourcepole.ch

about=Plugin for download of SRTM Tiles from NASA

tracker=https://github.com/hdus/SRTM-Downloader/issues
repository=https://github.com/hdus/SRTM-Downloader
# End of mandatory metadata

# Recommended items:

# Uncomment the following line and add your changelog:
changelog=
  3.1.0
    - download progressbars added
  3.0.0
    - first release for QGIS 3 only
    - improved login dialog added
    - already loaded images are not loaded twice
  1.1.4
    - Bugfixing
  1.1.3
    - QGIS3 improvements
  1.1.2
    - Fixing about dialog
  1.1.1
    - Download improved
    - Bugfixing
  1.1.0
    - Redesign of network access
  1.0.3
    - Plugin moved to plugin toolbar
    - New icon  
    - Message when https is not supported (Windows)
  1.0.2
    - QGIS 3 ready
  1.0.1
    - missing UI files added
    
# Tags are comma separated with spaces allowed
tags=python

homepage=https://github.com/hdus/SRTM-Downloader/wiki
category=Plugins
icon=icon.png
# experimental flag
experimental=False

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

