Skip to content

Releases: TeleSign/php_telesign

v3.0.1

26 Aug 22:14
Compare
Choose a tag to compare

Updated to fix support for PHP 8+

Full Changelog: v3.0.0...v3.0.1

v3.0.0

08 Jun 00:05
Compare
Choose a tag to compare
  • Drop support for PHP5.
  • Update dependencies and code to support PHP 7.2+

v2.2.2

09 Mar 14:14
Compare
Choose a tag to compare
  • Added support for application/json content-type

v2.2.1

03 Aug 11:23
Compare
Choose a tag to compare

2.2.1

  • enable http put requests

v1.1.0

12 Jul 16:20
Compare
Choose a tag to compare

1.1.0

  • defined composer package
    no changes in functionality

v2.2.0

03 Jul 09:45
Compare
Choose a tag to compare

2.2.0

  • re-brand Auto Verify to App Verify and refactor associated names

v2.1.0

03 May 16:23
Compare
Choose a tag to compare

2.1.0

  • updated and improved README
  • secret_key refactored to api_key to align with docs and portal
  • api_host is now known as rest_endpoint to align with docs and portal
  • added travis CI, codecov coverage and additional unit tests

v2.0.0

13 Apr 22:33
Compare
Choose a tag to compare

2.0.0

  • Major refactor and simplification into generic REST client.
  • API parameters are now passed as kwargs to endpoint handlers.
  • Now using guzzle to perform http requests.
  • UserAgent is now set to track client usage and help debug issues.
  • generateTelesignHeaders is now static and easily extracted from the SDK if
    custom behavior/implementation is required.