Skip to content

Commit cb7629a

Browse files
committed
tag for release
1 parent 1e905b9 commit cb7629a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

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.4 - 2025/10/3
22

33
* improved: allow to force usage of HTTP 1.1. when using curl for calls, via usage of 'http11_only'
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.3"
1120+
PhpXmlRpc\PhpXmlRpc::$xmlrpcVersion = "4.11.4"
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.3";
121+
public static $xmlrpcVersion = "4.11.4";
122122

123123
/**
124124
* @var int

0 commit comments

Comments
 (0)