# 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=arrayPlus
qgisMinimumVersion=3.0
qgisMaximumVersion=3.18
description=Functions to manipulate arrays and maps in field calculator
version=1.8
author=JB Desbas - Quartier libre
email=jb.desbas@gmail.com

about=A plugin that add functions to manipulate arrays in field calculator (array_min, array_avg, array_majority, etc.). Also add support for hstore strings ("others_tags" field on .osm files). Since QGIS 3.20, all functions have been integrated into Qgis core, so this plugin is depreciated. For array_lambda and array_avg, please use array_foreach and array_mean.

tracker=https://framagit.org/jbdesbas/arrayPlus/issues
repository=https://framagit.org/jbdesbas/arrayPlus
homepage=https://framagit.org/jbdesbas/arrayPlus

# End of mandatory metadata

# Recommended items:

# Uncomment the following line and add your changelog:
changelog=1.8 compatibiliy with qgis > 3.18 (resolve conflicts)
    1.7 compatibility with qgis > 3.16 (resolve conflicts ) 
    1.6 compatibility with qgis > 3.4 (resolve conflict with array_sort() ) 
    1.5 compatibility with qgis > 3.2 (resolve conflict with hstore_to_map() and json_to_map() )
    1.4 fonctions now support string input instead of just array,fix array_proritize issue when value not in refArray, update doc
    1.3 - Add array_prioritize, fix doc syntax
    1.2 - Add array_lambda and json_to_map functions, fix gui issue
    1.0 - Initial release

# Tags are comma separated with spaces allowed
tags=python, array, map, list, expression, field calculator

icon=icon.png

experimental=False

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

