File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,14 @@ 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.5.1 - 2021-12-14
8
+
9
+ ### Fixed
10
+
11
+ - Silence PHP 8.1 deprecations [ #691 ] ( https://github.com/php-curl-class/php-curl-class/issues/691 )
12
+ - Remove data parameter from additional request types
13
+ [ #689 ] ( https://github.com/php-curl-class/php-curl-class/issues/689 )
14
+
7
15
## 9.5.0 - 2021-11-21
8
16
9
17
### Added
Original file line number Diff line number Diff line change 8
8
9
9
class Curl
10
10
{
11
- const VERSION = '9.5.0 ' ;
11
+ const VERSION = '9.5.1 ' ;
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