Skip to content

Releases: PandaDoc/pandadoc-api-php-client

v6.2.0

09 Apr 10:19
c0739de
Compare
Choose a tag to compare

Fix:

  • fix URL in edit a document recipient endpoint

Improvements:

  • add merge_field_scope to upload section endpoint
  • make email parameter as optional in contacts API

Features:

  • implement create a workspace endpoint
  • implement create a user endpoint
  • implement add a member to a workspace endpoint

v6.0.0

20 Dec 15:21
82c526e
Compare
Choose a tag to compare

Changes:

  • Variables in Title:
    • name was changed as the optional field for 'create document from template' payload
    • detect_title_variables was added as the optional parameter; Set this parameter as true if you want to detect title variables in the document name
  • email was added as a query parameter for the 'contact list' endpoint
  • name field was added for the 'update document' endpoint
  • signature_date field was added for the recipient object in the document details response
  • content_date_modified field was added for document, template, content library item details responses
  • quotes field was added to the pricing object for document, template, content library item details responses
  • quote_updated type of webhook event was added

Breaking changes:

  • Renamed actor_id to recipient_id in the request payload for the 'add document recipient' and 'reassign document recipient' endpoints
  • Removed PricingTablesResponse model and PricingTablesResponse*

v5.7.1

13 Oct 09:31
Compare
Choose a tag to compare

Add actor_id in response for recipients endpoints

v5.7.0

12 Oct 14:22
Compare
Choose a tag to compare
  1. Add two new parameters for DocumentSendRequest:
  • forwarding_settings
  • selected_approvers
  1. Add new endpoints for recipients (Add Document Recipient, Edit Document Recipient, Reassign Document Recipient, Delete Document Recipient )

v5.5.1

04 Jan 15:45
0df603a
Compare
Choose a tag to compare
  • Suppress deprecated warnings in PHP 8.1. Added attribute which signals that a mismatching tentative return type should not emit a deprecation notice

v5.5.0

13 Dec 13:19
0a98382
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v5.4.1...v5.5.0

v5.4.1

29 Aug 15:49
38b5aab
Compare
Choose a tag to compare
  • Fix a request method of the 'document move to folder' endpoint

v5.4.0

29 Aug 14:43
d5ea9ec
Compare
Choose a tag to compare
  • Add a new endpoint 'document move to folder'

v5.3.0

18 Aug 15:28
a98dfb0
Compare
Choose a tag to compare
  • "Sender" parameter is added to the document send endpoint
  • Add a new endpoint "document update"

v5.2.0

27 Jun 16:31
Compare
Choose a tag to compare

Webhooks API added