# 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.5
author=Netta Beninson, Dror Bogin
email=dror.bogin@gmail.com

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-11-21 Version 0.3.5
   * Bug Fix version
      * fixed issue #22 - KeyError while using simple renderer LYRX, which broke the tool.
      * fixed issues with changes in error handling in QGIS >3.30 which caused issue #22.
      * small change to success message to be more informative (and less juvenile), and added extra information to log success message.

 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

