update code to jquery

This commit is contained in:
dmacias72 2017-02-05 15:24:20 -07:00
parent 0ef1a2fa61
commit e010672b2b

View File

@ -3,7 +3,7 @@
<!DOCTYPE PLUGIN [ <!DOCTYPE PLUGIN [
<!ENTITY name "cmdline"> <!ENTITY name "cmdline">
<!ENTITY author "dmacias72"> <!ENTITY author "dmacias72">
<!ENTITY version "2017.01.28"> <!ENTITY version "2017.02.05">
<!ENTITY launch "Settings/CommandLineSettingsTabs"> <!ENTITY launch "Settings/CommandLineSettingsTabs">
<!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">
@ -22,6 +22,9 @@ This Plugin installs and controls shellinabox for unRaid 6.1 All dependencies a
<CHANGES> <CHANGES>
##&name; ##&name;
###&version; ###&version;
- update some code to jquery
- add support link in readme
###2017.01.28
- update security for XSS and CSRF vulnerabilities - update security for XSS and CSRF vulnerabilities
- strip down screenfetch for slackware/unRAID - strip down screenfetch for slackware/unRAID
- add unRAID version to screenshot - add unRAID version to screenshot