# 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.14.0
qgisMaximumVersion=2.18.99
description=InaSAFE is free software that allows disaster managers to study realistic natural hazard impact scenarios for better planning, preparedness and response activities.
about=Developed for the Indonesian Government - BNPB, Australian Government - AIFDR and DMInnovation and, and World Bank - GFDRR

# If you change VERSION and STATUS here, please also change in safe/definitions/versions.py, Travis will FAIL !
version=4.3.0
# alpha, beta, rc or final
status=final


# end of mandatory metadata

# Optional items:

changelog=
    Version 4.3:
    - New multi exposure tool where you can run one hazard on many exposures at the same time and get a combined report
    - New dam break hazard
    - Add metadata converter tool to version 3.5 to make it work with GeoSAFE
    - Add InaSAFE Profile to set custom affected and displacement rate
    - Add a warning if another plugin is conflicting with InaSAFE on the file system
    - Special tool for reporting in the multi exposure dialog to set a custom layer order
    - Add InaSAFE welcome message
    - Add a warning if another plugin is conflicting with InaSAFE on the file system
    - Tidy up settings dialog
    - Support population count in place exposure
    - Use percentage for ratio in the GUI
    - Add total exposed field
    - Add Evacuation centres in buildings and places classifications
    - Add bearing, distance and cardinality postprocessors if we run an earthquake on places
    - The impact layer from an earthquake on places is ordered by distance
    - Add new QGIS expressions to fetch information in QGIS Impact layers or keywords
    - HTML expressions for reporting usage.
    - Impact Function and Multi-Exposure Impact Function serialization
    - Add new method to generate a report in ImpactFunction object
    - Bring back the old behaviour of generating report. (option to choose custom template)
    - Map report and general report for Multi-Exposure Impact Function.
    - Use aggregation CRS instead of exposure CRS or map canvas CRS if no aggregation layer is provided
    - Add extra keywords for supporting rich reporting (e.g. earthquake's epicenter location, volcanic ash location)
    - Tidy up metadata (remove unused properties)
    - Creating contour for earthquake as preprocessor.
    - Improve code layout (Flake8, PEP 257, PEP8, SideCI ...)
    - Fix various bugs, like in summary calculation, keyword wizard, productivity post processors, dock

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

homepage=http://www.inasafe.org/
tracker=https://github.com/inasafe/inasafe/issues
repository=https://github.com/inasafe/inasafe
icon=resources/img/icons/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 and World Bank - GFDRR
email=info@inasafe.org
