Skip to content

Commit 46c2947

Browse files
committed
release version 2.0.16
1 parent a16211e commit 46c2947

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
Yii Framework 2 HTTP client extension Change Log
22
================================================
33

4-
2.0.16 under development
4+
2.0.16 February 13, 2025
55
------------------------
66

7-
- Enh #239: Support for PHP 8.1 (rhertogh)
87
- Bug #240: Fixed `\yii\httpclient\Response::getIsOk()` to include entire 2xx response code range (rhertogh)
8+
- Enh #239: Support for PHP 8.1 (rhertogh)
99

1010

1111
2.0.15 May 22, 2023

src/Request.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@
1717
* @property string $fullUrl Full target URL.
1818
* @property string $method Request method.
1919
* @property-read array $options Request options.
20-
* @property string|array $url Target URL or URL parameters.
20+
* @property string|array|null $url Target URL or URL parameters. Note that the type of this property differs
21+
* in getter and setter. See [[getUrl()]] and [[setUrl()]] for details.
2122
*
2223
* @author Paul Klimov <klimov.paul@gmail.com>
2324
* @since 2.0

0 commit comments

Comments
 (0)