update plugin
This commit is contained in:
parent
9813b115ab
commit
9bc076878b
|
@ -3,7 +3,7 @@
|
||||||
<!DOCTYPE PLUGIN [
|
<!DOCTYPE PLUGIN [
|
||||||
<!ENTITY name "NerdPack">
|
<!ENTITY name "NerdPack">
|
||||||
<!ENTITY author "dmacias72">
|
<!ENTITY author "dmacias72">
|
||||||
<!ENTITY version "2016.01.24">
|
<!ENTITY version "2016.01.25">
|
||||||
<!ENTITY launch "Settings/&name;">
|
<!ENTITY launch "Settings/&name;">
|
||||||
<!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">
|
||||||
|
@ -16,6 +16,10 @@
|
||||||
<PLUGIN name="&name;" author="&author;" version="&version;" launch="&launch;" pluginURL="&pluginURL;">
|
<PLUGIN name="&name;" author="&author;" version="&version;" launch="&launch;" pluginURL="&pluginURL;">
|
||||||
|
|
||||||
<CHANGES>
|
<CHANGES>
|
||||||
|
###2016.01.25
|
||||||
|
- Merge eschultz pull request
|
||||||
|
- tweaks to tablesorter to restore saved filters
|
||||||
|
- minor optimizations
|
||||||
###2016.01.24
|
###2016.01.24
|
||||||
- Merged eschultz's package repo and following fixes
|
- Merged eschultz's package repo and following fixes
|
||||||
- Fixed first time running warnings about missing packages.json / desc files
|
- Fixed first time running warnings about missing packages.json / desc files
|
||||||
|
|
|
@ -11,8 +11,12 @@ This plugin allows installation of extra packages, mostly CLI, for advanced user
|
||||||
</Description>
|
</Description>
|
||||||
<Support>http://lime-technology.com/forum/index.php?topic=37541.0</Support>
|
<Support>http://lime-technology.com/forum/index.php?topic=37541.0</Support>
|
||||||
<Icon>https://raw.githubusercontent.com/dmacias72/unRAID-plugins/master/plugins/NerdPack.png</Icon>
|
<Icon>https://raw.githubusercontent.com/dmacias72/unRAID-plugins/master/plugins/NerdPack.png</Icon>
|
||||||
<Date>2016-01-24</Date>
|
<Date>2016-01-25</Date>
|
||||||
<Changes>
|
<Changes>
|
||||||
|
###2016.01.25
|
||||||
|
- Merge eschultz pull request
|
||||||
|
- tweaks to tablesorter to restore saved filters
|
||||||
|
- minor optimizations
|
||||||
###2016.01.24
|
###2016.01.24
|
||||||
- Merged eschultz's package repo and following fixes
|
- Merged eschultz's package repo and following fixes
|
||||||
- Fixed first time running warnings about missing packages.json / desc files
|
- Fixed first time running warnings about missing packages.json / desc files
|
||||||
|
|
Loading…
Reference in New Issue
Block a user