Skip to content

Releases: dealfonso/sapp

1.5.1

22 Jul 08:12
8a9b844
Compare
Choose a tag to compare

What's Changed

  • Global constants to class properties by @erikn69 in #75 (solves issue #74)

Full Changelog: 1.5.0...1.5.1

1.5.0

13 Jul 11:47
37ff265
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.4.3...1.5.0

1.4.3

07 May 07:37
5690e90
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.4.2...1.4.3

1.4.2

20 Mar 10:44
f56caf6
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.4.1...1.4.2

SAPP 1.4.1

02 Jun 10:32
fa184b5
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.4.0...1.4.1

SAPP 1.4.0

15 May 08:19
Compare
Choose a tag to compare

What's Changed

  • add function sign_document to PDFDoc object as a shortcut for adding a signature appearance, signing the document, and generating a new object.
  • make corrections to solve deprecation notices in PHP 8

Full Changelog: 1.3.2...1.4.0

SAPP 1.3.2

16 Nov 10:18
61960ae
Compare
Choose a tag to compare

What's Changed

  • add the _DEBUG_LEVEL constant to control which debug messages are shown by @dealfonso in #41

New Contributors

Full Changelog: 1.3.1...1.3.2

SAPP 1.3.1

08 Nov 12:20
9c79c36
Compare
Choose a tag to compare

Significant bug correction when parsing the document.

What's Changed

  • Fix Uninitialized string offset -1 by @erikn69 in #38

Full Changelog: 1.3.0...1.3.1

SAPP 1.3.0

27 Oct 09:28
7782f7f
Compare
Choose a tag to compare

What's Changed

  • Basic support for non-zero generation objects
  • Fix Cannot redeclare deg2rad, tx, sx, rx functions by @erikn69 in #28
  • Fix when $page_rotation is not an object by @erikn69 in #27
  • Support base64 images by @erikn69 in #32
  • Added get_signature_count method by @erikn69 in #31

New Contributors

Full Changelog: 1.2.0...1.3.0

SAPP 1.2.0

22 Sep 15:13
Compare
Choose a tag to compare

Add support to image rotation and use it in case the page is rotated, so that the position and orientation of the image appearance match the page rotation.