This commit is contained in:
Derek Macias 2016-06-19 07:49:54 -06:00
parent bb618578bc
commit 23bd256096
2 changed files with 6 additions and 2 deletions

View File

@ -3,7 +3,7 @@
<!DOCTYPE PLUGIN [ <!DOCTYPE PLUGIN [
<!ENTITY name "speedtest"> <!ENTITY name "speedtest">
<!ENTITY author "dmacias72"> <!ENTITY author "dmacias72">
<!ENTITY version "2016.06.10"> <!ENTITY version "2016.06.19">
<!ENTITY launch "Settings/SpeedtestSettings"> <!ENTITY launch "Settings/SpeedtestSettings">
<!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">
@ -21,6 +21,8 @@ This Plugin installs speedtest-cli for unRaid 6.1 All dependencies are installe
--> -->
<CHANGES> <CHANGES>
###2016.06.19
- fix: scheduler not saving changes
###2016.06.10 ###2016.06.10
- fix: make schedule variables unique, so other schedules aren't affected - fix: make schedule variables unique, so other schedules aren't affected
###2016.06.08 ###2016.06.08

View File

@ -11,8 +11,10 @@ This plugin interacts with the command line interface for testing internet bandw
</Description> </Description>
<Support>http://lime-technology.com/forum/index.php?topic=43500.0</Support> <Support>http://lime-technology.com/forum/index.php?topic=43500.0</Support>
<Icon>https://raw.githubusercontent.com/dmacias72/unRAID-plugins/master/plugins/speedtest.png</Icon> <Icon>https://raw.githubusercontent.com/dmacias72/unRAID-plugins/master/plugins/speedtest.png</Icon>
<Date>2016-06-10</Date> <Date>2016-06-19</Date>
<Changes> <Changes>
###2016.06.19
- fix: scheduler not saving changes
###2016.06.10 ###2016.06.10
- fix: make schedule variables unique, so other schedules aren't affected - fix: make schedule variables unique, so other schedules aren't affected
###2016.06.08 ###2016.06.08