mirror of
https://github.com/php-curl-class/php-curl-class.git
synced 2026-08-30 12:14:36 +00:00
Bump version: 9.16.0 → 9.16.1
This commit is contained in:
@@ -6,6 +6,12 @@ backwards-incompatible changes that will affect existing usage.
|
||||
|
||||
<!-- CHANGELOG_PLACEHOLDER -->
|
||||
|
||||
## 9.16.1 - 2023-06-12
|
||||
|
||||
- Differentiate between internal options and user-set options ([#788](https://github.com/php-curl-class/php-curl-class/pull/788))
|
||||
- Create method to display a curl option value ([#785](https://github.com/php-curl-class/php-curl-class/pull/785))
|
||||
- Fix existing header overwritten after using MultiCurl::addCurl() ([#787](https://github.com/php-curl-class/php-curl-class/pull/787))
|
||||
|
||||
## 9.16.0 - 2023-05-25
|
||||
|
||||
- Graduate Curl::fastDownload() ([#783](https://github.com/php-curl-class/php-curl-class/pull/783))
|
||||
|
||||
+1
-1
@@ -8,7 +8,7 @@ use Curl\Url;
|
||||
|
||||
class Curl extends BaseCurl
|
||||
{
|
||||
const VERSION = '9.16.0';
|
||||
const VERSION = '9.16.1';
|
||||
const DEFAULT_TIMEOUT = 30;
|
||||
|
||||
public $curl = null;
|
||||
|
||||
Reference in New Issue
Block a user