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

#http://docs.qgis.org/testing/en/docs/pyqgis_developer_cookbook/plugins.html

# Mandatory items:


[general]
name=TomBio productivity tools
qgisMinimumVersion=2.0
description=FSC Tomorrow's Biodiversity productivity tools for biological recorders.
about=This is a plugin for QGIS desktop GIS which is aimed specifically at biological 
    recorders. It streamlines many of the tasks commonly required from GIS by 
	biological recordes including viewing NBN maps (via the NBN WMS), 
	displaying biological records derived from CSV file, working with 
	OS grid references and registering raster map images from the internet.
version=1.3.0
author=Rich Burkmar, Field Studies Council
email=richardb@field-studies-council.org

# end of mandatory metadata

# Optional items:

# Uncomment the following line and add your changelog entries:
changelog=1.3.0
	- Incorporates major change to Biological Records tool to cope with the new 
	rendering mechanims introduced with version 2.4 of QGIS. This replaces the 
	workarounds introduced in version 1.2.0. The information file (invoked from 
	the options tab) gives a bit of information on using the new interface.
  1.2.1
    - Incorporates a few bug fixes, better information for problems and workarounds.
  1.2.0
    - Workaround for issue with batch map image generation in Biological Records tool.
  1.1.0
    - Workaround for issue with 'auto' layer in NBN tool in newer versions of QGIS.
  1.0.2
    - Addresses problems with initialising environment variables.

# tags are comma separated with spaces allowed
tags=biological records, NBN, OSGB, Ordnance Survey, UK Species Inventory

homepage=http://tombio.myspecies.info/QGISTools
tracker=https://github.com/burkmarr/QGIS-Biological-Recording-Tools/issues
repository=https://github.com/burkmarr/QGIS-Biological-Recording-Tools
icon=icon.png
# experimental flag
experimental=False

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

