Skip to content

Commit 9271faa

Browse files
committed
New release 1.1.9
1 parent 3cc0263 commit 9271faa

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

browsernotification.xml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,13 @@ This plugin allow your browser to show notifications for GLPI
118118
<compatibility>0.90</compatibility>
119119
<compatibility>9.1</compatibility>
120120
</version>
121+
<version>
122+
<num>1.1.9</num>
123+
<compatibility>0.85</compatibility>
124+
<compatibility>0.90</compatibility>
125+
<compatibility>9.1</compatibility>
126+
<compatibility>9.2</compatibility>
127+
</version>
121128
</versions>
122129
<langs>
123130
<lang>cs_CZ</lang>

setup.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22

3-
define('PLUGIN_BROWSERNOTIFICATION_VERSION', '1.1.8');
3+
define('PLUGIN_BROWSERNOTIFICATION_VERSION', '1.1.9');
44

55
// Init the hooks of the plugins -Needed
66
function plugin_init_browsernotification() {

0 commit comments

Comments
 (0)