Releases: Bandwidth/php-bandwidth-iris
Releases · Bandwidth/php-bandwidth-iris
v3.4.0
What's Changed
- DX-2319 Fixed Old inetwork URL by @ckoegel in #82
- DX-2441 Add Issue Template by @ckoegel in #83
- DX-2478 CODEOWNERS by @ckoegel in #84
- DX-2499 Add
CallbackCredentials
to Subscriptions by @ckoegel in #86 - Update composer.json with new version by @ajrice6713 in #87
New Contributors
- @ckoegel made their first contribution in #82
- @ajrice6713 made their first contribution in #87
Full Changelog: v3.3.2...v3.4.0
Updated the portins set_activation_status method use a PUT method
set_activation_status has been using a POST - update to make a PUT
Cleared portin actualfocdate for update requests
Updated the portins update method to clear the ActualFocDate field (#74) * Updated the portins update method to clear the ActualFocDate field * made sure foc was set before clearing it
Add fields to PortoutModel.php
Added the following fields to the port out model to reflect the updated API
- PortOutStatus
- ActualFocDate
- SPID
Update SipPeerTelephoneNumber to enable/disabe SMS
v3.2.0 Update README.md
Added application management
Dx 1628 added application management (#69) * DX-1628 added application management endpoints * Updated readme * Bumped version * Added check to always return a list for list items
Updated to guzzle 7
Updated guzzle to 7 (#68) * Updated guzzle to 7 * updated readme and composer.json * dropped old php versions from travis
changed base url
Update Client.php (#66) * Update Client.php * updated package version
Fixed docstring for disconnects model
Fixed data type for disconnects model (#65) * Fixed data type for disconnects model * Updated version
Fixed grabbing of file name
Dx 1390 fixed file response header for post requests (#63) * Fixed location header response * Fixed php warnings * Updated readme example * Added test