move local tablesorter to cdn, add support link to readme

This commit is contained in:
dmacias72
2017-01-30 22:38:30 -07:00
parent 12e01ccee9
commit 961a6dd31e
8 changed files with 221 additions and 21 deletions

View File

@ -3,7 +3,7 @@
<!DOCTYPE PLUGIN [
<!ENTITY name "NerdPack">
<!ENTITY author "dmacias72">
<!ENTITY version "2016.10.20">
<!ENTITY version "2017.01.30">
<!ENTITY launch "Settings/&name;">
<!ENTITY gitURL "https://raw.githubusercontent.com/&author;/unRAID-plugins/master">
<!ENTITY pluginURL "&gitURL;/plugins/&name;.plg">
@ -18,6 +18,9 @@
<CHANGES>
##&name;
###&version;
- move local tablesorter to cdn
- add support link to readme
###2016.10.20
- fix: php7 compatibility
###2016.10.09
- fix: not creating package directory
@ -234,7 +237,7 @@ echo ""
echo "-----------------------------------------------------------"
echo " &name; has been installed."
echo " This plugin requires Dynamix webGui to operate"
echo " Copyright 2016, &author;, eschultz"
echo " Copyright 2016-2017, &author;, eschultz"
echo " Version: &version;"
echo "-----------------------------------------------------------"
echo ""
@ -255,7 +258,7 @@ rm -f &plgPATH;/&plgNAME;.md5
echo ""
echo "-----------------------------------------------------------"
echo " &name; has been removed."
echo " Copyright 2016, &author;, eschultz"
echo " Copyright 2016-2017, &author;, eschultz"
echo " Version: &version;"
echo "-----------------------------------------------------------"
echo ""

View File

@ -11,8 +11,10 @@ This plugin allows installation of extra packages, mostly CLI, for advanced user
</Description>
<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>
<Date>2016-10-20</Date>
<Date>2017.01.30</Date>
<Changes>
###2017.01.30
###2016.10.20
- fix: php7 compatibility
###2016.10.09