You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+31Lines changed: 31 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -25,6 +25,37 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
25
25
26
26
-`Redmine\Client::getCheckSslHost()` always returns as boolean
27
27
28
+
### Deprecated
29
+
30
+
-`Redmine\Client` is deprecated, use `Redmine\Client\NativeCurlClient` or `Redmine\Client\Psr18Client` instead
31
+
- Magic getter in `Redmine\Client` is deprecated, use `Redmine\Client::getApi()` instead
32
+
-`Redmine\Client::api()` is deprecated, use `Redmine\Client::getApi()` instead
33
+
-`Redmine\Client::get()` is deprecated, use `Redmine\Client::requestGet()` instead
34
+
-`Redmine\Client::post()` is deprecated, use `Redmine\Client::requestPost()` instead
35
+
-`Redmine\Client::put()` is deprecated, use `Redmine\Client::requestPut()` instead
36
+
-`Redmine\Client::delete()` is deprecated, use `Redmine\Client::requestDelete()` instead
37
+
-`Redmine\Client::setCheckSslCertificate()` is deprecated, use `Redmine\Client::setCurlOption()` instead
38
+
-`Redmine\Client::setCheckSslHost()` is deprecated, use `Redmine\Client::setCurlOption()` instead
39
+
-`Redmine\Client::setSslVersion()` is deprecated, use `Redmine\Client::setCurlOption()` instead
40
+
-`Redmine\Client::setUseHttpAuth()` is deprecated, use `Redmine\Client::setCurlOption()` instead
41
+
-`Redmine\Client::setPort()` is deprecated, use `Redmine\Client::setCurlOption()` instead
42
+
-`Redmine\Client::getResponseCode()` is deprecated, use `Redmine\Client::getLastResponseStatusCode()` instead
43
+
-`Redmine\Client::setImpersonateUser()` is deprecated, use `Redmine\Client::startImpersonateUser()` and `Redmine\Client::stopImpersonateUser()` instead
44
+
-`Redmine\Client::setCustomHost()` is deprecated, use `Redmine\Client::setCurlOption()` instead
45
+
-`Redmine\Client::getUrl()` is deprecated, you should stop using it
46
+
-`Redmine\Client::decode()` is deprecated, you should stop using it
47
+
-`Redmine\Client::getCheckSslCertificate()` is deprecated, you should stop using it
48
+
-`Redmine\Client::getCheckSslHost()` is deprecated, you should stop using it
49
+
-`Redmine\Client::getSslVersion()` is deprecated, you should stop using it
50
+
-`Redmine\Client::getUseHttpAuth()` is deprecated, you should stop using it
51
+
-`Redmine\Client::getPort()` is deprecated, you should stop using it
52
+
-`Redmine\Client::getImpersonateUser()` is deprecated, you should stop using it
53
+
-`Redmine\Client::getCustomHost()` is deprecated, you should stop using it
54
+
-`Redmine\Client::getCurlOptions()` is deprecated, you should stop using it
55
+
-`Redmine\Client::prepareRequest()` is deprecated, you should stop using it
56
+
-`Redmine\Client::processCurlResponse()` is deprecated, you should stop using it
57
+
-`Redmine\Client::runRequest()` is deprecated, you should stop using it
0 commit comments