This commit is contained in:
Derek Macias 2016-06-04 06:40:16 -06:00
parent 26e1e74004
commit 676a9c1c37
2 changed files with 6 additions and 2 deletions

View File

@ -3,7 +3,7 @@
<!DOCTYPE PLUGIN [
<!ENTITY name "libvirtwol">
<!ENTITY author "dmacias72">
<!ENTITY version "2016.04.16">
<!ENTITY version "2016.06.04">
<!ENTITY launch "Settings/VMSettings">
<!ENTITY gitURL "https://raw.githubusercontent.com/&author;/unRAID-plugins/master">
<!ENTITY pluginURL "&gitURL;/plugins/&name;.plg">
@ -20,6 +20,8 @@ This Plugin installs libvirt wake on lan for unRaid 6.1 All dependencies are in
-->
<CHANGES>
###2016.06.04
- add rc script
###2016.04.16
- add help button comments
- add dynamix plugin API

View File

@ -11,8 +11,10 @@ Wake On Lan for Virtual Machines. Allows you to recieve a wake on lan packet to
</Description>
<Support>http://lime-technology.com/forum/index.php?topic=44017.0</Support>
<Icon>https://raw.githubusercontent.com/dmacias72/unRAID-plugins/master/plugins/libvirtwol.png</Icon>
<Date>2016-04-16</Date>
<Date>2016-06-04</Date>
<Changes>
###2016.06.04
- add rc script
###2016.04.16
- add help button comments
- add dynamix plugin API