# This file contains metadata for your plugin.

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

[general]
name=SeaLevelTool
qgisMinimumVersion=3.0
description=Adjust styling on raster layer by a sea level curve.
version=1.4
author=Patrick Morrison
email=patrick.morrison@research.uwa.edu.au

about=Adjust styling on raster layer by a sea level curve.

tracker=https://github.com/patrick-morrison/qgis_sea_level_tool/issues
repository=https://github.com/patrick-morrison/qgis_sea_level_tool
# End of mandatory metadata

# Recommended items:

hasProcessingProvider=yes
# Changelog for version 1.4:
changelog=
    Version 1.4 - Bug fixes and improvements:
    - Fixed critical TypeError with setValue() float to int conversion for QGIS compatibility
    - Added proper error handling for disconnect() signal failures  
    - Fixed graph overlay issues with proper clearing
    - Updated Grant et al. (2012) curve to match actual CSV data
    - Fixed exec() vs exec_() compatibility for Qt dialogs
    - Enhanced input validation and error messaging
    - Added class constants to eliminate code duplication
    - Improved professional code quality

# Tags are comma separated with spaces allowed
tags=python, sea level, archaeology, geomorphology

homepage=https://github.com/patrick-morrison/qgis_sea_level_tool
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=False

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

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

