# 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=InaSAFE
qgisMinimumVersion=2.0
qgisMaximumVersion=2.4.99
description=InaSAFE is free software that allows disaster managers to study realistic natural hazard impact scenarios for better planning, preparedness and response activities.
version=2.2.0
# alpha, beta, rc or final
status=final


# end of mandatory metadata

# Optional items:

# Uncomment the following line and add your changelog entries:
changelog=
        2.2.0
        New features:
        * New extent selector tool to let you specify precise analysis areas
        * New minimum needs manager with support for regional minimum needs profiles
        * Keywords data is now written / read as ISO19115 metadata instead of our own keywords format
        * New generic categories impact function for hazards that uses classes e.g. low / medium / high
        * New volcano OpenStreetMap buildings impact function
        * New flood on OpenStreetMap buildings impact function
        * More precise clipping to raster pixel boundaries to prevent pixel shifts
        Bug fixes:
        * Fix issue with ordered Dicts in keywords #1324
        * Python error when running any IF with population data on Mac #1287
        * Fix population rounding issues #1239
        * Read the minimum needs from a configuration file #1230
        * Failing Unittests against QGIS 2.4 #1223
        * BMKG and BNPB logo does not appear on the realtime report #1182
        * Top of InaSAFE dialog cut out #1161
        * Building Category for volcano impact function #1110
        * Check that the output raster is the same cell size and location as exposure input #710
        * Running assessment at very large scales can result in unclippable rasters #349
        * Make update-translations is unreliable at detecting new strings #348
        * Clipped raster data has different resolution to original raster data #344
        * Ordered dictionary is part of python 2.7 we ship our own (untested) #341
        * Need test for presence of polygon_id in points clipped by polygon #333
        * CANVAS.layers() doesn't include the impact layer and other generated layers #306

# tags are comma separated with spaces allowed
tags=contingency planning, impact assessments, disaster scenarios, natural hazards

homepage=http://www.inasafe.org/
tracker=https://github.com/AIFDR/inasafe/issues
repository=https://github.com/AIFDR/inasafe
icon=icon.png
# experimental flag
experimental=False

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

# Author contact information
author=Indonesian Government - BNPB, Australian Government - AIFDR and World Bank - GFDRR
email=info@inasafe.org
