From b099bdd74cf9c386667bd8f49d1978063589d5e1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20Anne?= Date: Tue, 19 Apr 2022 15:03:09 +0200 Subject: [PATCH] 1.13.0 --- plugin.xml | 36 +++--------------------------------- setup.php | 2 +- 2 files changed, 4 insertions(+), 34 deletions(-) diff --git a/plugin.xml b/plugin.xml index afebdef9..5795dd31 100644 --- a/plugin.xml +++ b/plugin.xml @@ -97,40 +97,10 @@ Il existe un [script de migration](https://github.com/pluginsGLPI/customfields/b Johan Cwiklinski - - 1.13.0-rc7 - ~10.0.0 - https://github.com/pluginsGLPI/fields/releases/download/1.13.0-rc7/glpi-fields-1.13.0-rc7.tar.bz2 - - - 1.13.0-rc6 - ~10.0.0 - https://github.com/pluginsGLPI/fields/releases/download/1.13.0-rc6/glpi-fields-1.13.0-rc6.tar.bz2 - - - 1.13.0-rc5 - ~10.0.0 - https://github.com/pluginsGLPI/fields/releases/download/1.13.0-rc5/glpi-fields-1.13.0-rc5.tar.bz2 - - - 1.13.0-rc4 - ~10.0.0 - https://github.com/pluginsGLPI/fields/releases/download/1.13.0-rc4/glpi-fields-1.13.0-rc4.tar.bz2 - - 1.13.0-rc3 - ~10.0.0 - https://github.com/pluginsGLPI/fields/releases/download/1.13.0-rc3/glpi-fields-1.13.0-rc3.tar.bz2 - - - 1.13.0-rc2 - ~10.0.0 - https://github.com/pluginsGLPI/fields/releases/download/1.13.0-rc2/glpi-fields-1.13.0-rc2.tar.bz2 - - - 1.13.0-rc1 - ~10.0.0 - https://github.com/pluginsGLPI/fields/releases/download/1.13.0-rc1/glpi-fields-1.13.0-rc1.tar.bz2 + 1.13.0 + ~9.5.0 + https://github.com/pluginsGLPI/fields/releases/download/1.13.0/glpi-fields-1.13.0.tar.bz2 1.12.12 diff --git a/setup.php b/setup.php index 8c5a3e71..0223a66b 100644 --- a/setup.php +++ b/setup.php @@ -28,7 +28,7 @@ * ------------------------------------------------------------------------- */ -define ('PLUGIN_FIELDS_VERSION', '1.12.12'); +define ('PLUGIN_FIELDS_VERSION', '1.13.0'); // Minimal GLPI version, inclusive define("PLUGIN_FIELDS_MIN_GLPI", "9.5");