[general]
name=Automatic numbering plugin
qgisMinimumVersion=3.10
description=Automatic numbering of polygons
version=0.5
author=Travin Alexzander
email=Alexzander721@mail.ru

about=This plugin allows polygons to be numbered using the max Y values and the total uniting field (optional). The numbering is made from the top object to the bottom. First, you need to open a vector polygonal layer and select it in the plugin's list of layers. Then we select the necessary settings and start the process.

tracker=https://github.com/Alexzander721/numerator/issues
repository=https://github.com/Alexzander721/numerator
# End of mandatory metadata

# Recommended items:

hasProcessingProvider=no
# Uncomment the following line and add your changelog:
changelog=2022/09/12 v  0.5 - Added exception for null geometry. The MapInfo File layers are no longer available for selection.
          2022/02/07 v  0.4 - Translation into other languages is back. Update settings
          2022/01/26 v  0.3 - QGIS crash error fix
          2021/12/03 v  0.2 - Errors fix
          2021/11/11 v  0.1 - Release

# Tags are comma separated with spaces allowed
tags=attribute, polygon, database, auto

homepage=https://github.com/Alexzander721/numerator
category=Vector
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=

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