Skip to content

Commit d07b2b6

Browse files
committed
Merge branch 'release/1.7.2'
2 parents 58e1e01 + c81ef01 commit d07b2b6

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

plugin.xml

+4
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,10 @@ 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.7.2</num>
77+
<compatibility>9.2</compatibility>
78+
</version>
7579
<version>
7680
<num>1.7.1</num>
7781
<compatibility>9.2</compatibility>

setup.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
--------------------------------------------------------------------------
2727
*/
2828

29-
define ('PLUGIN_FIELDS_VERSION', '1.7.1');
29+
define ('PLUGIN_FIELDS_VERSION', '1.7.2');
3030

3131
if (!defined("PLUGINFIELDS_DIR")) {
3232
define("PLUGINFIELDS_DIR", GLPI_ROOT . "/plugins/fields");

0 commit comments

Comments
 (0)