Releases: plivo/plivo-php
Releases · plivo/plivo-php
v4.0.0-beta1
- The new SDK works with PHP 5.5, 5.6, 7.0 and 7.1
- JSON serialization and deserialization is now handled by the SDK
- The API interfaces are consistent and guessable
API Domain changed from api.plivo.io to api.plivo.com
v1.1.7 Changed API domain from api.plivo.io to api.plivo.com
API Domain changed from api.plivo.com to api.plivo.io
v1.1.6 Update CHANGELOG.md
Added digitsMatchBLeg parameter to Dial XML
Merge pull request #37 from plivo/add_param_dial_xml Add digitsMatchBLeg to Dial XML
v1.1.4
now you can pass accented and non ascii characters in a Speak element and they will be properly encoded in the resulting XML
v1.1.3
Removed the catching of guzzle exceptions from the request function. Users should be responsible for catching GuzzleHttp\Exception\RequestException
to handle network problems. See Guzzle Documentation on Exceptions for more details.
v1.1.2
Relaxed guzzlehttp/guzzle version requirements; any guzzlehttp/guzzle v6.0.0 and above should work just fine.
v1.1.1
Updated to use Guzzle 6.1.1
closes #24
Requires PHP 5.5 or above
v1.0.1
Update README.md