We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3283077 commit 16c345aCopy full SHA for 16c345a
badges.xml
@@ -25,6 +25,11 @@
25
<author>Infotel</author>
26
</authors>
27
<versions>
28
+ <version>
29
+ <num>3.1.7</num>
30
+ <compatibility>~11.0</compatibility>
31
+ <download_url>https://github.com/InfotelGLPI/badges/releases/download/3.1.7/glpi-badges-3.1.7.tar.bz2</download_url>
32
+ </version>
33
<version>
34
<num>3.1.6</num>
35
<compatibility>~11.0</compatibility>
setup.php
@@ -38,7 +38,7 @@
38
39
global $CFG_GLPI;
40
41
-define('PLUGIN_BADGES_VERSION', '3.1.6');
+define('PLUGIN_BADGES_VERSION', '3.1.7');
42
43
if (!defined("PLUGIN_BADGES_DIR")) {
44
define("PLUGIN_BADGES_DIR", Plugin::getPhpDir("badges"));
0 commit comments