Skip to content

Commit 825194e

Browse files
committed
Merge branch 'release/1.5.4'
2 parents d746666 + 9565dcc commit 825194e

File tree

3 files changed

+42
-38
lines changed

3 files changed

+42
-38
lines changed

composer.lock

Lines changed: 36 additions & 36 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

plugin.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,10 @@ Fonctionnalités
5353
<author>TECLIB'</author>
5454
</authors>
5555
<versions>
56+
<version>
57+
<num>1.5.4</num>
58+
<compatibility>9.4</compatibility>
59+
</version>
5660
<version>
5761
<num>1.5.3</num>
5862
<compatibility>9.4</compatibility>

setup.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
--------------------------------------------------------------------------
2222
*/
2323

24-
define ('PLUGIN_NEWS_VERSION', '1.5.3');
24+
define ('PLUGIN_NEWS_VERSION', '1.5.4');
2525

2626
// Minimal GLPI version, inclusive
2727
define("PLUGIN_NEWS_MIN_GLPI", "9.4");
@@ -47,7 +47,7 @@ function plugin_init_news() {
4747
"PluginNewsAlert", "displayOnCentral"
4848
];
4949

50-
$PLUGIN_HOOKS['pre_item_form']['alert'] = ['PluginNewsAlert', 'preItemForm'];
50+
$PLUGIN_HOOKS['pre_item_form']['news'] = ['PluginNewsAlert', 'preItemForm'];
5151

5252
if (Session::haveRight('reminder_public', READ)) {
5353
$PLUGIN_HOOKS['menu_toadd']['news'] = [

0 commit comments

Comments
 (0)