-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmetadata.txt
55 lines (46 loc) · 1.59 KB
/
metadata.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
[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