# This file contains metadata for your plugin.

# This file should be included when you package your plugin.# Mandatory items:

[general]
name=Layer Group and Sort
name[it]=Raggruppa e ordina layer
qgisMinimumVersion=3.0
description=Group the layers by type and sort them alphanumerically into their own group
description[it]=Raggruppa i layer per tipo e li ordina alfanumericamente
version=1.3
author=Giulio Fattori
email=giulio.fattori@tin.it

about=This plugin groups the layers of the project according to their type and reorders them alphanumeric within their own group
about[it]=Questo plugin raggruppa i layer del progetto secondo il tipo ed li riordina alfanumericamente all'interno del gruppo


tracker=http://github.com/Korto19/Group_and_Sort_Layers/issues
repository=http://github.com/Korto19/Group_and_Sort_Layers
# End of mandatory metadata

# Recommended items:

hasProcessingProvider=no
# Uncomment the following line and add your changelog:
changelog=version 0.1 02.04.2019
          version 0.9 30.01.2020 added table layer
	  version 1.2 25.07.2021 add sort group only button
	  version 1.3 25.10.2024 bugfix in sort group

# Tags are comma separated with spaces allowed
tags=python, layer, sort, group

homepage=http://github.com/Korto19/Group_and_Sort_Layers#group
category=Plugins
icon=icon.png
# experimental flag
experimental=False

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

# Since QGIS 3.8, a comma separated list of plugins to be installed
# (or upgraded) can be specified.
# Check the documentation for more information.
# plugin_dependencies=

Category of the plugin: Raster, Vector, Database or Web
# category=Raster, Vector, Table

# If the plugin can run on QGIS Server.
server=False

