Skip to content

Commit 360b0f9

Browse files
committed
release version 2.0.7
1 parent 82f6f48 commit 360b0f9

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

CHANGELOG.md

Lines changed: 3 additions & 3 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.7 under development
5-
-----------------------
4+
2.0.7 September 24, 2018
5+
------------------------
66

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

1010

1111
2.0.6 February 13, 2018

src/Request.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ public function getUrl()
7979

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

0 commit comments

Comments
 (0)