Skip to content

Commit 1f41dda

Browse files
committed
Add 1.12.9 version definition
1 parent 418cc5c commit 1f41dda

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

plugin.xml

+5
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,11 @@ Il existe un [script de migration](https://github.com/pluginsGLPI/customfields/b
102102
<compatibility>~10.0.0</compatibility>
103103
<download_url>https://github.com/pluginsGLPI/fields/releases/download/1.13.0-rc1/glpi-fields-1.13.0-rc1.tar.bz2</download_url>
104104
</version>
105+
<version>
106+
<num>1.12.9</num>
107+
<compatibility>~9.5.0</compatibility>
108+
<download_url>https://github.com/pluginsGLPI/fields/releases/download/1.12.9/glpi-fields-1.12.9.tar.bz2</download_url>
109+
</version>
105110
<version>
106111
<num>1.12.8</num>
107112
<compatibility>~9.5.0</compatibility>

setup.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
* -------------------------------------------------------------------------
2929
*/
3030

31-
define ('PLUGIN_FIELDS_VERSION', '1.12.8');
31+
define ('PLUGIN_FIELDS_VERSION', '1.12.9');
3232

3333
// Minimal GLPI version, inclusive
3434
define("PLUGIN_FIELDS_MIN_GLPI", "9.5");

0 commit comments

Comments
 (0)