update speedtest plugin

This commit is contained in:
dmacias72 2017-04-16 21:54:08 -06:00
parent 00bd95d986
commit b9f0cd48ae
2 changed files with 8 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 "2017.04.11"> <!ENTITY version "2017.04.16">
<!ENTITY launch "Settings/SpeedtestSettingsTabs"> <!ENTITY launch "Settings/SpeedtestSettingsTabs">
<!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">
@ -22,6 +22,9 @@ This Plugin installs speedtest-cli for unRaid 6.1 All dependencies are installe
<CHANGES> <CHANGES>
##&name; ##&name;
###2017.04.16
- fix: remove my dangling link
- fix: set server default to 0 to prevent null variable if saved before server list loads
###2017.04.11 ###2017.04.11
- update python for 6.2, 6.3 and 6.4 - update python for 6.2, 6.3 and 6.4
- remove zpeter's speetest script due to end of development - remove zpeter's speetest script due to end of development

View File

@ -11,8 +11,11 @@ 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>2017-04-11</Date> <Date>2017-04-16</Date>
<Changes> <Changes>
###2017.04.16
- fix: remove my dangling link
- fix: set server default to 0 to prevent null variable if saved before server list loads
###2017.04.11 ###2017.04.11
- update python for 6.2, 6.3 and 6.4 - update python for 6.2, 6.3 and 6.4
- remove zpeter's speetest script due to end of development - remove zpeter's speetest script due to end of development