Skip to content

Commit

Permalink
Downgrade htmlpurifier to 4.17.0
Browse files Browse the repository at this point in the history
Signed-off-by: Benjamin Brahmer <[email protected]>
  • Loading branch information
Grotax committed Nov 25, 2024
1 parent bc99dd8 commit 0731926
Show file tree
Hide file tree
Showing 3 changed files with 37 additions and 36 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ You can also check [on GitHub](https://github.com/nextcloud/news/releases), the
### Changed

### Fixed
- add h1 header to title in feed item row for better accessibility
- add h1 header to title in feed item row for better accessibility (#2921)
- Downgrade htmlpurifier to 4.17.0 to fix log flooding (#2924)

Check failure on line 13 in CHANGELOG.md

View workflow job for this annotation

GitHub Actions / vale

[vale] reported by reviewdog 🐶 [Vale.Spelling] Did you really mean 'htmlpurifier'? Raw Output: {"message": "[Vale.Spelling] Did you really mean 'htmlpurifier'?", "location": {"path": "CHANGELOG.md", "range": {"start": {"line": 13, "column": 13}}}, "severity": "ERROR"}

# Releases
## [25.0.1] - 2024-11-24
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
},
"require": {
"php": "^8.2",
"ezyang/htmlpurifier": "^4.18.0",
"ezyang/htmlpurifier": "4.17.0",
"pear/net_url2": "^2.2.2",
"riimu/kit-pathjoin": "^1.2.0",
"debril/feed-io": "v5.3.1",
Expand Down
68 changes: 34 additions & 34 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 0731926

Please sign in to comment.