Update dependency barryvdh/laravel-dompdf to v3 #55
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
^0.8.5→^3.0.0Release Notes
barryvdh/laravel-dompdf (barryvdh/laravel-dompdf)
v3.1.1Compare Source
What's Changed
Full Changelog: barryvdh/laravel-dompdf@v3.1.0...v3.1.1
v3.1.0Compare Source
This release updates the config for dompdf/dompdf v3.1.0 which contains the. following breaking URL:
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
New Contributors
Full Changelog: barryvdh/laravel-dompdf@v3.0.1...v3.1.0
v3.0.1Compare Source
What's Changed
contact_linksby @erikn69 in #1057Full Changelog: barryvdh/laravel-dompdf@v3.0.0...v3.0.1
v3.0.0Compare Source
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_remoteis nowfalseby default. Change with caution.allowedRemoteHostsandartifactPathValidationare added the the config.Also, support for Laravel < 9 and PHP < 8.1 is dropped.
What's Changed
New Contributors
Full Changelog: barryvdh/laravel-dompdf@v2.2.0...v3.0.0
v2.2.0Compare Source
What's Changed
v2.1.1Compare Source
What's Changed
Full Changelog: barryvdh/laravel-dompdf@v2.1.0...v2.1.1
v2.1.0Compare Source
What's Changed
New Contributors
Full Changelog: barryvdh/laravel-dompdf@v2.0.1...v2.0.2
v2.0.1: Support Laravel 10Compare Source
v2.0.0Compare Source
Version 2 supports DomPDF 2.x
Changed
orientationoption was never used. Removed in favor ofoptions.default_paper_orientationAdded
setOptionto change only the specified option(s), instead of replace all options.default_paper_orientationoption has been added to the defaults.Deprecated
setOptionsis now deprecated. UsesetOptioninstead.dompdf.defineshas been renamed todompdf.optionsv1.0.2Compare Source
v1.0.1: Bump minimum dompdf versionCompare Source
v1.0.0: Support Laravel 9Compare Source
v0.9.0: Support DomPDF v1 / PHP8Compare Source
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.