Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,8 @@ Updates should follow the [Keep a CHANGELOG](http://keepachangelog.com/) princip
- Add `EnvelopeDocument.timestampEnabled` and `EnvelopeDocument.timestampsRenewalPeriod` properties
- Add `EnvelopeTemplateDocument.timestampEnabled` and `EnvelopeTemplateDocument.timestampsRenewalPeriod` properties
- Add `EnvelopeProperties.defaultTimestampDocuments` and `EnvelopeProperties.timestampAuditLogRenewalPeriod` properties
- Add `EnvelopeTemplate.defaultTimestampDocuments` property
- Deprecate `EnvelopeProperties.timestampDocuments` in favor of `EnvelopeProperties.defaultTimestampDocuments`
- Deprecate `EnvelopeTemplate.timestampDocuments` in favor of `EnvelopeTemplate.defaultTimestampDocuments`
- Deprecate `EnvelopeTemplate.timestampDocuments` in favor of `EnvelopeProperties.defaultTimestampDocuments`
- Add `Envelope.withdrawalDeadline` property

## [2.11.0] - 2025-11-12
Expand Down
4 changes: 1 addition & 3 deletions src/Resource/EnvelopeTemplate.php
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,7 @@ class EnvelopeTemplate extends BaseResource

public string $channelForDownload;

public bool $defaultTimestampDocuments;

/** @deprecated Use $defaultTimestampDocuments instead */
/** @deprecated Use EnvelopeProperties::$defaultTimestampDocuments instead */
public bool $timestampDocuments;

public bool $sendCompleted;
Expand Down
Loading