Skip to content

Commit 56b462d

Browse files
committed
Bump version 3.1.2
1 parent 75379ab commit 56b462d

3 files changed

Lines changed: 8 additions & 3 deletions

File tree

addressing.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,11 @@
2727
<author>Nelly Mahu-Lasson</author>
2828
</authors>
2929
<versions>
30+
<version>
31+
<num>3.1.2</num>
32+
<compatibility>~11.0</compatibility>
33+
<download_url>https://github.com/pluginsGLPI/addressing/releases/download/3.1.2/glpi-addressing-3.1.2.tar.bz2</download_url>
34+
</version>
3035
<version>
3136
<num>3.1.1</num>
3237
<compatibility>~11.0</compatibility>

setup.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
use GlpiPlugin\Addressing\PingInfo;
3434
use GlpiPlugin\Addressing\Profile;
3535

36-
define('PLUGIN_ADDRESSING_VERSION', '3.1.1');
36+
define('PLUGIN_ADDRESSING_VERSION', '3.1.2');
3737

3838
if (!defined("PLUGIN_ADDRESSING_DIR")) {
3939
define("PLUGIN_ADDRESSING_DIR", Plugin::getPhpDir("addressing"));

src/Addressing.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1215,8 +1215,8 @@ public function showReport($params)
12151215
self::getFormURL(),
12161216
Toolbox::append_params(
12171217
[
1218-
'id' => $id,
1219-
'ping_on' => $ping_on,
1218+
'id' => $id,
1219+
'ping_on' => $ping_on,
12201220
'ping_off' => $ping_off,
12211221
'filter' => $filter,
12221222
'seeallotedip' => $alloted,

0 commit comments

Comments
 (0)