mirror of
https://github.com/php-curl-class/php-curl-class.git
synced 2026-08-31 04:34:27 +00:00
Bump version: 9.19.2 → 10.0.0
This commit is contained in:
@@ -6,6 +6,11 @@ backwards-incompatible changes that will affect existing usage.
|
||||
|
||||
<!-- CHANGELOG_PLACEHOLDER -->
|
||||
|
||||
## 10.0.0 - 2024-08-20
|
||||
|
||||
- Drop support for PHP 7.0 ([#880](https://github.com/php-curl-class/php-curl-class/pull/880))
|
||||
- Add public method getActiveCurls ([#871](https://github.com/php-curl-class/php-curl-class/pull/871))
|
||||
|
||||
## 9.19.2 - 2024-04-09
|
||||
|
||||
- Fix CI: Use nullable type declaration ([#859](https://github.com/php-curl-class/php-curl-class/pull/859))
|
||||
|
||||
+1
-1
@@ -6,7 +6,7 @@ namespace Curl;
|
||||
|
||||
class Curl extends BaseCurl
|
||||
{
|
||||
public const VERSION = '9.19.2';
|
||||
public const VERSION = '10.0.0';
|
||||
public const DEFAULT_TIMEOUT = 30;
|
||||
|
||||
public $curl = null;
|
||||
|
||||
Reference in New Issue
Block a user