Skip to content

Commit 6d83a8f

Browse files
committed
Add 2.6.0 version definition
1 parent 18a285f commit 6d83a8f

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

barcode.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,11 @@
2222
<author>David DURIEUX</author>
2323
</authors>
2424
<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>
2530
<version>
2631
<num>2.5.2</num>
2732
<compatibility>~9.5.0</compatibility>

setup.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
------------------------------------------------------------------------
4040
*/
4141

42-
define ("PLUGIN_BARCODE_VERSION", "2.5.2");
42+
define ("PLUGIN_BARCODE_VERSION", "2.6.0");
4343

4444
// Minimal GLPI version, inclusive
4545
define('PLUGIN_BARCODE_MIN_GLPI', '9.5');

0 commit comments

Comments
 (0)