We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 58e1e01 + c81ef01 commit d07b2b6Copy full SHA for d07b2b6
plugin.xml
@@ -72,6 +72,10 @@ Il existe un [script de migration](https://github.com/pluginsGLPI/customfields/b
72
<author>Johan Cwiklinski</author>
73
</authors>
74
<versions>
75
+ <version>
76
+ <num>1.7.2</num>
77
+ <compatibility>9.2</compatibility>
78
+ </version>
79
<version>
80
<num>1.7.1</num>
81
<compatibility>9.2</compatibility>
setup.php
@@ -26,7 +26,7 @@
26
--------------------------------------------------------------------------
27
*/
28
29
-define ('PLUGIN_FIELDS_VERSION', '1.7.1');
+define ('PLUGIN_FIELDS_VERSION', '1.7.2');
30
31
if (!defined("PLUGINFIELDS_DIR")) {
32
define("PLUGINFIELDS_DIR", GLPI_ROOT . "/plugins/fields");
0 commit comments