mirror of
https://github.com/php-curl-class/php-curl-class.git
synced 2026-09-04 23:06:53 +00:00
Bump version: 9.18.0 → 9.18.1
This commit is contained in:
@@ -6,6 +6,10 @@ backwards-incompatible changes that will affect existing usage.
|
||||
|
||||
<!-- CHANGELOG_PLACEHOLDER -->
|
||||
|
||||
## 9.18.1 - 2023-08-29
|
||||
|
||||
- Add additional check for decoding gzip-encoded responses ([#808](https://github.com/php-curl-class/php-curl-class/pull/808))
|
||||
|
||||
## 9.18.0 - 2023-08-28
|
||||
|
||||
- Implement Curl::setError() and MultiCurl::setError() ([#805](https://github.com/php-curl-class/php-curl-class/pull/805))
|
||||
|
||||
+1
-1
@@ -6,7 +6,7 @@ namespace Curl;
|
||||
|
||||
class Curl extends BaseCurl
|
||||
{
|
||||
const VERSION = '9.18.0';
|
||||
const VERSION = '9.18.1';
|
||||
const DEFAULT_TIMEOUT = 30;
|
||||
|
||||
public $curl = null;
|
||||
|
||||
Reference in New Issue
Block a user