Skip to content

Releases: plivo/plivo-php

v1.1.4

29 Mar 05:46
Compare
Choose a tag to compare

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

29 Feb 20:23
Compare
Choose a tag to compare

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

29 Feb 19:59
Compare
Choose a tag to compare

Relaxed guzzlehttp/guzzle version requirements; any guzzlehttp/guzzle v6.0.0 and above should work just fine.

v1.1.1

11 Feb 00:47
Compare
Choose a tag to compare

Added validate_signature function to RestAPI class.

closes #32

Updated to use Guzzle 6.1.1

25 Nov 16:43
Compare
Choose a tag to compare

closes #24

Requires PHP 5.5 or above

v1.0.1

24 Nov 22:59
Compare
Choose a tag to compare
Update README.md

Live on composer

10 Nov 06:54
Compare
Choose a tag to compare
v1.0.0

Update README.md