This commit is contained in:
dmacias72 2016-05-22 01:01:27 -06:00
parent 09e65a34d0
commit f2a4a150a6
2 changed files with 9 additions and 3 deletions

View File

@ -3,7 +3,7 @@
<!DOCTYPE PLUGIN [
<!ENTITY name "qnotify">
<!ENTITY author "dmacias72">
<!ENTITY version "2016.05.20">
<!ENTITY version "2016.05.22">
<!ENTITY launch "Settings/QNotify">
<!ENTITY gitURL "https://raw.githubusercontent.com/&author;/unRAID-plugins/master">
<!ENTITY pluginURL "&gitURL;/plugins/&name;.plg">
@ -16,8 +16,11 @@
<PLUGIN name="&name;" author="&author;" version="&version;" launch="&launch;" pluginURL="&pluginURL;">
<CHANGES>
###2016.05.22
- fix: get token from notification settings
- fix: clear settings when stopping
###2016.05.20
- add dynamix plugin update api
- add: dynamix plugin update api
###2016.05.19
- initial unRAID 6 release.
</CHANGES>

View File

@ -11,8 +11,11 @@ The Quassel Notify plugin allows you to receive Pushbullet notifications based o
</Description>
<Support>http://lime-technology.com/forum/</Support>
<Icon>https://raw.githubusercontent.com/dmacias72/unRAID-plugins/master/plugins/qnotify.png</Icon>
<Date>2016-05-20</Date>
<Date>2016-05-22</Date>
<Changes>
###2016.05.22
- fix: get token from notification settings
- fix: clear settings when stopping
###2016.05.20
- add dynamix plugin update api
###2016.05.19