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