File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 11Yii 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
11112.0.15 May 22, 2023
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments