Skip to content

Commit 45c0915

Browse files
committed
Bump version: 9.3.0 → 9.3.1
1 parent 620bf40 commit 45c0915

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,16 @@ 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
55
backwards-incompatible changes that will affect existing usage.
66

7+
## 9.3.1 - 2021-08-05
8+
9+
### Changed
10+
11+
- Enabled strict types (`declare(strict_types=1);`)
12+
13+
### Fixed
14+
15+
- Fixed `Curl::downloadFileName` not being set correctly
16+
717
## 9.3.0 - 2021-07-23
818

919
### Added

src/Curl/Curl.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
class Curl
1010
{
11-
const VERSION = '9.3.0';
11+
const VERSION = '9.3.1';
1212
const DEFAULT_TIMEOUT = 30;
1313

1414
public $curl = null;

0 commit comments

Comments
 (0)