File tree Expand file tree Collapse file tree 3 files changed +9
-1
lines changed Expand file tree Collapse file tree 3 files changed +9
-1
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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 >
Original file line number Diff line number Diff line change 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
66function plugin_init_browsernotification () {
You can’t perform that action at this time.
0 commit comments