This repository has been archived by the owner on Sep 13, 2024. It is now read-only.
[php] Update ezyang/htmlpurifier 4.16.0 → 4.17.0 (minor) #17336
Closed
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.
Here is everything you need to know about this update. Please take a good look at what changed and the test results before merging this pull request.
What changed?
✳️ ezyang/htmlpurifier (4.16.0 → 4.17.0) · Repo · Changelog
Release Notes
4.17.0
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 21 commits:
chore(release): 4.17.0 [skip ci]
ci: upgrade semantic-release-action
feat: Allows commas to be included in tel URI (#389)
chore: Add support for PHP 8.3 (#382)
Don't suggest chmod to 777 (#373)
fix: Support for locales using decimal separators other than . (dot) (#372)
[refactor] Use range() function instead of string increment (#367)
Remove unnecessary disablement of autoload (#364)
fix: Invalid scheme check in Attr.TargetBlank (#363)
fix: CSSTidy ImportantComments not handled properly (#359)
fix: fix CI (#361)
feat: Add support for all text-decoration properties (#360)
Drop supporting PHP 5.2 (#335) (#356)
Add support for encoded tel URI schemes. (#354)
Fixed missing return value (#349)
Fixed wrong return PHPDoc (#348)
Added class_exists('Net_IDNA2') around optional external class (#351)
Fixed undefined property (#346)
fix: semantic release (#341)
Revert "fix: semantic release (#339)" (#340)
fix: semantic release (#339)
Depfu will automatically keep this PR conflict-free, as long as you don't add any commits to this branch yourself. You can also trigger a rebase manually by commenting with
@depfu rebase
.All Depfu comment commands