Releases: signnow/SignNowPHPSDK
Releases · signnow/SignNowPHPSDK
Release v3.5.1
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
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
Updated:
- Types of response parameters
Release v3.4.0
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
Updated:
- API response classes and the test for GET /document/{document_id} endpoint
Release v3.3.0
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
- Minor fixes
Release v3.2.1
Fixed:
- Created directory for downloaded files if it does not exist
- Added several parameters to the GET document endpoint
Release v3.2.0
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
- [feature] Embedded Editor endpoints for document and document group