Skip to content

Releases: vivait/docbuild-php

Release 0.4.0

04 Oct 11:57
Compare
Choose a tag to compare

Adobe-sign route

0.3.0 Fixes methods to match api spec

15 Apr 15:59
Compare
Choose a tag to compare

Fixes optional callback to match docbuild spec

0.2.2 Security enhancement using post for oauth/token

15 Apr 15:28
Compare
Choose a tag to compare

Uses POST instead of GET for oauth/token

0.2.1 Minor bug fix

10 Apr 10:08
Compare
Choose a tag to compare

Minor fix to stop php out of memory by checking return value of delete()

0.2.0 Refactored to allow for downloading of files

18 Mar 14:11
Compare
Choose a tag to compare
Merge pull request #4 from jackbentley/master

Better stream handling for downloading documents

0.1.4 Mail merge

10 Mar 16:27
Compare
Choose a tag to compare
Merge pull request #3 from jackbentley/master

Adds mailMergeDocument function and PHPSpec test

0.1.3 Bug fix: removes dev url

09 Mar 17:26
Compare
Choose a tag to compare

Removes dev url and replaces with live api url

0.1.2 Url configurable and Authorize() publically accessible

06 Feb 16:42
Compare
Choose a tag to compare
Make url configurable and make authorise public

0.1.1 Adds document download

04 Feb 08:32
Compare
Choose a tag to compare
Merge pull request #1 from jackbentley/master

Adds downloadDocument function and PHPSpec test

0.1.0 Initial Release

30 Jan 17:27
Compare
Choose a tag to compare
Fix document uploads by using a resource instead of file obj