Skip to content
This repository was archived by the owner on Mar 11, 2026. It is now read-only.

Commit fa5e654

Browse files
committed
Add license to output plugin
1 parent c7bb221 commit fa5e654

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PLUGINNAME = searchlayers
22
PLUGINS = "$(HOME)"/AppData/Roaming/QGIS/QGIS3/profiles/default/python/plugins/$(PLUGINNAME)
33
PY_FILES = searchLayers.py __init__.py searchDialog.py searchWorker.py fuzzyWorker.py
4-
EXTRAS = icon.png help.svg metadata.txt
4+
EXTRAS = icon.png help.svg metadata.txt LICENSE
55
UI_FILES = searchlayers.ui
66

77
deploy:

metadata.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name=Search Layers
33
qgisMinimumVersion=3.0
44
description=Enhanced textual searching on all QGIS layers and fields.
5-
version=3.0.14
5+
version=3.0.15
66
author=C Hamilton
77
email=adenaculture@gmail.com
88
about=The Search Layers plugin features enhanced textual vector layer searching in QGIS. This plugin can search across all layers and all fields.
@@ -15,6 +15,7 @@ icon=icon.png
1515
experimental=False
1616
deprecated=False
1717
changelog=
18+
3.0.15 - Add license to output plugin.
1819
3.0.14 - Merge pull request that adds ability to search a particular attribute when all layers are selected.
1920
3.0.13 - Add ability to display search results feature form attributes
2021
3.0.12 - Merged pull request #18 to add a searchlayers-plugin variable to specify search layers.

0 commit comments

Comments
 (0)