File tree Expand file tree Collapse file tree 1 file changed +24
-0
lines changed Expand file tree Collapse file tree 1 file changed +24
-0
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,30 @@ PHP Curl Class uses semantic versioning with version numbers written as `MAJOR.M
4
4
` MINOR ` and ` PATCH ` version changes. It is recommended to review ` MAJOR ` changes prior to upgrade as there may be
5
5
backwards-incompatible changes that will affect existing usage.
6
6
7
+ ## 9.2.0 - 2021-06-23
8
+
9
+ ### Added
10
+
11
+ - Additional Curl::set\* and MultiCurl::set\* helper methods
12
+
13
+ ```
14
+ Curl::setAutoReferer()
15
+ Curl::setAutoReferrer()
16
+ Curl::setFollowLocation()
17
+ Curl::setForbidReuse()
18
+ Curl::setMaximumRedirects()
19
+ MultiCurl::setAutoReferer()
20
+ MultiCurl::setAutoReferrer()
21
+ MultiCurl::setFollowLocation()
22
+ MultiCurl::setForbidReuse()
23
+ MultiCurl::setMaximumRedirects()
24
+ ```
25
+
26
+ ### Fixed
27
+
28
+ - Closing curl handles [#670](https://github.com/php-curl-class/php-curl-class/issues/670)
29
+ - Use of "$this" in non-object context [#671](https://github.com/php-curl-class/php-curl-class/pull/671)
30
+
7
31
## 9.1.0 - 2021-03-24
8
32
9
33
### Added
You can’t perform that action at this time.
0 commit comments