Skip to content

Commit df9648e

Browse files
committed
2.11.4
1 parent eec4962 commit df9648e

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

plugin.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,11 @@
3333
<author>TECLIB'</author>
3434
</authors>
3535
<versions>
36+
<version>
37+
<num>2.11.4</num>
38+
<compatibility>~10.0.0</compatibility>
39+
<download_url>https://github.com/pluginsGLPI/tag/releases/download/2.11.4/glpi-tag-2.11.4.tar.bz2</download_url>
40+
</version>
3641
<version>
3742
<num>2.11.3</num>
3843
<compatibility>~10.0.0</compatibility>

setup.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030

3131
use Glpi\Plugin\Hooks;
3232

33-
define ('PLUGIN_TAG_VERSION', '2.11.3');
33+
define ('PLUGIN_TAG_VERSION', '2.11.4');
3434

3535
// Minimal GLPI version, inclusive
3636
define("PLUGIN_TAG_MIN_GLPI", "10.0.0");

0 commit comments

Comments
 (0)