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

# Mandatory items:


[general]
name=Geosearch DK
qgisMinimumVersion=3.0
qgisMaximumVersion=3.98
description=Search and zoom to named places in Denmark
about= Uses Kortforsyningen services for searching Danish addresses, road names, place names, land registry and a lot more. This plugin is developed by Septima.
version=1.1.0
author=Asger Skovbo Petersen, Septima
email=asger@septima.dk

# end of mandatory metadata

# Optional items:

# Uncomment the following line and add your changelog entries:
changelog=2019-04-10 1.1.0 Use Kortforsyningen token instead of username/password. Move plugin settings to main QGIS Settings dialog.  
    2019-01-06 1.0.4 Fix problem with multigeometries (Funded by Roskilde Kommune)
    2018-06-14 1.0.3 Removed python future
    2018-03-01 1.0.2 Avoid crash when QSettings().value("locale/userLocale") returns a NULL QVariant
    2018-02-13 1.0.1 Fix authentication dialog not showing automatically
    2018-02-12 1.0.0 Migrate to QGIS3
    2016-09-15 0.2.7 Make marker symbology customizable through QGIS global settings.
    2016-04-21 0.2.6 Fix bug storing settings on some QGIS configurations. User needs to set municipality filter again after installing this version.
    2016-01-25 0.2.5 Added the possibility to limit the search to adresses/placenames/cadstral numbers/etc. in the searchbox by using keywords or by specifying the resulttype in the settingsdialog. This work was funded by Ballerup Kommune.
    2015-10-23 0.2.4 Fix distribution package bug
    2015-10-19 0.2.3 Fixed missing translation of error dialog.
    2015-10-09 0.2.2 English translation.
    2015-10-09 0.2.0 "Clear" button in search box - also clears marker geometry (Funded by Frederikssund Kommune). A lot of GUI improvements. Use new ressource "stednavne_v2" instead of "stednavne".
    2015-05-20 0.1.23 Add municipality filter setting.

# tags are comma separated with spaces allowed
tags=Danmark, dansk, Kortforsyningen, søg, adresse, stednavn, matrikel

homepage=https://github.com/Septima/qgis-geosearch
tracker=https://github.com/Septima/qgis-geosearch/issues
repository=https://github.com/Septima/qgis-geosearch
category=Plugins
icon=icon.png
# experimental flag
experimental=False

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

