File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed
Expand file tree Collapse file tree 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
7272 <author >Johan Cwiklinski</author >
7373 </authors >
7474 <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 >
7581 <version >
7682 <num >0.90-1.3</num >
7783 <compatibility >9.1</compatibility >
Original file line number Diff line number Diff line change 2727 --------------------------------------------------------------------------
2828 */
2929
30+ define ('PLUGIN_FIELDS_VERSION ' , '1.3.1 ' );
3031
3132if (!defined ("PLUGINFIELDS_DIR " )) {
3233 define ("PLUGINFIELDS_DIR " , GLPI_ROOT . "/plugins/fields " );
@@ -141,7 +142,7 @@ function plugin_init_fields() {
141142// Get the name and the version of the plugin - Needed
142143function plugin_version_fields () {
143144 return array ('name ' => __ ("Additionnal fields " , "fields " ),
144- 'version ' => ' 0.90-1.3 ' ,
145+ 'version ' => PLUGIN_FIELDS_VERSION ,
145146 'author ' => 'Teclib \', Olivier Moron ' ,
146147 'homepage ' => 'teclib.com ' ,
147148 'license ' => 'GPLv2+ ' ,
You can’t perform that action at this time.
0 commit comments