Skip to content

Releases: veridu/veridu-php

SDK rewrite

23 Jun 14:09
Compare
Choose a tag to compare

The SDK has been rewritten to improve productivity and decrease the learning curve.

Fixed a bug with Signed PUT requests not sending request payload

20 Mar 17:54
Compare
Choose a tag to compare

Fixed a bug with Signed PUT requests not sending request payload (cURL HTTP Client)

Improved Signature Support

03 Mar 20:38
Compare
Choose a tag to compare

Avoid case-sensitive problems with HTTP Methods used to generate Signature Hash.

Improved HTTPClient implementation

02 Mar 14:43
Compare
Choose a tag to compare

Check documentation for new Exceptions being thrown on Session Class.

Added compatibility with PHP 5.3

31 Jan 10:50
Compare
Choose a tag to compare

This new release adds support for PHP 5.3

General improvements

29 Jan 17:33
Compare
Choose a tag to compare

Minor bug fix on API Class (NonceMismatch Exception).
Expanded support for Signature Hashes.
Added payload support do signedFetch.

Bug fixes

18 Nov 13:23
Compare
Choose a tag to compare

A couple bug fixes on CurlClient for POST, PUT and DELETE methods.
Also a bug fix on Session Class when calling expire().

Improved SDK

30 Oct 13:28
Compare
Choose a tag to compare

This is an improved version of our PHP SDK, with better code documentation and more use case examples.

SDK Rewrite

28 Oct 15:52
Compare
Choose a tag to compare

This version was rewritten from ground up, to be PSR-0 compliant and easier to work with.