mirror of
https://github.com/php-curl-class/php-curl-class.git
synced 2026-08-30 20:20:53 +00:00
Bump version: 12.0.1 → 12.0.2
This commit is contained in:
@@ -8,6 +8,11 @@ backwards-incompatible changes that will affect existing usage.
|
||||
|
||||
<!-- CHANGELOG_PLACEHOLDER -->
|
||||
|
||||
## 12.0.2 - 2025-11-18
|
||||
|
||||
- Improve MultiCurl::waitUntilRequestQuotaAvailable ([#1016](https://github.com/php-curl-class/php-curl-class/pull/1016))
|
||||
- Fix rate limit ([#1015](https://github.com/php-curl-class/php-curl-class/pull/1015))
|
||||
|
||||
## 12.0.1 - 2025-11-03
|
||||
|
||||
- Remove calls to deprecated functions ([#1005](https://github.com/php-curl-class/php-curl-class/pull/1005))
|
||||
|
||||
+1
-1
@@ -6,7 +6,7 @@ namespace Curl;
|
||||
|
||||
class Curl extends BaseCurl
|
||||
{
|
||||
public const VERSION = '12.0.1';
|
||||
public const VERSION = '12.0.2';
|
||||
public const DEFAULT_TIMEOUT = 30;
|
||||
|
||||
public $curl = null;
|
||||
|
||||
Reference in New Issue
Block a user