Skip to content

Commit 8591f37

Browse files
committed
New release;
1 parent d455275 commit 8591f37

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
@@ -82,10 +82,17 @@ This plugin allow your browser to show notifications for GLPI
8282
<compatibility>0.90</compatibility>
8383
<compatibility>9.1</compatibility>
8484
</version>
85+
<version>
86+
<num>1.1.3</num>
87+
<compatibility>0.85</compatibility>
88+
<compatibility>0.90</compatibility>
89+
<compatibility>9.1</compatibility>
90+
</version>
8591
</versions>
8692
<langs>
8793
<lang>en_US</lang>
8894
<lang>pt_BR</lang>
95+
<lang>ru_RU</lang>
8996
</langs>
9097
<license><![CDATA[GPL v2+]]></license>
9198
<tags>

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.2');
3+
define('PLUGIN_BROWSERNOTIFICATION_VERSION', '1.1.3');
44

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

0 commit comments

Comments
 (0)