This commit is contained in:
Derek Macias 2016-01-09 03:23:39 -07:00
parent b64c20f9a8
commit 9d6e12c9c0
2 changed files with 7 additions and 1 deletions

View File

@ -3,7 +3,7 @@
<!DOCTYPE PLUGIN [ <!DOCTYPE PLUGIN [
<!ENTITY name "wakeonlan"> <!ENTITY name "wakeonlan">
<!ENTITY author "dmacias72"> <!ENTITY author "dmacias72">
<!ENTITY version "2016.01.09"> <!ENTITY version "2016.01.09a">
<!ENTITY launch "Settings/Wakeonlan"> <!ENTITY launch "Settings/Wakeonlan">
<!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,6 +16,9 @@
<PLUGIN name="&name;" author="&author;" launch="&launch;" version="&version;" pluginURL="&pluginURL;"> <PLUGIN name="&name;" author="&author;" launch="&launch;" version="&version;" pluginURL="&pluginURL;">
<CHANGES> <CHANGES>
###2016.01.09a
- saved mac address cannot be blank
- minor code changes
###2016.01.09 ###2016.01.09
- move repo to unRaid-plugins - move repo to unRaid-plugins
- add tablesorter fork for better sorting and sort save - add tablesorter fork for better sorting and sort save

View File

@ -13,6 +13,9 @@ 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> <Icon>https://raw.githubusercontent.com/dmacias72/unRAID-plugins/master/plugins/wakeonlan.png</Icon>
<Date>2016-01-09</Date> <Date>2016-01-09</Date>
<Changes> <Changes>
###2016.01.09a
- saved mac address cannot be blank
- minor code changes
###2016.01.09 ###2016.01.09
- move repo to unRaid-plugins - move repo to unRaid-plugins
- add tablesorter fork for better sorting and sort save - add tablesorter fork for better sorting and sort save