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 255cb67 commit eda22faCopy full SHA for eda22fa
plugin.xml
@@ -33,6 +33,11 @@
33
<author>TECLIB'</author>
34
</authors>
35
<versions>
36
+ <version>
37
+ <num>2.11.5</num>
38
+ <compatibility>~10.0.0</compatibility>
39
+ <download_url>https://github.com/pluginsGLPI/tag/releases/download/2.11.5/glpi-tag-2.11.5.tar.bz2</download_url>
40
+ </version>
41
<version>
42
<num>2.11.4</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.4');
+define ('PLUGIN_TAG_VERSION', '2.11.5');
// Minimal GLPI version, inclusive
define("PLUGIN_TAG_MIN_GLPI", "10.0.0");
0 commit comments