From 05d65b863042f8fd2cd62f7daab571d6eee18552 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20Anne?= Date: Fri, 10 Nov 2023 15:45:20 +0100 Subject: [PATCH] 1.13.0 --- plugin.xml | 5 +++++ setup.php | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/plugin.xml b/plugin.xml index b95cadd..822d5c3 100644 --- a/plugin.xml +++ b/plugin.xml @@ -24,6 +24,11 @@ TECLIB' + + 1.13.0 + ~10.0.0 + https://github.com/pluginsGLPI/credit/releases/download/1.13.0/glpi-credit-1.13.0.tar.bz2 + 1.12.1 ~10.0.0 diff --git a/setup.php b/setup.php index e22c05f..8885c73 100644 --- a/setup.php +++ b/setup.php @@ -29,7 +29,7 @@ * ------------------------------------------------------------------------- */ -define('PLUGIN_CREDIT_VERSION', '1.12.1'); +define('PLUGIN_CREDIT_VERSION', '1.13.0'); // Minimal GLPI version, inclusive define("PLUGIN_CREDIT_MIN_GLPI", "10.0.0");