File tree Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,18 @@ PHP Curl Class uses semantic versioning with version numbers written as `MAJOR.M
44` MINOR ` and ` PATCH ` version changes. It is recommended to review ` MAJOR ` changes prior to upgrade as there may be
55backwards-incompatible changes that will affect existing usage.
66
7+ ## 9.5.0 - 2021-11-21
8+
9+ ### Added
10+
11+ - Method ` Curl::setStop() ` for stopping requests early without downloading the full response body
12+ [ #681 ] ( https://github.com/php-curl-class/php-curl-class/issues/681 )
13+
14+ ### Fixed
15+
16+ - Fixed constructing request url when using ` MultiCurl::addPost() `
17+ [ #686 ] ( https://github.com/php-curl-class/php-curl-class/issues/686 )
18+
719## 9.4.0 - 2021-09-04
820
921### Changed
Original file line number Diff line number Diff line change 88
99class Curl
1010{
11- const VERSION = '9.4 .0 ' ;
11+ const VERSION = '9.5 .0 ' ;
1212 const DEFAULT_TIMEOUT = 30 ;
1313
1414 public $ curl = null ;
You can’t perform that action at this time.
0 commit comments