Skip to content

Commit

Permalink
changelog, minor fix and updated version
Browse files Browse the repository at this point in the history
  • Loading branch information
Thumpala Vinay Kumar authored and Thumpala Vinay Kumar committed Feb 21, 2024
1 parent 364d912 commit 447c795
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Change Log

## [4.60.0](https://github.com/plivo/plivo-php/tree/v4.60.0) (2024-02-21)
**Feature - Import Campaign API**
- Added import campaign API

## [4.59.1](https://github.com/plivo/plivo-php/tree/v4.59.1) (2024-01-12)
**Bug fix - Plivo Signature validation-V3 URL constructor**
- Fixed the URL constructor for signature validation which was failing when the URL did not contain query parameters.
Expand Down
2 changes: 1 addition & 1 deletion src/Plivo/Version.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ class Version
/**
* @const int PHP helper library minor version number
*/
const MINOR = 59;
const MINOR = 60;

/**
* @const int PHP helper library patch number
Expand Down
2 changes: 1 addition & 1 deletion tests/Resources/CampaignTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ public function testCampaignImport()
'POST',
'Account/MAXXXXXXXXXXXXXXXXXX/10dlc/Campaign/Import/',
[
'campaignId' => "CNTQ0OD",
'campaign_id' => "CNTQ0OD",
'campaign_alias' => "New Contact by vinay for ct",

]);
Expand Down

0 comments on commit 447c795

Please sign in to comment.