Skip to content

Commit

Permalink
Merge branch 'master' into SMS-6997
Browse files Browse the repository at this point in the history
  • Loading branch information
narayana-plivo authored Sep 6, 2024
2 parents 78115b4 + 82d55e2 commit efe9b6b
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
**Feature - Adding support for brand_name,app_hash ,code_length in Create,Get and List Session**
- Added new request param `brand_name`, `code_length` and `app_hash` in create Session API
- Added support for `brand_name`, `code_length` and `app_hash` param in get and list Session response
-
## [4.65.1](https://github.com/plivo/plivo-php/tree/v4.65.1)(2024-09-03)
**Feature - Adding new element for Audio Stream XML **
- Added `keepCallAlive` element in Audio Stream XML

## [4.65.0](https://github.com/plivo/plivo-php/tree/v4.65.0)(2024-07-11)
**Feature - Adding support for Locale param in Create, Get and List Session**
Expand Down
1 change: 1 addition & 0 deletions src/Plivo/Version.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ class Version
/**
* @const int PHP helper library patch number
*/

const PATCH = 2;
/**
* @return string
Expand Down
3 changes: 2 additions & 1 deletion src/Plivo/XML/Stream.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ class Stream extends Element
'statusCallbackUrl',
'statusCallbackMethod',
'contentType',
'extraHeaders'
'extraHeaders',
'keepCallAlive'
];

/**
Expand Down

0 comments on commit efe9b6b

Please sign in to comment.