update
This commit is contained in:
parent
09e65a34d0
commit
f2a4a150a6
@ -3,7 +3,7 @@
|
|||||||
<!DOCTYPE PLUGIN [
|
<!DOCTYPE PLUGIN [
|
||||||
<!ENTITY name "qnotify">
|
<!ENTITY name "qnotify">
|
||||||
<!ENTITY author "dmacias72">
|
<!ENTITY author "dmacias72">
|
||||||
<!ENTITY version "2016.05.20">
|
<!ENTITY version "2016.05.22">
|
||||||
<!ENTITY launch "Settings/QNotify">
|
<!ENTITY launch "Settings/QNotify">
|
||||||
<!ENTITY gitURL "https://raw.githubusercontent.com/&author;/unRAID-plugins/master">
|
<!ENTITY gitURL "https://raw.githubusercontent.com/&author;/unRAID-plugins/master">
|
||||||
<!ENTITY pluginURL "&gitURL;/plugins/&name;.plg">
|
<!ENTITY pluginURL "&gitURL;/plugins/&name;.plg">
|
||||||
@ -16,8 +16,11 @@
|
|||||||
<PLUGIN name="&name;" author="&author;" version="&version;" launch="&launch;" pluginURL="&pluginURL;">
|
<PLUGIN name="&name;" author="&author;" version="&version;" launch="&launch;" pluginURL="&pluginURL;">
|
||||||
|
|
||||||
<CHANGES>
|
<CHANGES>
|
||||||
|
###2016.05.22
|
||||||
|
- fix: get token from notification settings
|
||||||
|
- fix: clear settings when stopping
|
||||||
###2016.05.20
|
###2016.05.20
|
||||||
- add dynamix plugin update api
|
- add: dynamix plugin update api
|
||||||
###2016.05.19
|
###2016.05.19
|
||||||
- initial unRAID 6 release.
|
- initial unRAID 6 release.
|
||||||
</CHANGES>
|
</CHANGES>
|
||||||
|
@ -11,8 +11,11 @@ The Quassel Notify plugin allows you to receive Pushbullet notifications based o
|
|||||||
</Description>
|
</Description>
|
||||||
<Support>http://lime-technology.com/forum/</Support>
|
<Support>http://lime-technology.com/forum/</Support>
|
||||||
<Icon>https://raw.githubusercontent.com/dmacias72/unRAID-plugins/master/plugins/qnotify.png</Icon>
|
<Icon>https://raw.githubusercontent.com/dmacias72/unRAID-plugins/master/plugins/qnotify.png</Icon>
|
||||||
<Date>2016-05-20</Date>
|
<Date>2016-05-22</Date>
|
||||||
<Changes>
|
<Changes>
|
||||||
|
###2016.05.22
|
||||||
|
- fix: get token from notification settings
|
||||||
|
- fix: clear settings when stopping
|
||||||
###2016.05.20
|
###2016.05.20
|
||||||
- add dynamix plugin update api
|
- add dynamix plugin update api
|
||||||
###2016.05.19
|
###2016.05.19
|
||||||
|
Loading…
x
Reference in New Issue
Block a user