Skip to content

Commit 0a17341

Browse files
committed
Released 1.1.0 version
1 parent 176906e commit 0a17341

File tree

3 files changed

+9
-1
lines changed

3 files changed

+9
-1
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ This plugin allow your browser to show notifications for GLPI
2525
* Allow configuration
2626
* Notification in all browsers in which you are connected
2727
* Play sound
28+
* Show notification for scheduled tasks
2829

2930
# TODO
3031
* [ ] User profile permission

browsernotification.xml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ This plugin allow your browser to show notifications for GLPI
3737
* Allow configuration
3838
* Notification in all browsers in which you are connected
3939
* Play sound
40+
* Show notification for scheduled tasks
4041
4142
# TODO
4243
* [ ] User profile permission
@@ -63,6 +64,12 @@ This plugin allow your browser to show notifications for GLPI
6364
<compatibility>0.90</compatibility>
6465
<compatibility>9.1</compatibility>
6566
</version>
67+
<version>
68+
<num>1.1.0</num>
69+
<compatibility>0.85</compatibility>
70+
<compatibility>0.90</compatibility>
71+
<compatibility>9.1</compatibility>
72+
</version>
6673
</versions>
6774
<langs>
6875
<lang>en_US</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.0.1');
3+
define('PLUGIN_BROWSERNOTIFICATION_VERSION', '1.1.0');
44

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

0 commit comments

Comments
 (0)