update plugin version

This commit is contained in:
Derek Macias 2016-02-02 11:39:07 -07:00
parent 6bf837bfcb
commit 15a21a538a
2 changed files with 6 additions and 2 deletions

View File

@ -3,7 +3,7 @@
<!DOCTYPE PLUGIN [ <!DOCTYPE PLUGIN [
<!ENTITY name "NerdPack"> <!ENTITY name "NerdPack">
<!ENTITY author "dmacias72"> <!ENTITY author "dmacias72">
<!ENTITY version "2016.01.25"> <!ENTITY version "2016.02.02">
<!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,8 @@
<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.02.02
- add check for other plugin dependencies on uninstall
###2016.01.25 ###2016.01.25
- Merge eschultz pull request - Merge eschultz pull request
- tweaks to tablesorter to restore saved filters - tweaks to tablesorter to restore saved filters

View File

@ -11,8 +11,10 @@ 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-25</Date> <Date>2016-02-02</Date>
<Changes> <Changes>
###2016.02.02
- add check for other plugin dependencies on uninstall
###2016.01.25 ###2016.01.25
- Merge eschultz pull request - Merge eschultz pull request
- tweaks to tablesorter to restore saved filters - tweaks to tablesorter to restore saved filters