Skip to content

Releases: signnow/SignNowPHPSDK

Release v3.5.1

13 Jan 11:28
186f5fb

Choose a tag to compare

Added :

  • Built-in default configuration values for smoother out-of-the-box setup.
  • Configuration now falls back to environment or sensible defaults and auto-loads them when no config path is provided.

Removed :

  • Strict runtime configuration validation to reduce startup failures for incomplete setups.

Release v3.5.0

06 Aug 09:12
0cab51c

Choose a tag to compare

Added:

  • A type parameter to the DocumentGroupEmbeddedSendingLinkPost class to support different types of embedded sending links, with a default value of 'manage'.
  • A new type of property with a getter method for the request class

Updated:

  • The example to demonstrate the usage of the new parameter

Release v3.4.1

05 Aug 14:03
bdb026a

Choose a tag to compare

Updated:

  • Types of response parameters

Release v3.4.0

18 Jul 14:43
dbe2912

Choose a tag to compare

Added:

  • The POST /v2/document-group-templates/{template_group_id}/document-group
  • The new API request class with response data classes
  • The unit test and phiremock expectation for the new endpoint

Release v3.3.1

18 Jul 14:41
8fa366c

Choose a tag to compare

Updated:

  • API response classes and the test for GET /document/{document_id} endpoint

Release v3.3.0

03 Jul 12:41
79949fa

Choose a tag to compare

Added:

  • The PUT /v2/document-groups/{document_group_id}/recipients endpoint

Updated:

  • Various API request/response classes to support nullable parameters

Release v3.2.2

23 Jun 11:36
2b98dc1

Choose a tag to compare

  • Minor fixes

Release v3.2.1

21 May 15:55
4bac432

Choose a tag to compare

Fixed:

  • Created directory for downloaded files if it does not exist
  • Added several parameters to the GET document endpoint

Release v3.2.0

16 Apr 16:12
6cf4334

Choose a tag to compare

Added
- File Downloading Support: You can now retrieve files directly when downloading individual documents or document groups.
- Query Parameter Support: Enhanced document download functionality with query parameter support for more flexible requests.
- Embedded Sending Endpoints: Introduced support for embedded sending workflows directly via the SDK.

Updated
- GET /document: Updated the response structure to reflect the latest API changes.
- GET /folder: Adjusted the response structure for better consistency with current API standards.

Fixes
- Minor fixes and improvements for stability and usability.

Release v3.1.0

04 Feb 16:52
91bd4f6

Choose a tag to compare