Releases: pdffiller/pdffiller-php-api-client
Releases · pdffiller/pdffiller-php-api-client
1.7.0
Added
- Support oauth2-client:2.0
v3.2.0
v3.1.0
update "league/oauth2-client" to "2.6.1" and "guzzlehttp/guzzle" to "7.4.5"
3.0.1
- Fix auth example
3.0.0
New PHP client for PDFfiller public REST API V2.
2.2.2
2.2.1: Merge pull request #62 from pdffiller/add-attr-pin-s2s
Added pin property to SignatureRequest.
2.2.0: Merge pull request #59 from pdffiller/master
Added constructor endpoint for documents.
2.1.0: Merge pull request #54 from pdffiller/fix/API-1737-fixes
Added:
- Endpoint:
additional_documents. - Parameters for exporting Filled Forms: users can now pass their list of parameters.
FillRequest::download()method.- New functionality for
FillableField:- Added new property
fillableinFillableField: determines if this field can be filled via API. - Added methods (functions) which simplify work with fields of different types. Ex: listing fields that can be filled via API.
- Added new property
- Property converting of fillable field value if its type is
checkbox - Support for FillableField type
dropdown.
Updated:
- Models properties.
Fixed:
- Loss of
additional_documentsfield in FillRequest.
Removed:
callbacksfield from SendToSign inbox list.