Skip to content

Commit 2b8a93b

Browse files
Bump version: 9.18.1 → 9.18.2
1 parent acfa5e0 commit 2b8a93b

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ backwards-incompatible changes that will affect existing usage.
66

77
<!-- CHANGELOG_PLACEHOLDER -->
88

9+
## 9.18.2 - 2023-09-11
10+
11+
- Fix use of mb_strpos() causing error when polyfill is used ([#813](https://github.com/php-curl-class/php-curl-class/pull/813))
12+
913
## 9.18.1 - 2023-08-29
1014

1115
- Add additional check for decoding gzip-encoded responses ([#808](https://github.com/php-curl-class/php-curl-class/pull/808))

src/Curl/Curl.php

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

77
class Curl extends BaseCurl
88
{
9-
const VERSION = '9.18.1';
9+
const VERSION = '9.18.2';
1010
const DEFAULT_TIMEOUT = 30;
1111

1212
public $curl = null;

0 commit comments

Comments
 (0)