Skip to content

Commit

Permalink
release version 2.0.16
Browse files Browse the repository at this point in the history
  • Loading branch information
samdark committed Feb 13, 2025
1 parent a16211e commit 46c2947
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
Yii Framework 2 HTTP client extension Change Log
================================================

2.0.16 under development
2.0.16 February 13, 2025
------------------------

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


2.0.15 May 22, 2023
Expand Down
3 changes: 2 additions & 1 deletion src/Request.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@
* @property string $fullUrl Full target URL.
* @property string $method Request method.
* @property-read array $options Request options.
* @property string|array $url Target URL or URL parameters.
* @property string|array|null $url Target URL or URL parameters. Note that the type of this property differs
* in getter and setter. See [[getUrl()]] and [[setUrl()]] for details.
*
* @author Paul Klimov <klimov.paul@gmail.com>
* @since 2.0
Expand Down

0 comments on commit 46c2947

Please sign in to comment.