We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d9c9879 commit 4602ce1Copy full SHA for 4602ce1
browsernotification.xml
@@ -70,6 +70,12 @@ This plugin allow your browser to show notifications for GLPI
70
<compatibility>0.90</compatibility>
71
<compatibility>9.1</compatibility>
72
</version>
73
+ <version>
74
+ <num>1.1.1</num>
75
+ <compatibility>0.85</compatibility>
76
+ <compatibility>0.90</compatibility>
77
+ <compatibility>9.1</compatibility>
78
+ </version>
79
</versions>
80
<langs>
81
<lang>en_US</lang>
setup.php
@@ -1,6 +1,6 @@
1
<?php
2
3
-define('PLUGIN_BROWSERNOTIFICATION_VERSION', '1.1.0');
+define('PLUGIN_BROWSERNOTIFICATION_VERSION', '1.1.1');
4
5
// Init the hooks of the plugins -Needed
6
function plugin_init_browsernotification() {
0 commit comments