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 d57b004 commit 062f586Copy full SHA for 062f586
CHANGELOG.md
@@ -6,6 +6,10 @@ backwards-incompatible changes that will affect existing usage.
6
7
<!-- CHANGELOG_PLACEHOLDER -->
8
9
+## 11.1.0 - 2025-03-24
10
+
11
+- Add methods like Curl::setGet() for each HTTP request method ([#936](https://github.com/php-curl-class/php-curl-class/pull/936))
12
13
## 11.0.5 - 2025-03-11
14
15
- Fix PHPStan static analysis errors ([#929](https://github.com/php-curl-class/php-curl-class/pull/929))
src/Curl/Curl.php
@@ -6,7 +6,7 @@
class Curl extends BaseCurl
{
- public const VERSION = '11.0.5';
+ public const VERSION = '11.1.0';
public const DEFAULT_TIMEOUT = 30;
public $curl = null;
0 commit comments