[general]
name=Filter By Selection
qgisMinimumVersion=3.4
qgisMaximumVersion=3.99
description=Filter a given layer by the selected feature and attribute of another layer
about=Ffilter a given layer by another layer selected features
version=0.2.6
author=Shai Sussman
email=shai.sussman@gmail.com
hasProcessingProvider=no
# For QGIS WPS
server=False

# End of mandatory metadata

# Optional items:

# Uncomment the following line and add your changelog:
# changelog=
    Version 0.0.1
    * test init
    Version 0.2.0
    * Fix situations where no feature is selected
    Version 0.2.1
    * All fixes are related to select by feature tool
    * Filter query unique
    * Add support to string and number types
    * Fix startup error when raster layer detected exists (such as basemap)
    Version 0.2.2
    * Fix select field from correct menu in UI
    Version 0.2.3
    * Set Plugin name to be consistent among all resoruce files, Added Resource files
    Version 0.2.4
    * Make UI titles more clear and consistent
    Version 0.2.5
    * Moved toolbar icon to plugins toolbar
    * Add selection and self selection in addition to filtering
    Version 0.2.6
    * Fix reset of filter when clicking on select button




# Tags are comma separated with spaces allowed
tags=filter,layer,navigate,selection

homepage=https://github.com/Shai2u/filterbyselection
tracker=https://github.com/Shai2u/filterbyselection/issues
repository=https://github.com/Shai2u/filterbyselection
icon=filter_icon.png
# experimental flag
experimental=False

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