Skip to content

Releases: lsnepomuceno/laravel-a1-pdf-sign

v1.3.0 - Update Intervention/image from ^2.7 to ^3.8

07 Sep 21:12
bbbb152
Compare
Choose a tag to compare

What's Changed

💥 Breaking Changes

We would like to inform you that the PHP intervention/image dependency has been updated from version ^2.7 to ^3.8. This update introduces several changes, including new features, improvements, and potential breaking changes that require users to update their implementations accordingly.

If you are using the previous version (^2.7), please ensure that your codebase is compatible with version ^3.8 and make any necessary adjustments. We recommend reviewing the official documentation and changelog for details on the updates.

Thank you for your attention to this matter.

See: https://image.intervention.io/v3/introduction/upgrade

Full Changelog: 1.2.0...1.3.0

v1.2.0 - Fix "openssl not recognized as command" on Windows

05 Aug 19:57
9889cfa
Compare
Choose a tag to compare

Windows Fixes

  • For Windows systems or any other where the openssl command is not recognized, simply set the usePathEnv parameter to true in the fromPfx and fromUploadedFile methods.

What's Changed

  • feature(signature): adds path env params and escapeshellarg on openssl shell passwords by @lsnepomuceno in #154
  • chore(deps): bump tecnickcom/tc-lib-pdf from 8.0.60 to 8.0.62 by @dependabot in #152

Full Changelog: 1.1.3...1.2.0

v1.1.3 - Update tecnickcom dependencies

25 Jul 17:19
385c9fc
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.1.2...1.1.3

v1.1.2 - Support for legacy flag on openssl cert conversion

22 May 12:38
1fe9120
Compare
Choose a tag to compare

What's Changed

  • feature(manage cert): adds legacy option on cert conversion by @lsnepomuceno in #145

Full Changelog: 1.1.1...1.1.2

v1.1.1 - Fix Laravel 10 dependency

16 Apr 10:36
c9f6b14
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.1.0...1.1.1

v1.1.0 - Support for Laravel 11 and PHP 8.3

18 Mar 22:05
f68bd69
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.0.11...1.1.0

v1.0.11 - Fix sys temp dir path

15 Feb 12:47
48771a3
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.0.10...1.0.11

v1.0.10 - Adds system temp dir support

19 Jan 15:11
13e9081
Compare
Choose a tag to compare
Pre-release

What's Changed

Full Changelog: 1.0.9...1.0.10

v1.0.8 - Accept special characters in certificate password.

09 Jan 12:31
257c1f8
Compare
Choose a tag to compare

What's Changed

  • chore(deps-dev): bump nunomaduro/collision from 7.0.2 to 7.1.0 by @dependabot in #94
  • chore(deps): bump guzzlehttp/psr7 from 2.4.3 to 2.5.0 by @dependabot in #98
  • chore(deps): bump symfony/process from 6.2.5 to 6.2.10 by @dependabot in #99
  • Fix: Obtain certificate info when "," contained inside Quotation marks. by @celli33 in #108
  • chore(deps): bump symfony/process from 6.2.10 to 6.3.0 by @dependabot in #104
  • chore(deps): bump tecnickcom/tc-lib-pdf from 8.0.16 to 8.0.22 by @dependabot in #103
  • chore(deps): bump setasign/fpdi from 2.3.7 to 2.5.0 by @dependabot in #121
  • chore(deps): bump tecnickcom/tc-lib-pdf from 8.0.22 to 8.0.26 by @dependabot in #118
  • chore(deps): bump symfony/process from 6.3.0 to 6.3.4 by @dependabot in #117
  • Accept special characters in certificate password. by @flavioafa in #129
  • chore(deps): bump symfony/process from 6.3.4 to 6.4.2 by @dependabot in #128
  • chore(deps): bump tecnickcom/tc-lib-pdf from 8.0.26 to 8.0.55 by @dependabot in #127
  • chore(deps): bump tecnickcom/tcpdf from 6.6.2 to 6.6.5 by @dependabot in #122

New Contributors

Full Changelog: 1.0.8...1.0.9

v1.0.8 - Fix: image insertion on last page when page -1 is defined

25 Mar 17:52
32f25c6
Compare
Choose a tag to compare

What's Changed

  • fix: image insertion on last page when page -1 is defined by @lsnepomuceno in #93

Full Changelog: 1.0.7...1.0.8