We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent efad621 commit 430cdfdCopy full SHA for 430cdfd
CHANGELOG.md
@@ -8,6 +8,10 @@ backwards-incompatible changes that will affect existing usage.
8
9
<!-- CHANGELOG_PLACEHOLDER -->
10
11
+## 12.0.4 - 2025-12-11
12
+
13
+- Fix psalm error ([#1027](https://github.com/php-curl-class/php-curl-class/pull/1027))
14
15
## 12.0.3 - 2025-11-24
16
17
- Simplify MultiCurl execution loop ([#1017](https://github.com/php-curl-class/php-curl-class/pull/1017))
src/Curl/Curl.php
@@ -6,7 +6,7 @@
6
7
class Curl extends BaseCurl
{
- public const VERSION = '12.0.3';
+ public const VERSION = '12.0.4';
public const DEFAULT_TIMEOUT = 30;
public $curl = null;
0 commit comments