Skip to content

Releases: pontedilana/php-weasyprint

0.11.0

28 Feb 17:38
Compare
Choose a tag to compare

What's Changed

  • Bump symfony/process up to ^6.0 and psr/log up to ^3.0 by @romainf in #3

New Contributors

Full Changelog: 0.10.1...0.11.0

0.10.1

29 Dec 14:56
Compare
Choose a tag to compare

Fixed

  • Refactor tests to use onlyMethods()

0.10.0

29 Dec 14:56
Compare
Choose a tag to compare

Removed --format option default value, this option was deprecated in WeasyPrint 53 and removed in WeasiPrint 54.
If you still use WeasyPrint 52 or lower you can set this option back with ->setOption():

$weasyprint = new \Pontedilana\PhpWeasyPrint\Pdf('/usr/local/bin/weasyprint');
$weasyprint->setOption('format', 'pdf');

Changed

  • Unset --format option in Pdf class which is deprecated in WeasyPrint 53 and removed in WeasyPrint 54

0.9.0

29 Dec 14:52
Compare
Choose a tag to compare

First public release