-
Notifications
You must be signed in to change notification settings - Fork 5
/
metadata.txt
62 lines (47 loc) · 1.72 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
56
57
58
59
60
61
# 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=qlyrx
qgisMinimumVersion=3.30
qgisMaximumVersion=3.99
description=Apply Arcgis Pro .lyrx style
version=0.3.4
author=Netta Beninson, Dror Bogin
about=Apply Arcgis Pro .lyrx style to vector layers in QGIS
tracker=https://github.com/arc2qgis/qlyrx/issues
repository=https://github.com/arc2qgis/qlyrx
# End of mandatory metadata
# Recommended items:
changelog=
2024-07-24 Version 0.3.4
Adjusted the tool to work with QGIS >= 3.30
* Bug Fix version
* fixed issue #21 - WkbType replacing QgsWkbType broke version 0.3.3
* fixed unreported issue with colorToRgbArray converting int to float which broke the tool.
2021-10-19 Version 0.3.3
* Bug Fix version
added missing import for loading QML\SLD files which broke the tool.
replaced wrongfuly deleted ./img folder
2021-10-10 Version 0.3.2
* Bug Fix version
2021-06-18 Version 0.3.1
* Rewrote layer loading using pyqgis instaed of base ui elements.
2020-10-04 Version 0.3
* Added a new button for fast and easy QML/SLD loading for the current active layer.
New button icons to tell the button apart.
2020-10-01 Version 0.2
* First published version
# Tags are comma separated with spaces allowed
tags=python
homepage=https://github.com/arc2qgis/qlyrx
category=Plugins
icon=icon.png
# experimental flag
experimental=False
# deprecated flag (applies to the whole plugin, not just a single version)
deprecated=False