# This file contains metadata for your plugin. Beginning
# with version 1.8 this is the preferred way to supply information about a
# plugin. The current method of embedding metadata in __init__.py will
# be supported until version 2.0

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

# Mandatory items:


[general]
name=Quick Export
qgisMinimumVersion=1.8
qgisMaximumVersion=2.99
description=Quick Export adds a new toolbar in QGIS, with 4 actions to export any vector layer to CSV, HTML, PDF and printer.

version=1.1

author=3liz
email=info@3liz.com

# end of mandatory metadata

# Optional items:

# Uncomment the following line and add your changelog entries:
changelog=
  Version 1.1
  * Debug QGIS 1.8 export when no feature is selected
  * Print - open the printer configuration dialog
  * Debug date formatting in Windows - bug #2
  * Use CSS internally to avoid webkit bugs
  * Handle file deletion exception on Windows - bug #1

# tags are comma separated with spaces allowed
tags= export, csv, html, print, pdf, attribute table, vector

homepage=https://github.com/3liz/QgisQuickExportPlugin
tracker=https://github.com/3liz/QgisQuickExportPlugin/issues
repository=https://github.com/3liz/QgisQuickExportPlugin/
icon=icon.png

# experimental flag
experimental=True

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

