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.11.0 - 2022-12-05
10
+
11
+ - Add Curl::diagnose() HTTP method check matches methods allowed ([ #741 ] ( https://github.com/php-curl-class/php-curl-class/pull/741 ) )
12
+ - Add temporary fix missing template params ([ #742 ] ( https://github.com/php-curl-class/php-curl-class/pull/742 ) )
13
+
9
14
## 9.10.0 - 2022-11-07
10
15
11
16
- Display request options in Curl::diagnose() output ([ #739 ] ( https://github.com/php-curl-class/php-curl-class/pull/739 ) )
Original file line number Diff line number Diff line change 8
8
9
9
class Curl
10
10
{
11
- const VERSION = '9.10 .0 ' ;
11
+ const VERSION = '9.11 .0 ' ;
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