update ip address

This commit is contained in:
dmacias72 2016-10-24 12:13:44 -06:00
parent 8dd8afc4d4
commit 800265f38a
2 changed files with 8 additions and 2 deletions

View File

@ -3,7 +3,7 @@
<!DOCTYPE PLUGIN [
<!ENTITY name "wakeonlan">
<!ENTITY author "dmacias72">
<!ENTITY version "2016.10.22">
<!ENTITY version "2016.10.24">
<!ENTITY launch "Settings/Wakeonlan">
<!ENTITY gitURL "https://raw.githubusercontent.com/&author;/unRAID-plugins/master">
<!ENTITY pluginURL "&gitURL;/plugins/&name;.plg">
@ -18,6 +18,9 @@
<CHANGES>
##&name;
###&version;
- fix: ip address variable
- fix: scan not working
###2016.10.22
- update ip address variable
- update code formatting
###2016.09.16

View File

@ -11,8 +11,11 @@ Wake On Lan plugin allows you to scan your network, add and save computers from
</Description>
<Support>http://lime-technology.com/forum/index.php?topic=38289.0</Support>
<Icon>https://raw.githubusercontent.com/dmacias72/unRAID-plugins/master/plugins/wakeonlan.png</Icon>
<Date>2016-10-22</Date>
<Date>2016-10-24</Date>
<Changes>
###2016.10.24
- fix: ip address variable
- fix: scan not working
###2016.10.22
- update ip address variable
- update code formatting