tag 4 release 4.10.2
authorgggeek <giunta.gaetano@gmail.com>
Sun, 14 Apr 2024 22:47:46 +0000 (22:47 +0000)
committergggeek <giunta.gaetano@gmail.com>
Sun, 14 Apr 2024 22:47:46 +0000 (22:47 +0000)
NEWS.md
doc/manual/phpxmlrpc_manual.adoc
src/PhpXmlRpc.php

diff --git a/NEWS.md b/NEWS.md
index 4536314..69eb935 100644 (file)
--- 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.2 - 2024/04/14
 
 * fixed: allow `Server` subclasses to use their own Parser to determine the Request's charset
 
@@ -11,6 +11,8 @@
   - a `methodResponse` element without either `fault` or `params`
   - a `methodResponse` element with a `params` child which does not have a single `param`
 
+* improved: test on php 8.3
+
 
 ## XML-RPC for PHP version 4.10.1 - 2023/02/22
 
index 9e94fbd..bfead6c 100644 (file)
@@ -1,6 +1,6 @@
 = XML-RPC for PHP User Manual
 Gaetano Giunta; Edd Dumbill
-4.10.1
+4.10.2
 :keywords: xml-rpc, xml, rpc, webservices, http
 :title-page:
 :toc:
@@ -1102,7 +1102,7 @@ string.
 
 ==== $xmlrpcVersion
 
-    PhpXmlRpc\PhpXmlRpc::$xmlrpcVersion = "4.10.1"
+    PhpXmlRpc\PhpXmlRpc::$xmlrpcVersion = "4.10.2"
 
 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
index ce9a07a..4388889 100644 (file)
@@ -119,7 +119,7 @@ class PhpXmlRpc
     /**
      * @var string
      */
-    public static $xmlrpcVersion = "4.10.1";
+    public static $xmlrpcVersion = "4.10.2";
 
     /**
      * @var int