We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 309bf8c commit 0d5553cCopy full SHA for 0d5553c
barcode.xml
@@ -22,6 +22,11 @@
22
<author>David DURIEUX</author>
23
</authors>
24
<versions>
25
+ <version>
26
+ <num>2.7.1</num>
27
+ <compatibility>~10.0.0</compatibility>
28
+ <download_url>https://github.com/pluginsGLPI/barcode/releases/download/2.7.1/glpi-barcode-2.7.1.tar.bz2</download_url>
29
+ </version>
30
<version>
31
<num>2.7.0</num>
32
<compatibility>~10.0.0</compatibility>
setup.php
@@ -39,7 +39,7 @@
39
------------------------------------------------------------------------
40
*/
41
42
-define ("PLUGIN_BARCODE_VERSION", "2.7.0");
+define ("PLUGIN_BARCODE_VERSION", "2.7.1");
43
44
// Minimal GLPI version, inclusive
45
define('PLUGIN_BARCODE_MIN_GLPI', '10.0.0');
0 commit comments