diff --git a/CHANGELOG.md b/CHANGELOG.md index 47473394..86d6b69c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,8 @@ # Change Log +## [4.66.3](https://github.com/plivo/plivo-php/tree/v4.66.3) (2024-11-08) +**Bug fix** +-Fix subsquent requests to other services after a lookup request + ## [4.66.2](https://github.com/plivo/plivo-php/tree/v4.66.2) (2024-10-23) **Feature - FraudCheck param in Create, Get and List Session** - Support for the `fraud_check` parameter in sms verify session request diff --git a/src/Plivo/BaseClient.php b/src/Plivo/BaseClient.php index 97044432..6880154d 100644 --- a/src/Plivo/BaseClient.php +++ b/src/Plivo/BaseClient.php @@ -194,6 +194,8 @@ public function sendRequest(PlivoRequest $request, $url = null) static::$requestCount++; + static::$isLookupRequest = false; + static::$isZentrunkRequest = false; if (!$plivoResponse->ok() && !static::$isVoiceRequest) { return $plivoResponse; } diff --git a/src/Plivo/Version.php b/src/Plivo/Version.php index a70fc6e9..cb751ddd 100644 --- a/src/Plivo/Version.php +++ b/src/Plivo/Version.php @@ -26,7 +26,7 @@ class Version * @const int PHP helper library patch number */ - const PATCH = 2; + const PATCH = 3; /** * @return string