add dynamix plugin update api and support link to readme

This commit is contained in:
dmacias72 2017-01-29 13:53:54 -07:00
parent 43258e1bb4
commit 88740094ce
2 changed files with 4 additions and 3 deletions

View File

@ -3,7 +3,7 @@
<!DOCTYPE PLUGIN [
<!ENTITY name "wakeonlan">
<!ENTITY author "dmacias72">
<!ENTITY version "2017.01.29">
<!ENTITY version "2017.01.29a">
<!ENTITY launch "Settings/Wakeonlan">
<!ENTITY gitURL "https://raw.githubusercontent.com/&author;/unRAID-plugins/master">
<!ENTITY pluginURL "&gitURL;/plugins/&name;.plg">
@ -20,8 +20,9 @@
###&version;
- harden code for XSS and CSRF vulnerabilities
- update nmap to 7.40
- fix blank scan.xml causing errors
- fix: blank scan.xml causing errors
- misc code improvements
- add: dynamix plugin update api
2016.10.24
- fix: ip address variable
- fix: scan not working

View File

@ -13,7 +13,7 @@ Wake On Lan plugin allows you to scan your network, add and save computers from
<Icon>https://raw.githubusercontent.com/dmacias72/unRAID-plugins/master/plugins/wakeonlan.png</Icon>
<Date>2017-01-29</Date>
<Changes>
###2017.01.29
###2017.01.29a
- harden code for XSS and CSRF vulnerabilities
- update nmap to 7.40
- fix blank scan.xml causing errors