File tree 2 files changed +8
-1
lines changed
2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -72,6 +72,12 @@ Il existe un [script de migration](https://github.com/pluginsGLPI/customfields/b
72
72
<author >Johan Cwiklinski</author >
73
73
</authors >
74
74
<versions >
75
+ <version >
76
+ <num >1.3.1</num >
77
+ <compatibility >9.1</compatibility >
78
+ <compatibility >0.90</compatibility >
79
+ <compatibility >0.85</compatibility >
80
+ </version >
75
81
<version >
76
82
<num >0.90-1.3</num >
77
83
<compatibility >9.1</compatibility >
Original file line number Diff line number Diff line change 27
27
--------------------------------------------------------------------------
28
28
*/
29
29
30
+ define ('PLUGIN_FIELDS_VERSION ' , '1.3.1 ' );
30
31
31
32
if (!defined ("PLUGINFIELDS_DIR " )) {
32
33
define ("PLUGINFIELDS_DIR " , GLPI_ROOT . "/plugins/fields " );
@@ -141,7 +142,7 @@ function plugin_init_fields() {
141
142
// Get the name and the version of the plugin - Needed
142
143
function plugin_version_fields () {
143
144
return array ('name ' => __ ("Additionnal fields " , "fields " ),
144
- 'version ' => ' 0.90-1.3 ' ,
145
+ 'version ' => PLUGIN_FIELDS_VERSION ,
145
146
'author ' => 'Teclib \', Olivier Moron ' ,
146
147
'homepage ' => 'teclib.com ' ,
147
148
'license ' => 'GPLv2+ ' ,
You can’t perform that action at this time.
0 commit comments