Skip to content

Commit 9a38095

Browse files
committed
Bump version
1 parent 22e99eb commit 9a38095

3 files changed

Lines changed: 7 additions & 2 deletions

File tree

behaviors.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,11 @@
3232
<author>Nelly Mahu-Lasson</author>
3333
</authors>
3434
<versions>
35+
<version>
36+
<num>3.0.6</num>
37+
<compatibility>~11.0</compatibility>
38+
<download_url>https://github.com/InfotelGLPI/behaviors/releases/download/3.0.6/glpi-behaviors-3.0.6.tar.bz2</download_url>
39+
</version>
3540
<version>
3641
<num>3.0.5</num>
3742
<compatibility>~11.0</compatibility>

setup.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
use GlpiPlugin\Behaviors\ProblemTask;
5050
use Glpi\Plugin\Hooks;
5151

52-
define('PLUGIN_BEHAVIORS_VERSION', '3.0.5');
52+
define('PLUGIN_BEHAVIORS_VERSION', '3.0.6');
5353
// Init the hooks of the plugins -Needed
5454
function plugin_init_behaviors()
5555
{

src/Config.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ static function install(Migration $mig)
194194
$DB->update('glpi_notifications', ['event' => 'assign_group'], ['event' => 'plugin_behaviors_ticketnewgrp']);
195195
$DB->update('glpi_notifications', ['event' => 'assign_supplier'],['event' => 'plugin_behaviors_ticketnewsupp']);
196196
$DB->update('glpi_notifications', ['event' => 'observer_user'], ['event' => 'plugin_behaviors_ticketnewwatch']);
197-
197+
198198
$mig->addField($table, 'is_tickettasktodo', 'bool', ['after' => 'clone']);
199199

200200
// version 2.1.0

0 commit comments

Comments
 (0)