update changes
This commit is contained in:
parent
e3c7f1ce4f
commit
4da79297fe
|
@ -16,7 +16,8 @@
|
|||
<PLUGIN name="&name;" author="&author;" version="&version;" launch="&launch;" pluginURL="&pluginURL;">
|
||||
|
||||
<CHANGES>
|
||||
###2016.10.20
|
||||
##&name;
|
||||
###&version;
|
||||
- fix: php7 compatibility
|
||||
###2016.10.09
|
||||
- fix: not creating package directory
|
||||
|
|
|
@ -13,14 +13,15 @@
|
|||
<!ENTITY emhttp "/usr/local/emhttp/plugins/&name;">
|
||||
]>
|
||||
|
||||
<PLUGIN name="&name;" author="&author;" launch="&launch;" version="&version;" pluginURL="&pluginURL;">
|
||||
<PLUGIN name="&name;" author="&author;" launch="&launch;" version="&version;" pluginURL="&pluginURL;" min="6.2">
|
||||
|
||||
<!--
|
||||
This Plugin installs and controls The Apache HTTP Server ("httpd") for unRaid 6.0 ONLY. All dependencies are installed as needed and is controlable from the webgui.
|
||||
-->
|
||||
|
||||
<CHANGES>
|
||||
###2016.10.15
|
||||
##&name;
|
||||
###&version;
|
||||
- add: min and max version to plg
|
||||
- update php extensions to 5.6.26 match unRAID 6.3
|
||||
###2016.09.24
|
||||
|
|
|
@ -20,7 +20,8 @@ This Plugin installs and controls shellinabox for unRaid 6.1 All dependencies a
|
|||
-->
|
||||
|
||||
<CHANGES>
|
||||
###2016.10.22
|
||||
##&name;
|
||||
###&version;
|
||||
- fix: ip connection for 6.2+
|
||||
- add: tabs for terminal and settings
|
||||
###2016.06.14
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<!DOCTYPE PLUGIN [
|
||||
<!ENTITY name "libvirtwol">
|
||||
<!ENTITY author "dmacias72">
|
||||
<!ENTITY version "2016.10.15">
|
||||
<!ENTITY version "2016.10.22">
|
||||
<!ENTITY launch "Settings/VMSettings">
|
||||
<!ENTITY gitURL "https://raw.githubusercontent.com/&author;/unRAID-plugins/master">
|
||||
<!ENTITY pluginURL "&gitURL;/plugins/&name;.plg">
|
||||
|
@ -20,6 +20,9 @@ This Plugin installs libvirt wake on lan for unRaid 6.1 All dependencies are in
|
|||
-->
|
||||
|
||||
<CHANGES>
|
||||
##&name;
|
||||
###&version;
|
||||
- fix: min and max
|
||||
###2016.10.15
|
||||
- add: min and max versions
|
||||
###2016.10.09
|
||||
|
@ -80,7 +83,7 @@ This Plugin installs libvirt wake on lan for unRaid 6.1 All dependencies are in
|
|||
<MD5>a94235dba17e63e12eb888cba9bbb155</MD5>
|
||||
</FILE>
|
||||
|
||||
<FILE Name="&plgPATH;/python-2.7.9-x86_64-1.txz" Max="6.1" Run="upgradepkg --install-new">
|
||||
<FILE Name="&plgPATH;/python-2.7.9-x86_64-1.txz" Max="6.1.99" Run="upgradepkg --install-new">
|
||||
<URL>&gitURL;/packages/6.1/python-2.7.9-x86_64-1.txz</URL>
|
||||
<MD5>7d5f6d12757c59e5f08ca25bd63aab78</MD5>
|
||||
</FILE>
|
||||
|
@ -90,7 +93,7 @@ This Plugin installs libvirt wake on lan for unRaid 6.1 All dependencies are in
|
|||
<MD5>9a64e4941dd9c7fa3b9c8bf244c9a2d3</MD5>
|
||||
</FILE>
|
||||
|
||||
<FILE Name="&plgPATH;/libvirt-python-1.2.18-x86_64-1ponce.txz" Max="6.1" Run="upgradepkg --install-new">
|
||||
<FILE Name="&plgPATH;/libvirt-python-1.2.18-x86_64-1ponce.txz" Max="6.1.99" Run="upgradepkg --install-new">
|
||||
<URL>&pkgURL;/libvirt-python-1.2.18-x86_64-1ponce.txz</URL>
|
||||
<MD5>4198c7784a57d7ff80fb1d53811ceb5e</MD5>
|
||||
</FILE>
|
||||
|
|
|
@ -16,7 +16,8 @@
|
|||
<PLUGIN name="&name;" author="&author;" version="&version;" launch="&launch;" pluginURL="&pluginURL;">
|
||||
|
||||
<CHANGES>
|
||||
###2016.10.09
|
||||
##&name;
|
||||
###&version;
|
||||
- update for 6.3
|
||||
###2016.10.02
|
||||
- add: Python 3.5.2 for unRAID 6.2
|
||||
|
|
|
@ -21,7 +21,8 @@ This Plugin installs speedtest-cli for unRaid 6.1 All dependencies are installe
|
|||
-->
|
||||
|
||||
<CHANGES>
|
||||
###2016.10.15
|
||||
##&name;
|
||||
###&version;
|
||||
- update speedtest-linux to 1.0.2-c
|
||||
###2016.10.09a
|
||||
- update for 6.3
|
||||
|
|
|
@ -16,7 +16,8 @@
|
|||
<PLUGIN name="&name;" author="&author;" launch="&launch;" version="&version;" pluginURL="&pluginURL;">
|
||||
|
||||
<CHANGES>
|
||||
###2016.10.22
|
||||
##&name;
|
||||
###&version;
|
||||
- update ip address variable
|
||||
- update code formatting
|
||||
###2016.09.16
|
||||
|
|
Loading…
Reference in New Issue
Block a user