update speedtest plugin

This commit is contained in:
dmacias72 2016-02-24 23:24:57 -07:00
parent 2053a4d220
commit 4a96c323cc
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 "2016.02.24"> <!ENTITY version "2016.02.25">
<!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,9 @@ This Plugin installs speedtest-cli for unRaid 6.1 All dependencies are installe
--> -->
<CHANGES> <CHANGES>
###2016.02.25
- fix: chart filter cookie
- fix: after deletion of row next image not shown
###2016.02.24 ###2016.02.24
- add modified speedtest.py script - add modified speedtest.py script
- remove obsolete dependencies from plugin install - remove obsolete dependencies from plugin install

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>2016-02-24</Date> <Date>2016-02-25</Date>
<Changes> <Changes>
###2016.02.25
- fix: chart filter cookie
- fix: after deletion of row next image not shown
###2016.02.24 ###2016.02.24
- add modified speedtest.py script - add modified speedtest.py script
- remove obsolete dependencies from plugin install - remove obsolete dependencies from plugin install