Releases: vivait/docbuild-php
Releases · vivait/docbuild-php
Release 0.4.0
Adobe-sign route
0.3.0 Fixes methods to match api spec
Fixes optional callback to match docbuild spec
0.2.2 Security enhancement using post for oauth/token
Uses POST instead of GET for oauth/token
0.2.1 Minor bug fix
Minor fix to stop php out of memory by checking return value of delete()
0.2.0 Refactored to allow for downloading of files
Merge pull request #4 from jackbentley/master Better stream handling for downloading documents
0.1.4 Mail merge
Merge pull request #3 from jackbentley/master Adds mailMergeDocument function and PHPSpec test
0.1.3 Bug fix: removes dev url
Removes dev url and replaces with live api url
0.1.2 Url configurable and Authorize() publically accessible
Make url configurable and make authorise public
0.1.1 Adds document download
Merge pull request #1 from jackbentley/master Adds downloadDocument function and PHPSpec test
0.1.0 Initial Release
Fix document uploads by using a resource instead of file obj