# 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 Dataforsyningen services for searching Danish addresses, road names, place names, land registry and a lot more. This plugin is developed by Septima.
version=2.0.0
author=Septima
email=kontakt@septima.dk

# end of mandatory metadata

# Optional items:

# Uncomment the following line and add your changelog entries:
changelog=2023-08-08 2.0.0 Substantial rewrite and switch to new GSearch service from SDFI (Funded by Odsherred Kommune, Odense Kommune, Novafos, Region Midt og den danske QGIS Brugergruppe)
	2023-04-11 1.4.0 Warn about SDFI discontinuing Geosearch
    2023-02-08 1.3.0 Handle not authorized responses better. Change embedded token.
    2020-12-21 1.2.0 Use dataforsyningen.dk instead of kortforsyningen.dk. Use native QGIS http fetcher to make requests show up in the debugging tools.  
    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, Dataforsyningen, 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

