# This file contains metadata for your plugin. Since
# version 2.0 of QGIS this is the proper way to supply
# information about a plugin. The old method of
# embedding metadata in __init__.py will
# is no longer supported since version 2.0.

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

[general]
name=Processing Saga NextGen Provider
qgisMinimumVersion=3.22
description=A Processing provider for modern SAGA releases
version=1.1.0
author=North Road
email=nyall@north-road.com

supportsQt6=yes

about=<p>Processing provider for SAGA 9.2 and above. Requires manual installation of SAGA binaries.</p>
    <p>Since QGIS 3.30 SAGA tools are no included in the standard QGIS installation. In order to use SAGA
    tools in QGIS you need to install this plugin first, and then manually install SAGA 9.2.0 (or later).</p>
    <p>To install SAGA visit: <a href="https://sourceforge.net/projects/saga-gis/files/">https://sourceforge.net/projects/saga-gis/files/</a>.
    This plugin is tested on SAGA 9.2 only. It may work for more recent releases.</p>
    <p>After downloading SAGA, unzip the folder. Then in QGIS go to
    Settings -> Options -> Processing -> Providers -> SAGANG and point the SAGA folder to your unzipped folder
    containing the SAGA binaries.</p>

tracker=https://github.com/north-road/qgis-processing-saga-nextgen/issues
repository=https://github.com/north-road/qgis-processing-saga-nextgen
# End of mandatory metadata

# Recommended items:

# Uncomment the following line and add your changelog:
changelog=1.1.0 Target 9.2+. Misc fixes and improvements.
    1.0.0 Target SAGA 9.1+. Allow running with older SAGA, but show warnings.
    0.0.7 Fix compatibility with QGIS 3.22
    0.0.6 Synchronise description files with newer Windows installer versions
    0.0.5 Fix exception when loading on Macos
    0.0.4 Be more forgiving for different SAGA versions... because hey, this whole plugin is "use at your own risk!"
    0.0.3 Fix execution of algorithms
    0.0.2 Allow setting path to SAGA
    0.0.1 Initial release

# Tags are comma separated with spaces allowed
tags=python,processing,saga

homepage=https://github.com/north-road/qgis-processing-saga-nextgen
category=Plugins
icon=icon.png
# experimental flag
experimental=False

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

hasProcessingProvider=yes