File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,12 @@ backwards-incompatible changes that will affect existing usage.
6
6
7
7
<!-- CHANGELOG_PLACEHOLDER -->
8
8
9
+ ## 9.6.2 - 2022-09-24
10
+
11
+ - Call MultiCurl::beforeSend() before each request is made ([ #723 ] ( https://github.com/php-curl-class/php-curl-class/pull/723 ) )
12
+ - Encode keys for post data with numeric keys ([ #726 ] ( https://github.com/php-curl-class/php-curl-class/pull/726 ) )
13
+ - Fix building post data with object ([ #728 ] ( https://github.com/php-curl-class/php-curl-class/pull/728 ) )
14
+
9
15
## 9.6.1 - 2022-06-30
10
16
11
17
### Fixed
Original file line number Diff line number Diff line change 8
8
9
9
class Curl
10
10
{
11
- const VERSION = '9.6.1 ' ;
11
+ const VERSION = '9.6.2 ' ;
12
12
const DEFAULT_TIMEOUT = 30 ;
13
13
14
14
public $ curl = null ;
You can’t perform that action at this time.
0 commit comments