# 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.2

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

# end of mandatory metadata

# Optional items:

# Uncomment the following line and add your changelog entries:
changelog=
  Version 1.2
  * Debug export for DATE and DATETIME format - bug #3
  * Debug wrong settings passed depending on language
  * Add a options dialog to let the user choose default behaviour : csv delimiter & hidden fields
  * Export only fields wich are not Hidden (fields tab of vector layer properties)
  * Export CSV via csv module instead of QgsVectorFileWriter.writeAsVectorFormat


# 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=False

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

