Skip to content

Commit 7a8f05e

Browse files
Bump version: 11.1.0 → 12.0.0
1 parent 202e857 commit 7a8f05e

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ backwards-incompatible changes that will affect existing usage.
66

77
<!-- CHANGELOG_PLACEHOLDER -->
88

9+
## 12.0.0 - 2025-03-25
10+
11+
- Drop support for PHP 7.4 ([#937](https://github.com/php-curl-class/php-curl-class/pull/937))
12+
913
## 11.1.0 - 2025-03-24
1014

1115
- Add methods like Curl::setGet() for each HTTP request method ([#936](https://github.com/php-curl-class/php-curl-class/pull/936))

src/Curl/Curl.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
class Curl extends BaseCurl
88
{
9-
public const VERSION = '11.1.0';
9+
public const VERSION = '12.0.0';
1010
public const DEFAULT_TIMEOUT = 30;
1111

1212
public $curl = null;

0 commit comments

Comments
 (0)