File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
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.7 under development
5
- -----------------------
4
+ 2.0.7 September 24, 2018
5
+ ------------------------
6
6
7
+ - Bug #165 : ` Response::detectFormatByContent ` now detects JSON Array (germanow)
7
8
- Enh #156 : Added ` Request::setFullUrl() ` return reference (vuongxuongminh)
8
- - Bug #165 : ` Response::detectFormatByContent ` now detect JSON Array (germanow)
9
9
10
10
11
11
2.0.6 February 13, 2018
Original file line number Diff line number Diff line change @@ -79,7 +79,7 @@ public function getUrl()
79
79
80
80
/**
81
81
* 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.
83
83
* Do not use it for the target URL specification, use [[setUrl()]] instead.
84
84
* @param string $fullUrl full target URL.
85
85
* @return $this self reference.
You can’t perform that action at this time.
0 commit comments