Skip to content

Commit

Permalink
Released 1.1.0 version
Browse files Browse the repository at this point in the history
  • Loading branch information
edgardmessias committed Feb 14, 2017
1 parent 176906e commit 0a17341
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ This plugin allow your browser to show notifications for GLPI
* Allow configuration
* Notification in all browsers in which you are connected
* Play sound
* Show notification for scheduled tasks

# TODO
* [ ] User profile permission
7 changes: 7 additions & 0 deletions browsernotification.xml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ This plugin allow your browser to show notifications for GLPI
* Allow configuration
* Notification in all browsers in which you are connected
* Play sound
* Show notification for scheduled tasks
# TODO
* [ ] User profile permission
Expand All @@ -63,6 +64,12 @@ This plugin allow your browser to show notifications for GLPI
<compatibility>0.90</compatibility>
<compatibility>9.1</compatibility>
</version>
<version>
<num>1.1.0</num>
<compatibility>0.85</compatibility>
<compatibility>0.90</compatibility>
<compatibility>9.1</compatibility>
</version>
</versions>
<langs>
<lang>en_US</lang>
Expand Down
2 changes: 1 addition & 1 deletion setup.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

define('PLUGIN_BROWSERNOTIFICATION_VERSION', '1.0.1');
define('PLUGIN_BROWSERNOTIFICATION_VERSION', '1.1.0');

// Init the hooks of the plugins -Needed
function plugin_init_browsernotification() {
Expand Down

0 comments on commit 0a17341

Please sign in to comment.