Releases: lsnepomuceno/laravel-a1-pdf-sign
v1.3.2 - Dependency Updates
What's Changed
- chore(deps): bump league/commonmark from 2.5.3 to 2.6.0 by @dependabot in #172
- chore(deps): bump tecnickcom/tc-lib-pdf from 8.0.81 to 8.0.82 by @dependabot in #171
- chore(deps): bump tecnickcom/tcpdf from 6.7.7 to 6.8.0 by @dependabot in #174
- chore(deps): bump tecnickcom/tc-lib-pdf-font from 2.6.2 to 2.6.5 by @dependabot in #173
Full Changelog: 1.3.1...1.3.2
v1.3.1 - Fix "pfx path and output file on shell args"
What's Changed
- chore(deps): bump laravel/framework from 10.48.20 to 10.48.23 by @dependabot in #168
- chore(deps): bump symfony/process from 6.4.8 to 6.4.14 by @dependabot in #167
- chore(deps): bump symfony/http-foundation from 6.4.10 to 6.4.14 by @dependabot in #166
- chore(deps): bump tecnickcom/tcpdf from 6.7.5 to 6.7.7 by @dependabot in #165
- chore(deps): bump tecnickcom/tc-lib-pdf from 8.0.77 to 8.0.81 by @dependabot in #163
- chore(deps): bump intervention/image from 3.8.0 to 3.9.1 by @dependabot in #164
- fix(manage cert): fix pfx path and output file on shell args by @lsnepomuceno in #169
Full Changelog: 1.3.0...1.3.1
v1.3.0 - Update Intervention/image from ^2.7 to ^3.8
What's Changed
- chore(deps): bump tecnickcom/tc-lib-pdf from 8.0.62 to 8.0.77 by @dependabot in #156
- Feature/update intervention image dependence by @lsnepomuceno in #158
💥 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
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
What's Changed
- build(dependencies): update tecnickcom dependencies by @lsnepomuceno in #149
Full Changelog: 1.1.2...1.1.3
v1.1.2 - Support for legacy flag on openssl cert conversion
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
What's Changed
- Fix Laravel 10 dependency by @AlexKratky in #144
New Contributors
- @AlexKratky made their first contribution in #144
Full Changelog: 1.1.0...1.1.1
v1.1.0 - Support for Laravel 11 and PHP 8.3
What's Changed
- chore(deps): bump symfony/process from 6.4.3 to 6.4.4 by @dependabot in #137
- Feat/adds laravel 11 support by @lsnepomuceno in #139
Full Changelog: 1.0.11...1.1.0
v1.0.11 - Fix sys temp dir path
What's Changed
- fix: adds support for system temp dir by @lsnepomuceno in #131
- chore(deps): bump setasign/fpdi from 2.5.0 to 2.6.0 by @dependabot in #134
- chore(deps): bump symfony/process from 6.4.2 to 6.4.3 by @dependabot in #133
Full Changelog: 1.0.10...1.0.11
v1.0.10 - Adds system temp dir support
What's Changed
- feat: adds support for system temp dir by @lsnepomuceno in #130
Full Changelog: 1.0.9...1.0.10