From 8bf4d080206e329ef9e121b02ceed451f15b37cd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20Anne?= Date: Wed, 25 May 2022 11:50:31 +0200 Subject: [PATCH] 1.15.2 --- plugin.xml | 5 +++++ setup.php | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/plugin.xml b/plugin.xml index 06b8f504..e09f27ff 100644 --- a/plugin.xml +++ b/plugin.xml @@ -97,6 +97,11 @@ Il existe un [script de migration](https://github.com/pluginsGLPI/customfields/b Johan Cwiklinski + + 1.15.2 + ~10.0.0 + https://github.com/pluginsGLPI/fields/releases/download/1.15.2/glpi-fields-1.15.2.tar.bz2 + 1.15.1 ~10.0.0 diff --git a/setup.php b/setup.php index 42ba1058..2243c596 100644 --- a/setup.php +++ b/setup.php @@ -28,7 +28,7 @@ * ------------------------------------------------------------------------- */ -define ('PLUGIN_FIELDS_VERSION', '1.15.1'); +define ('PLUGIN_FIELDS_VERSION', '1.15.2'); // Minimal GLPI version, inclusive define("PLUGIN_FIELDS_MIN_GLPI", "10.0.0");