update version

This commit is contained in:
Derek Macias 2015-12-29 19:31:55 -07:00
parent 23f91a14b4
commit 4b02e3f2f6
2 changed files with 13 additions and 6 deletions

View File

@ -3,7 +3,7 @@
<!DOCTYPE PLUGIN [
<!ENTITY name "speedtest">
<!ENTITY author "dmacias72">
<!ENTITY version "2015.12.20a">
<!ENTITY version "2015.12.29">
<!ENTITY launch "Tools/Speedtest">
<!ENTITY gitURL "https://raw.githubusercontent.com/&author;/unRAID-plugins/master">
<!ENTITY pluginURL "&gitURL;/plugins/&name;.plg">
@ -21,6 +21,11 @@ This Plugin installs speedtest-cli for unRaid 6.1 All dependencies are installe
-->
<CHANGES>
###2015.12.29
- update tablesorter to v2.25.0 combined
- add tablesorter filters to table
- save speedtest host server
- add shadow box display when running speedtest
###2015.12.20a
- Added cron settings page
- Separated into proper webgui locations
@ -108,13 +113,10 @@ else
upgradepkg --install-new &plgpath;/&plgname;.txz
fi
# Update file permissions of script
chmod +0755 /usr/sbin/speedtest-xml
#upgrade pip and install speedtest-cli
pip install --upgrade pip
pip install speedtest-cli
pip install --upgrade speedtest-cli
pip install --upgrade &name;-cli
# Cleaning old source files
find &plgpath;/ -type f -iname "&name;*.txz" ! -iname "*&version;*" -delete

View File

@ -11,8 +11,13 @@ 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>2015-12-20</Date>
<Date>2015-12-29</Date>
<Changes>
###2015.12.29
- update tablesorter to v2.25.0 combined
- add tablesorter filters to table
- save speedtest host server
- add shadow box display when running speedtest
###2015.12.20a
- Added cron settings page
- Separated into proper webgui locations