From 85cb569f7f0105f3d2bb55156bdbc0cf8c0b8968 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20Anne?= Date: Fri, 6 Jul 2018 11:30:46 +0200 Subject: [PATCH] Add 1.8.1 version definition --- plugin.xml | 4 ++++ setup.php | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/plugin.xml b/plugin.xml index 21b7ae74..4629b9e7 100644 --- a/plugin.xml +++ b/plugin.xml @@ -72,6 +72,10 @@ Il existe un [script de migration](https://github.com/pluginsGLPI/customfields/b Johan Cwiklinski + + 1.8.1 + 9.3 + 1.8.0 9.3 diff --git a/setup.php b/setup.php index 3c3be848..d4a1ccc8 100644 --- a/setup.php +++ b/setup.php @@ -26,7 +26,7 @@ -------------------------------------------------------------------------- */ -define ('PLUGIN_FIELDS_VERSION', '1.8.0'); +define ('PLUGIN_FIELDS_VERSION', '1.8.1'); // Minimal GLPI version, inclusive define("PLUGIN_FIELDS_MIN_GLPI", "9.3");