Skip to content

Releases: SynergiTech/chrome-pdf-php

v3.0.1

26 Nov 16:58
7861e0c
Compare
Choose a tag to compare

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

10 Apr 13:35
1de1e96
Compare
Choose a tag to compare

Drop support for PHP < 8.1 and start adding methods for the rest of Browserless, beginning with the screenshot API.

What's Changed

New Contributors

Full Changelog: v2.2.1...v3.0.0

v2.2.1

28 Mar 11:17
b6ca88f
Compare
Choose a tag to compare

Support symfony 7

Full Changelog: v2.2.0...v2.2.1

v2.2.0

15 Feb 17:17
6971a40
Compare
Choose a tag to compare

Drop support for symfony/process 3.4 and test PHP 8.2

What's Changed

Full Changelog: v2.1.1...v2.2.0

v2.1.1

07 Apr 09:55
6ddaf9e
Compare
Choose a tag to compare

Support for PHP 8.1 and Laravel 9

v2.1.0

29 Oct 13:40
bb654dd
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.0.0...v2.1.0

v2.0.0

05 May 10:31
5c80ba8
Compare
Choose a tag to compare

Include Laravel 8 support and remove support for PHP <= 7.2

v1.0.0

23 Oct 10:24
e17372c
Compare
Choose a tag to compare
Merge pull request #5 from SynergiTech/v1

V1

Avoid using stdin

30 Jul 09:56
04db3fe
Compare
Choose a tag to compare

Now writing to files to avoid using stdin which can cause problems with the process library, see #4

v0.2.1

23 Jul 09:38
a1fd085
Compare
Choose a tag to compare

Fix for using header and footer at the same time