This commit is contained in:
Derek Macias 2016-05-15 17:38:11 -06:00
parent f31b194510
commit d9184db421
2 changed files with 11 additions and 7 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.05.06"> <!ENTITY version "2016.05.15">
<!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,15 +21,17 @@ This Plugin installs speedtest-cli for unRaid 6.1 All dependencies are installe
--> -->
<CHANGES> <CHANGES>
###2016.05.15
- fix: tabs not working due to image path
###2016.05.06 ###2016.05.06
- add tabs for settings, scheduler and history - add: tabs for settings, scheduler and history
- add dynamix plugin update api - add: dynamix plugin update api
- add help info - add: help info
###2016.03.14 ###2016.03.14
- update package locations - update package locations
###2016.03.12 ###2016.03.12
- fix install python 2.7.11 for unRAID 6.2+ - fix: install python 2.7.11 for unRAID 6.2+
- fix install python 2.7.9 for unRAID 6.1 - fix: install python 2.7.9 for unRAID 6.1
###2016.02.28 ###2016.02.28
- fix: chart and table sync on changes - fix: chart and table sync on changes
- fix: filters save - fix: filters save

View File

@ -11,8 +11,10 @@ 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-05-06</Date> <Date>2016-05-15</Date>
<Changes> <Changes>
###2016.05.15
- fix: tabs not working due to image path
###2016.05.06 ###2016.05.06
- add tabs for settings, scheduler and history - add tabs for settings, scheduler and history
- add dynamix plugin update api - add dynamix plugin update api