File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,11 @@ backwards-incompatible changes that will affect existing usage.
6
6
7
7
<!-- CHANGELOG_PLACEHOLDER -->
8
8
9
+ ## 9.18.0 - 2023-08-28
10
+
11
+ - Implement Curl::setError() and MultiCurl::setError() ([ #805 ] ( https://github.com/php-curl-class/php-curl-class/pull/805 ) )
12
+ - Rename ::setError() to ::afterSend() ([ #807 ] ( https://github.com/php-curl-class/php-curl-class/pull/807 ) )
13
+
9
14
## 9.17.4 - 2023-07-10
10
15
11
16
- Add coding standards rule to use the null coalescing operator ?? where possible ([ #801 ] ( https://github.com/php-curl-class/php-curl-class/pull/801 ) )
Original file line number Diff line number Diff line change 6
6
7
7
class Curl extends BaseCurl
8
8
{
9
- const VERSION = '9.17.4 ' ;
9
+ const VERSION = '9.18.0 ' ;
10
10
const DEFAULT_TIMEOUT = 30 ;
11
11
12
12
public $ curl = null ;
You can’t perform that action at this time.
0 commit comments