; the next section is mandatory
[general]
name=Remove empty layers from the map
description='Cleans' the layer list widget (legend) by removing empty layers
about='Cleans' the layer list widget (legend) by removing empty layers
version=3.0
qgisMinimumVersion=3.0

; not used yet, will allow to put a plugin in the right menu
category=Vector

author=Germán Carrillo (GeoTux)
email=gcarrillo@linuxmail.org

; end of mandatory metadata

; start of optional metadata

changelog=
  [3.0] (20180318)
   - Migrate to QGIS 3.x
  [2.1] (20160812)
   - Move plugin to GitHub.
   - Refactor Makefile.
   - Improve layer removal by using removeMapLayers().
   - Reconstruct translations.
   - Display messages in QgsMessageBar.
   - Single icon for GUI (there were 2, depending on defined QGIS theme).
  [2.0] (20131220)
   - Migration to QGIS 2.0.
  [1.1] (20110307)
   - Use of the user locale setting (QSettings) instead of the system variable
     (QLocale).
  [1.0] (20110307)
   - First version.

; tags are in comma separated value format, spaces are allowed
tags=layers,empty,vector,toc,legend,remove

homepage=http://geotux.tuxfamily.org/index.php/en/geo-blogs/item/297-plugin-remover-capas-vacias-qgis
tracker=https://github.com/gacarrillor/RemoveEmptyLayers/issues
repository=https://github.com/gacarrillor/RemoveEmptyLayers


; path to a icon within the plugin folder
icon=icon_default.png

experimental=False
deprecated=False
