mirror of
https://github.com/php-curl-class/php-curl-class.git
synced 2026-08-30 04:01:47 +00:00
Bump version: 12.0.4 → 13.0.0
This commit is contained in:
@@ -8,6 +8,10 @@ backwards-incompatible changes that will affect existing usage.
|
||||
|
||||
<!-- CHANGELOG_PLACEHOLDER -->
|
||||
|
||||
## 13.0.0 - 2026-04-20
|
||||
|
||||
- Implement CookieArray for handling decoded cookie names and values ([#1078](https://github.com/php-curl-class/php-curl-class/pull/1078))
|
||||
|
||||
## 12.0.4 - 2025-12-11
|
||||
|
||||
- Fix psalm error ([#1027](https://github.com/php-curl-class/php-curl-class/pull/1027))
|
||||
|
||||
+1
-1
@@ -6,7 +6,7 @@ namespace Curl;
|
||||
|
||||
class Curl extends BaseCurl
|
||||
{
|
||||
public const VERSION = '12.0.4';
|
||||
public const VERSION = '13.0.0';
|
||||
public const DEFAULT_TIMEOUT = 30;
|
||||
|
||||
public $curl = null;
|
||||
|
||||
Reference in New Issue
Block a user