# 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=XYZ Hub Connector
qgisMinimumVersion=3.0
description=Connect QGIS to your personal space on HERE Data Hub and to your Interactive Map Layer on HERE Platform (experimental)
version=1.8.10
author=HERE Europe B.V.
email=huyminh.nguyen@here.com

about=XYZ Hub Connector is a QGIS plugin which can be used to visualize, edit and analyze data from HERE Data Hub spaces and from Interactive Map Layer inside the HERE Platform (experimental) directly on a map.



# unquote url
tracker=https://github.com/heremaps/xyz-qgis-plugin/issues
repository=https://github.com/heremaps/xyz-qgis-plugin
# End of mandatory metadata

# Recommended items:

# Uncomment the following line and add your changelog:
# changelog=

# Tags are comma separated with spaces allowed
tags=HERE, XYZ, Data Hub, cloud, storage, connector, api, vector, layer, upload, download, tile, basemap, Interactive Map Layer, IML, HERE Platform

homepage=https://github.com/heremaps/xyz-qgis-plugin
category=Plugins
icon=images/xyz.png

# experimental flag
experimental=True

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

changelog=Version 1.8.10 (2021-08-30)

    ⚡️ IMPROVEMENTS ⚡️
    * Platform Layer Management: add/edit/delete layer
    * Improves authentication error handling
    * Minimizes the number of authentication requests

    * .. more details on Github repos