# 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=LCCS3 Basic Coder
qgisMinimumVersion=2.0
description=The plugin loads a LCCS3 legend, creates a form with all LCCS3 classes and allows the user to code selected features
version=0.4.2
author=Simone Maffei
email=simone.maffei@gmail.com

# End of mandatory metadata

# Recommended items:

# Uncomment the following line and add your changelog:
changelog=Plugin versions:
    2015/05/15 v.0.4.2
    - changed the coding routine: now it run much faster, but it requires
      that the user save manually the edited values at the end (or during)
      the session
    2015/05/11 v.0.4.1
    - added reference to GitHub code repository / tracker
    2015/05/08 v.0.4
    - now the plugin tool button is loaded into "plugins" toolbar
    2015/04/23 v.0.3
    - added the loading of mixed classes
    2015/04/22 v.0.2 (first stable version)
    - added the request for setting active layer and destination column
    - added a feedback during coding activity
    2015/04/21 v.0.1 (initial experimental version)

# Tags are comma separated with spaces allowed
tags=LCCS,LCCS3,attribute,editing,land,cover,landcover,legend,coding

homepage=http://www.geovis.net/Product_LCCS3basicCoder.htm
tracker=https://github.com/GHsimone/LCCS3basicCoder
repository=https://github.com/GHsimone/LCCS3basicCoder
category=Vector
icon=icon.png
# experimental flag
experimental=false

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

