Skip to content

Releases: digitalcz/digisign

v2.11.0

13 Nov 22:03
936a412

Choose a tag to compare

Summary of changes:

  • Updated API URL from https://api.testing.digisign.org/https://api.staging.digisign.org/.
  • Replaced the testing parameter with the new staging parameter.
  • Introduced a universal sandbox parameter, which currently points to the environment intended for client use.
  • Backward compatibility preserved: all testing methods remain functional until the next major release.
  • PHP 8.0 officially deprecated: all CI checks for PHP 8.0 have been removed.

Reason for the change:

We wanted to avoid using the dedicated staging parameter and instead introduce a more flexible sandbox option that can serve as a general-purpose environment for client testing.
At the same time, we are discontinuing PHP 8.0 support to streamline maintenance and align with the versions officially supported by the framework and dependencies.

What's Changed

Full Changelog: v2.10.0...v2.11.0

v2.10.0

11 Nov 10:27
07c1f99

Choose a tag to compare

What's Changed

Full Changelog: v2.9.0...v2.10.0

v2.9.0

03 Oct 07:45
95b87b2

Choose a tag to compare

BREAKING CHANGE

What's Changed

Full Changelog: v2.8.1...v2.9.0

v2.8.1

23 Jun 06:06
44a51f2

Choose a tag to compare

What's Changed

  • Rename AccountBilling.fileUploadLimit to AccountBilling.fileSizeLimit by @PavelVais in #327

Full Changelog: v2.8.0...v2.8.1

v2.8.0

20 Jun 06:41
39ceab6

Choose a tag to compare

What's Changed

Full Changelog: v2.7.1...v2.8.0

v2.7.1

31 Mar 08:03
bd5c4ec

Choose a tag to compare

What's Changed

Full Changelog: v2.7.0...v2.7.1

v2.7.0

30 Mar 13:30
181fdd0

Choose a tag to compare

What's Changed

Full Changelog: v2.6.0...v2.7.0

v2.6.0

06 Mar 08:43
3c64949

Choose a tag to compare

What's Changed

Full Changelog: v2.5.0...v2.6.0

v2.5.0

14 Oct 10:26
37fe321

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.4.0...v2.5.0

v2.4.0

15 May 05:21
a21afdc

Choose a tag to compare

What's Changed

  • Add ReportEndpoint.completedIdentifications endpoint and CompletedIdentificationReport resource by @spajxo in #224
  • Add CompletedIdentificationReport.name by @spajxo in #225
  • Add EnvelopeDocumentsEndpoint.invalidate and EnvelopeDocumentsEndpoint.restore by @tomasDostalDS in #226
  • Add return type for invalidate and restore endpoints by @tomasDostalDS in #227
  • Add IdentificationResult claims by @IamDejv in #229
  • Add IdentificationsEndpoint.updateResult by @IamDejv in #230
  • Add SignatureScenarioVariant.signDocumentsAtOnce by @IamDejv in #231
  • Add EnvelopeTagsEndpoint.updateValues endpoint by @IamDejv in #232
  • Add sign documents at once feature by @tomasDostalDS in #228
  • Add EnvelopeTemplateRecipientDefaults.signDocumentsAtOnce by @spajxo in #233
  • Add EnvelopeDocument.assignments to resource by @IamDejv in #234
  • Add EnvelopeRecipient signed document columns by @IamDejv in #235
  • Add EnvelopeTagsByPlaceholder endpoint by @IamDejv in #236

New Contributors

Full Changelog: v2.3.0...v2.4.0