Skip to content

Commit 0d5553c

Browse files
committed
2.7.1
1 parent 309bf8c commit 0d5553c

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.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>
2530
<version>
2631
<num>2.7.0</num>
2732
<compatibility>~10.0.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.7.0");
42+
define ("PLUGIN_BARCODE_VERSION", "2.7.1");
4343

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

0 commit comments

Comments
 (0)