Skip to content

Commit ad6df5f

Browse files
committed
tag for release
1 parent 50f7a43 commit ad6df5f

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

NEWS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## XML-RPC for PHP version 4.XXX - unreleased
1+
## XML-RPC for PHP version 4.11.5 - 2025/11/11
22

33
* improved: make it easy to allow CORS requests to the demo server on hosts other than the altervista one
44

doc/manual/phpxmlrpc_manual.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1117,7 +1117,7 @@ string.
11171117

11181118
==== $xmlrpcVersion
11191119

1120-
PhpXmlRpc\PhpXmlRpc::$xmlrpcVersion = "4.11.4"
1120+
PhpXmlRpc\PhpXmlRpc::$xmlrpcVersion = "4.11.5"
11211121

11221122
The string representation of the version number of the PHPXMLRPC library in use. It is used by the Client for
11231123
building the User-Agent HTTP header that is sent with every request to the server. You can change its value if you need

src/PhpXmlRpc.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ class PhpXmlRpc
118118
/**
119119
* @var string
120120
*/
121-
public static $xmlrpcVersion = "4.11.4";
121+
public static $xmlrpcVersion = "4.11.5";
122122

123123
/**
124124
* @var int

0 commit comments

Comments
 (0)