#***************************************************************************
#metadata.txt
#---------------------
#Date : November 2012
#Copyright : (C) 2012 by Giuseppe Sucameli
#Email : g.sucameli at gmail.com
#***************************************************************************
#* *
#* This program is free software; you can redistribute it and/or modify *
#* it under the terms of the GNU General Public License as published by *
#* the Free Software Foundation; either version 2 of the License, or *
#* (at your option) any later version. *
#* *
#***************************************************************************
#__author__ = 'Giuseppe Sucameli'
#__date__ = 'November 2012'
#__copyright__ = '(C) 2012, Giuseppe Sucameli'
## This will get replaced with a/mnt/data/PROGRAMMING/GIS/postgis-trunk/postgis/ git SHA1 when you do a git archive
#__revision__ = '$Format:%H$'

; the next section is mandatory
[general]
name=Processing LWGEOM Provider
description=Expose liblwgeom functions to Processing.
about=Adds Make valid and Build area functions to Processing
version=0.4.6
qgisMinimumVersion=2.0

category=Plugin

author=Giuseppe Sucameli (Faunalia)
email=info@faunalia.eu

; end of mandatory metadata

; start of optional metadata

changelog=0.4.6
	metadata updated - no longer experimentl
	0.4.5
	autodetect lwgeom path (Thanks Alex Bruy)
	0.4.4
	Bugfix due to Processing refactoring - http://hub.qgis.org/issues/10953
	0.4.3
	added offline help get from http://postgis.net/docs
	0.4.2
	Merged Fisher's fix in OSX environment - http://hub.qgis.org/issues/9105
	0.4.1
	Manage if multi thread processing flag is available or not
	0.4 
	Avoid running if multi-thread processing feature is enabled
	0.3
	Renamed references to Sextante to Processing (but not the plgin and reference name)
	0.2
	Ported to sip API 2.0

; tags are in comma separated value format, spaces are allowed
tags=processing, liblwgeom

homepage=https://www.faunalia.eu/en/dev.html#lwgeom
tracker=https://gitlab.com/faunalia/processinglwgeomprovider/issues
repository=https://gitlab.com/faunalia/processinglwgeomprovider/

; path to a icon within the plugin folder
icon=logo.png

experimental=False
