This commit is contained in:
dmacias72 2016-10-24 01:14:39 -06:00
parent ed93da9d80
commit 1bc2b37d70
2 changed files with 8 additions and 2 deletions

View File

@ -3,7 +3,7 @@
<!DOCTYPE PLUGIN [
<!ENTITY name "ipmi">
<!ENTITY author "dmacias72">
<!ENTITY version "2016.10.22">
<!ENTITY version "2016.10.24">
<!ENTITY launch "Settings/IPMI">
<!ENTITY gitURL "https://raw.githubusercontent.com/&author;/unRAID-plugins/master">
<!ENTITY pluginURL "&gitURL;/plugins/&name;.plg">
@ -18,6 +18,9 @@
<CHANGES>
##&name;
###&version;
- update codemirror for sensor and config editor
- add: search and replace functions for config editor
###2016.10.22
- fix: min/max version in plugin
###2016.10.19
- fix: min/max version in plugin

View File

@ -11,8 +11,11 @@ The ipmi plugin allows you to view your system sensors and events using your ipm
</Description>
<Support>http://lime-technology.com/forum/index.php?topic=39787.0</Support>
<Icon>https://raw.githubusercontent.com/dmacias72/unRAID-plugins/master/plugins/ipmi.png</Icon>
<Date>2016-10-22</Date>
<Date>2016-10-24</Date>
<Changes>
###2016.10.24
- update codemirror for sensor and config editor
- add: search and replace functions for config editor
###2016.10.22
- fix: min/max version in plugin
###2016.10.19