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 f87653b commit 680afbcCopy full SHA for 680afbc
CHANGELOG.md
@@ -6,6 +6,10 @@ backwards-incompatible changes that will affect existing usage.
6
7
<!-- CHANGELOG_PLACEHOLDER -->
8
9
+## 9.19.1 - 2024-02-27
10
+
11
+- Fix afterSend not being called ([#848](https://github.com/php-curl-class/php-curl-class/pull/848))
12
13
## 9.19.0 - 2024-01-18
14
15
- Allow displaying curl option value without specifying value ([#837](https://github.com/php-curl-class/php-curl-class/pull/837))
src/Curl/Curl.php
@@ -6,7 +6,7 @@
class Curl extends BaseCurl
{
- const VERSION = '9.19.0';
+ const VERSION = '9.19.1';
const DEFAULT_TIMEOUT = 30;
public $curl = null;
0 commit comments