From be65d40cdfefed6216e42cc8232c0f678c5ad23e Mon Sep 17 00:00:00 2001 From: pmill Date: Sun, 19 Jun 2016 16:24:11 +0100 Subject: [PATCH 1/2] Added extra php options to UpdateSite --- src/pmill/Plesk/UpdateSite.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pmill/Plesk/UpdateSite.php b/src/pmill/Plesk/UpdateSite.php index 6a48ca6..a32344a 100644 --- a/src/pmill/Plesk/UpdateSite.php +++ b/src/pmill/Plesk/UpdateSite.php @@ -54,7 +54,7 @@ public function __construct(array $config, $params = []) { $properties = []; - foreach (['php', 'php_handler_type', 'webstat', 'www_root'] as $key) { + foreach (['php', 'php_handler_type', 'webstat', 'www_root', 'php', 'php_handler_id', 'php_version'] as $key) { if (isset($params[$key])) { $properties[$key] = $params[$key]; } From 39aa45d197e85dfc1f29efa3d9c5a6b89a6ae85f Mon Sep 17 00:00:00 2001 From: pmill Date: Sun, 19 Jun 2016 16:26:49 +0100 Subject: [PATCH 2/2] Updated README --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index cc36b3a..61d2ea6 100755 --- a/README.md +++ b/README.md @@ -96,6 +96,10 @@ Unversioned (13 Apr 2013) * Updated GetServicePlan to accept 'guid' as a filter option * Updated DeleteSiteAlias to accept 'alias' as a filter option +New + +* Updated available parameters on UpdateSite + Copyright and License ---------------------