mirror of
https://github.com/php-curl-class/php-curl-class.git
synced 2026-09-10 02:16:23 +00:00
Bump version: 9.6.3 → 9.7.0
This commit is contained in:
@@ -6,6 +6,10 @@ backwards-incompatible changes that will affect existing usage.
|
||||
|
||||
<!-- CHANGELOG_PLACEHOLDER -->
|
||||
|
||||
## 9.7.0 - 2022-09-29
|
||||
|
||||
- Implement ArrayUtil::arrayRandomIndex() ([#732](https://github.com/php-curl-class/php-curl-class/pull/732))
|
||||
|
||||
## 9.6.3 - 2022-09-24
|
||||
|
||||
- Remove filter flag constants deprecated as of PHP 7.3 ([#730](https://github.com/php-curl-class/php-curl-class/pull/730))
|
||||
|
||||
+1
-1
@@ -8,7 +8,7 @@ use Curl\Url;
|
||||
|
||||
class Curl
|
||||
{
|
||||
const VERSION = '9.6.3';
|
||||
const VERSION = '9.7.0';
|
||||
const DEFAULT_TIMEOUT = 30;
|
||||
|
||||
public $curl = null;
|
||||
|
||||
Reference in New Issue
Block a user