# This file contains metadata for your plugin.

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

[general]
name=AttachmentManager
qgisMinimumVersion=3.4
qgisMaximumVersion=4.99
description=This plugin provides functionality that makes it possible to add, delete and show attachments (files) to spatial objects in a PostGIS database.
version=1.0.1
author=Morten Storm, Styrke 10 ApS
email=morten@styrke10.dk

about=If you have the need to store for instance construction drawings for individual pipes in a utility network, save images of installed key cabinets on specific operational building polygons, or attach spreadsheets with analysis data to particular points within an area of interest, AttachmentManager can help you accomplish this.

tracker=https://github.com/styrke10/attachmentmanager/issues
repository=https://github.com/styrke10/attachmentmanager
# End of mandatory metadata

# Recommended items:

hasProcessingProvider=no
# changelog:
changelog=V 1.0.1: Fixed security issues
	V 1.0.0: Added Danish and English user interface
	V 0.2.0: Qt5/Qt6 compatibility update (QGIS 3.x and 4.x)

# Tags are comma separated with spaces allowed
tags=python

homepage=https://github.com/styrke10/attachmentmanager
category=Plugins
icon=attachment.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

