Skip to content

v3.0.0

Latest
Compare
Choose a tag to compare
@barryvdh barryvdh released this 09 Aug 12:44
· 1 commit to master since this release
2d814cd

Version 3.x supports DomPDF version 3.x. See the changelog in https://github.com/dompdf/dompdf/releases/tag/v3.0.0

The most notable change in laravel-dompdf are the changed defaults, to be more secure;

  • enable_remote is now false by default. Change with caution.
  • allowedRemoteHosts and artifactPathValidation are added the the config.
    Also, support for Laravel < 9 and PHP < 8.1 is dropped.

What's Changed

New Contributors

Full Changelog: v2.2.0...v3.0.0