From: gggeek <giunta.gaetano@gmail.com> Date: Sat, 11 Feb 2023 16:44:07 +0000 (+0000) Subject: tag for release X-Git-Tag: 4.10.0~1 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=28398f1b9f4e4d9723596014adce691d19c7a02c;p=plcapi.git tag for release --- diff --git a/NEWS.md b/NEWS.md index 6b425286..08fb3ef7 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,4 +1,4 @@ -## XML-RPC for PHP version 4.xx - unreleased +## XML-RPC for PHP version 4.10.0 - 2023/02/11 * changed: the minimum php version required has been increased to 5.4 diff --git a/doc/manual/phpxmlrpc_manual.adoc b/doc/manual/phpxmlrpc_manual.adoc index 0ae8e8f1..5ac5abaf 100644 --- a/doc/manual/phpxmlrpc_manual.adoc +++ b/doc/manual/phpxmlrpc_manual.adoc @@ -1,6 +1,6 @@ = XML-RPC for PHP User Manual Gaetano Giunta; Edd Dumbill -4.9.5 +4.10.0 :keywords: xml-rpc, xml, rpc, webservices, http :title-page: :toc: @@ -1102,7 +1102,7 @@ string. ==== $xmlrpcVersion - PhpXmlRpc\PhpXmlRpc::$xmlrpcVersion = "4.9.5" + PhpXmlRpc\PhpXmlRpc::$xmlrpcVersion = "4.10.0" The string representation of the version number of the PHPXMLRPC library in use. It is used by the Client for building the User-Agent HTTP header that is sent with every request to the server. You can change its value if you need diff --git a/src/PhpXmlRpc.php b/src/PhpXmlRpc.php index 4e8cd47f..cb0e4048 100644 --- a/src/PhpXmlRpc.php +++ b/src/PhpXmlRpc.php @@ -119,7 +119,7 @@ class PhpXmlRpc /** * @var string */ - public static $xmlrpcVersion = "4.9.5"; + public static $xmlrpcVersion = "4.10.0"; /** * @var int