add more help and update defaults

This commit is contained in:
dmacias72 2017-01-30 00:50:12 -07:00
parent bbe7f613b4
commit 1bb29070ff
2 changed files with 9 additions and 3 deletions

View File

@ -3,7 +3,7 @@
<!DOCTYPE PLUGIN [
<!ENTITY name "speedtest">
<!ENTITY author "dmacias72">
<!ENTITY version "2017.01.27">
<!ENTITY version "2017.01.30">
<!ENTITY launch "Settings/SpeedtestSettings">
<!ENTITY gitURL "https://raw.githubusercontent.com/&author;/unRAID-plugins/master">
<!ENTITY pluginURL "&gitURL;/plugins/&name;.plg">
@ -23,7 +23,10 @@ This Plugin installs speedtest-cli for unRaid 6.1 All dependencies are installe
<CHANGES>
##&name;
###&version;
- update security
- update python to 2.7.13
- add support link to readme
###2017.01.27
- more code for XSS and CSRF vulnerabilities
###2017.01.23
- remove local tablesorter
- move js depends to cdn

View File

@ -11,8 +11,11 @@ This plugin interacts with the command line interface for testing internet bandw
</Description>
<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>
<Date>2017-01-27</Date>
<Date>2017-01-30</Date>
<Changes>
###2017.01.30
- update python to 2.7.13
- add support link to readme
###2017.01.27
- update security
###2017.01.23