From 42d16422168f177c3f0219c812276dc0fdb0afe0 Mon Sep 17 00:00:00 2001 From: Johan Cwiklinski Date: Wed, 21 Dec 2016 10:46:57 +0100 Subject: [PATCH] Bump version --- plugin.xml | 6 ++++++ setup.php | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/plugin.xml b/plugin.xml index 57548376..08cc78df 100644 --- a/plugin.xml +++ b/plugin.xml @@ -72,6 +72,12 @@ Il existe un [script de migration](https://github.com/pluginsGLPI/customfields/b Johan Cwiklinski + + 1.4.2 + 9.1 + 0.90 + 0.85 + 1.4.1 9.1 diff --git a/setup.php b/setup.php index df020655..5573925f 100644 --- a/setup.php +++ b/setup.php @@ -26,7 +26,7 @@ -------------------------------------------------------------------------- */ -define ('PLUGIN_FIELDS_VERSION', '1.4.1'); +define ('PLUGIN_FIELDS_VERSION', '1.4.2'); if (!defined("PLUGINFIELDS_DIR")) { define("PLUGINFIELDS_DIR", GLPI_ROOT . "/plugins/fields");