We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eec4962 commit df9648eCopy full SHA for df9648e
plugin.xml
@@ -33,6 +33,11 @@
33
<author>TECLIB'</author>
34
</authors>
35
<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>
41
<version>
42
<num>2.11.3</num>
43
<compatibility>~10.0.0</compatibility>
setup.php
@@ -30,7 +30,7 @@
30
31
use Glpi\Plugin\Hooks;
32
-define ('PLUGIN_TAG_VERSION', '2.11.3');
+define ('PLUGIN_TAG_VERSION', '2.11.4');
// Minimal GLPI version, inclusive
define("PLUGIN_TAG_MIN_GLPI", "10.0.0");
0 commit comments