Skip to content

Releases: Setasign/SetaPDF-Signer-Addon-GlobalSign-DSS

v3.0.0

30 Jan 09:43

Choose a tag to compare

  • Updated dependencies.
  • Code clean-up.
  • Added types to attributes, parameters and return types.
  • Implemented PadesProxyTrait and removed $module parameter/property in SignatureModule.
  • Added SignatureModule::getVerificationRelatedInformation() (fixes #7)

v2.1.0

29 Jan 11:55

Choose a tag to compare

  • Added SignatureModule::getTrustchain() and SignatureModule::getOcspResponses() methods.
  • Changed all used class names to new namespaced variation of SetaPDF.

v2.0.0: Removed Guzzle and switched to PSR-17 and PSR-18 implementations

10 Dec 10:38
732fb21

Choose a tag to compare

  • Removed direct dependency to Guzzle and switched to PSR-17 and PSR-18 implementations

v1.0.1: Added support for PHP 8.0

07 Dec 09:13

Choose a tag to compare

  • Added support for PHP 8.0

v1.0.0

19 Nov 14:47
6a2953d

Choose a tag to compare

Initial v1 release.

v1.0.0-beta2

11 Jul 14:14

Choose a tag to compare

v1.0.0-beta2 Pre-release
Pre-release
Fixed missing base64_decode() call

v1.0.0-beta

18 Dec 09:32

Choose a tag to compare

v1.0.0-beta Pre-release
Pre-release
Code style, doc-blocks and clean-up