Releases: dealfonso/sapp
Releases · dealfonso/sapp
1.5.1
1.5.0
1.4.3
What's Changed
- Add certificate options when placing digital signatures (#64) by @aphoe in #68
- Add keywords to facilitate discovery on https://packagist.org/ by @marclaporte in #69
- Update .gitattributes by @parallels999 in #71
New Contributors
- @aphoe made their first contribution in #68
- @marclaporte made their first contribution in #69
- @parallels999 made their first contribution in #71
Full Changelog: 1.4.2...1.4.3
1.4.2
What's Changed
- (fix) call to undefined function p_warning by @erikn69 in #54
- Use os temp dir by @cesarreyes3 in #55
- fix TypeError on all signatures reading by @erikn69 in #59
- Use $page_to_appear optional parameter by @mikocevar in #62
- Fix page count check by @mikocevar in #63
New Contributors
- @cesarreyes3 made their first contribution in #55
- @mikocevar made their first contribution in #62
Full Changelog: 1.4.1...1.4.2
SAPP 1.4.1
What's Changed
Full Changelog: 1.4.0...1.4.1
SAPP 1.4.0
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
What's Changed
- add the _DEBUG_LEVEL constant to control which debug messages are shown by @dealfonso in #41
New Contributors
- @dealfonso made their first contribution in #41
Full Changelog: 1.3.1...1.3.2
SAPP 1.3.1
SAPP 1.3.0
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
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.