diff --git a/plugin.xml b/plugin.xml index adae3b6d..7b01b7fc 100644 --- a/plugin.xml +++ b/plugin.xml @@ -107,6 +107,11 @@ Il existe un [script de migration](https://github.com/pluginsGLPI/customfields/b ~10.0.0 https://github.com/pluginsGLPI/fields/releases/download/1.13.0-rc1/glpi-fields-1.13.0-rc1.tar.bz2 + + 1.12.10 + ~9.5.0 + https://github.com/pluginsGLPI/fields/releases/download/1.12.10/glpi-fields-1.12.10.tar.bz2 + 1.12.9 ~9.5.0 diff --git a/setup.php b/setup.php index c957b765..cedb7395 100644 --- a/setup.php +++ b/setup.php @@ -28,7 +28,7 @@ * ------------------------------------------------------------------------- */ -define ('PLUGIN_FIELDS_VERSION', '1.12.9'); +define ('PLUGIN_FIELDS_VERSION', '1.12.10'); // Minimal GLPI version, inclusive define("PLUGIN_FIELDS_MIN_GLPI", "9.5");