diff --git a/plugin.xml b/plugin.xml
index 633a3dae..285d3373 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.3.1
+ 9.1
+ 0.90
+ 0.85
+
0.90-1.3
9.1
diff --git a/setup.php b/setup.php
index 6dbb0b45..f701fe4b 100644
--- a/setup.php
+++ b/setup.php
@@ -27,6 +27,7 @@
--------------------------------------------------------------------------
*/
+define ('PLUGIN_FIELDS_VERSION', '1.3.1');
if (!defined("PLUGINFIELDS_DIR")) {
define("PLUGINFIELDS_DIR", GLPI_ROOT . "/plugins/fields");
@@ -141,7 +142,7 @@ function plugin_init_fields() {
// Get the name and the version of the plugin - Needed
function plugin_version_fields() {
return array ('name' => __("Additionnal fields", "fields"),
- 'version' => '0.90-1.3',
+ 'version' => PLUGIN_FIELDS_VERSION,
'author' => 'Teclib\', Olivier Moron',
'homepage' => 'teclib.com',
'license' => 'GPLv2+',