Releases: SynergiTech/chrome-pdf-php
Releases · SynergiTech/chrome-pdf-php
v3.0.1
Support PHP 8.4 and a minor fix pointed out by the latest phpstan.
Full Changelog: v3.0.0...v3.0.1
v3.0.0
Drop support for PHP < 8.1 and start adding methods for the rest of Browserless, beginning with the screenshot API.
What's Changed
- feat: Add screenshot support by @ebebbington in #18
New Contributors
- @ebebbington made their first contribution in #18
Full Changelog: v2.2.1...v3.0.0
v2.2.1
Support symfony 7
Full Changelog: v2.2.0...v2.2.1
v2.2.0
Drop support for symfony/process 3.4 and test PHP 8.2
What's Changed
- Add PHP 8.2 by @willpower232 in #17
Full Changelog: v2.1.1...v2.2.0
v2.1.1
Support for PHP 8.1 and Laravel 9
v2.1.0
What's Changed
- refactor guzzle error handling to satisfy phpstan with guzzle 7 by @willpower232 in #13
- updates for phpunit 9 by @willpower232 in #14
- Update guzzlehttp/guzzle requirement from ^6.3 to ^6.3 || ^7.0 by @dependabot-preview in #12
Full Changelog: v2.0.0...v2.1.0
v2.0.0
Include Laravel 8 support and remove support for PHP <= 7.2
v1.0.0
Avoid using stdin
Now writing to files to avoid using stdin which can cause problems with the process library, see #4
v0.2.1
Fix for using header and footer at the same time