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

[general]
name=EasyCustomLabeling
qgisMinimumVersion=1.8
description=Allows to quickly duplicate layer into memory layer ready for data defined labeling
version=0.4
changelog=
   0.4: flag experimental to Off.
 - fix for Rotation field misaffected "LabelRot".
 - add support for StrikeOut field
 - fix for errors if fields are empty on arrow action
 - adds transparency for points and arrows symbols
 - fix for fields id's order 
 - fix for translation
 - add error handling to avoid general freeze of QGIS if unexpected error occurs. 
 - ability to handle non ascii fields names for arrows

tags=labeling

homepage=http://hub.qgis.org/projects/easycustomlabeling
tracker=http://hub.qgis.org/projects/easycustomlabeling
repository=http://plugins.qgis.org/plugins/
icon=icon.svg
experimental=False

deprecated=False

author=Regis Haubourg (Agence de l'eau Adour Garonne)
email=regis.haubourg@eau-adour-garonne.fr



