Navigation Menu

Skip to content

Commit

Permalink
release version 2.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
samdark committed Sep 23, 2018
1 parent 82f6f48 commit 360b0f9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions CHANGELOG.md
@@ -1,11 +1,11 @@
Yii Framework 2 HTTP client extension Change Log
================================================

2.0.7 under development
-----------------------
2.0.7 September 24, 2018
------------------------

- Bug #165: `Response::detectFormatByContent` now detects JSON Array (germanow)
- Enh #156: Added `Request::setFullUrl()` return reference (vuongxuongminh)
- Bug #165: `Response::detectFormatByContent` now detect JSON Array (germanow)


2.0.6 February 13, 2018
Expand Down
2 changes: 1 addition & 1 deletion src/Request.php
Expand Up @@ -79,7 +79,7 @@ public function getUrl()

/**
* Sets full target URL.
* This method can be use during request formatting and preparation.
* This method can be used during request formatting and preparation.
* Do not use it for the target URL specification, use [[setUrl()]] instead.
* @param string $fullUrl full target URL.
* @return $this self reference.
Expand Down

0 comments on commit 360b0f9

Please sign in to comment.