diff --git a/plugins/speedtest.plg b/plugins/speedtest.plg index 39ab4703..7f82882b 100755 --- a/plugins/speedtest.plg +++ b/plugins/speedtest.plg @@ -3,7 +3,7 @@ - + @@ -23,6 +23,9 @@ This Plugin installs speedtest-cli for unRaid 6.1 All dependencies are installe ##&name; ###&version; +- fix scheduler hourly setting +- fix scheduler tab calculation +###2017.01.30 - update python to 2.7.13 - add support link to readme ###2017.01.27 @@ -248,7 +251,7 @@ echo "" echo "-----------------------------------------------------------" echo " &name; has been installed." echo " This plugin requires Dynamix webGui to operate" -echo " Copyright 2017, &author;" +echo " Copyright 2015-2017, &author;" echo " Version: &version;" echo "-----------------------------------------------------------" echo "" @@ -274,7 +277,7 @@ rm -f /boot/config/plugins/dynamix/speedtest.cron echo "" echo "-----------------------------------------------------------" echo " &name; has been removed." -echo " Copyright 2017, &author;" +echo " Copyright 2015-2017, &author;" echo " Version: &version;" echo "-----------------------------------------------------------" echo "" diff --git a/plugins/speedtest.xml b/plugins/speedtest.xml index 588a1343..aa935a55 100644 --- a/plugins/speedtest.xml +++ b/plugins/speedtest.xml @@ -11,8 +11,11 @@ This plugin interacts with the command line interface for testing internet bandw http://lime-technology.com/forum/index.php?topic=43500.0 https://raw.githubusercontent.com/dmacias72/unRAID-plugins/master/plugins/speedtest.png -2017-01-30 +2017-02-12 +###2017.02.12 +- fix scheduler hourly setting +- fix scheduler tab calculation ###2017.01.30 - update python to 2.7.13 - add support link to readme