Skip to content

v3.1.0

Latest
Compare
Choose a tag to compare
@barryvdh barryvdh released this 21 Jan 20:25
· 1 commit to master since this release
8d698b4

This release updates the config for dompdf/dompdf v3.1.0 which contains the. following breaking URL:

Breaking Change
This release adds the "data://" scheme to the protocol validation rules. Installations that explicitly define the allowed protocols but do not include the "data://" protocol will no longer render data-URIs. This is a change from previous versions, where data-URIs were not processed through the validated rules. Installations that use the default validation rules included with Dompdf should see no impact.

The update for laravel-dompdf adds this to the default config, but if you have published the config, you need to add the data:// scheme.

What's Changed

  • Update allowed_protocols config for compatibility with Dompdf v3.1 by @wout-o in #1071

New Contributors

Full Changelog: v3.0.1...v3.1.0