Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@
- Fixed News not starting since 28.5.0 due to php class loading issues (#3780)

# Releases
## [28.5.1-beta.1] - 2026-06-04
### Fixed
- Fixed News not starting since 28.5.0 due to php class loading issues (#3780)

Check failure on line 18 in CHANGELOG.md

View workflow job for this annotation

GitHub Actions / vale

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

## [28.5.0] - 2026-06-03
### Security
- **Update recommended**: This version fixes a gap in the SSRF protection that occurs when the remote host redirects to a local address.
Expand Down
2 changes: 1 addition & 1 deletion appinfo/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Create a [feature request](https://github.com/nextcloud/news/discussions/new)

Report a [feed issue](https://github.com/nextcloud/news/discussions/new)
]]></description>
<version>28.5.0</version>
<version>28.5.1-beta.1</version>
<licence>agpl</licence>
<author>Benjamin Brahmer</author>
<author>Sean Molenaar</author>
Expand Down
Loading