Skip to content

Commit c6cb48f

Browse files
committed
1.2.1
1 parent 3a98b75 commit c6cb48f

File tree

3 files changed

+7
-1
lines changed

3 files changed

+7
-1
lines changed

Diff for: .github/ISSUE_TEMPLATE/bug_report.yml

+1
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,7 @@ body:
8686
label: GLPIInventory plugin
8787
description: What is your GLPIInventory plugin version on server-side?
8888
options:
89+
- 1.2.1
8990
- 1.2.0
9091
- 1.1.0
9192
- 1.0.6

Diff for: glpiinventory.xml

+5
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,11 @@
9494
<author>Teclib'</author>
9595
</authors>
9696
<versions>
97+
<version>
98+
<num>1.2.1</num>
99+
<compatibility>~10.0.2</compatibility>
100+
<download_url>https://github.com/glpi-project/glpi-inventory-plugin/releases/download/1.2.1/glpi-glpiinventory-1.2.1.tar.bz2</download_url>
101+
</version>
97102
<version>
98103
<num>1.2.0</num>
99104
<compatibility>~10.0.2</compatibility>

Diff for: setup.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333

3434
use Glpi\Plugin\Hooks;
3535

36-
define("PLUGIN_GLPIINVENTORY_VERSION", "1.2.0");
36+
define("PLUGIN_GLPIINVENTORY_VERSION", "1.2.1");
3737
// Minimal GLPI version, inclusive
3838
define('PLUGIN_GLPI_INVENTORY_GLPI_MIN_VERSION', '10.0.2');
3939
// Maximum GLPI version, exclusive

0 commit comments

Comments
 (0)