Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2025-01-21 | 1.1 kB | |
v3.1.0 source code.tar.gz | 2025-01-21 | 12.1 kB | |
v3.1.0 source code.zip | 2025-01-21 | 15.4 kB | |
Totals: 3 Items | 28.6 kB | 0 |
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 https://github.com/barryvdh/laravel-dompdf/pull/1071
New Contributors
- @wout-o made their first contribution in https://github.com/barryvdh/laravel-dompdf/pull/1071
Full Changelog: https://github.com/barryvdh/laravel-dompdf/compare/v3.0.1...v3.1.0