File tree 2 files changed +4
-3
lines changed
2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 1
1
Yii Framework 2 HTTP client extension Change Log
2
2
================================================
3
3
4
- 2.0.16 under development
4
+ 2.0.16 February 13, 2025
5
5
------------------------
6
6
7
- - Enh #239 : Support for PHP 8.1 (rhertogh)
8
7
- Bug #240 : Fixed ` \yii\httpclient\Response::getIsOk() ` to include entire 2xx response code range (rhertogh)
8
+ - Enh #239 : Support for PHP 8.1 (rhertogh)
9
9
10
10
11
11
2.0.15 May 22, 2023
Original file line number Diff line number Diff line change 17
17
* @property string $fullUrl Full target URL.
18
18
* @property string $method Request method.
19
19
* @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.
21
22
*
22
23
* @author Paul Klimov <klimov.paul@gmail.com>
23
24
* @since 2.0
You can’t perform that action at this time.
0 commit comments