Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release 25.2.0-beta.3 #3026

Merged
merged 1 commit into from
Jan 4, 2025
Merged
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
Release 25.2.0-beta.3
Fixed
- style fixes in settings section and feed info table (#3024)
- sorting in the feed information table changes also the original sorting (#3024)

Signed-off-by: Benjamin Brahmer <[email protected]>
Grotax committed Jan 4, 2025
commit cef3ad5f5455d83507fb898cd3a5474278ead7ea
13 changes: 7 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -7,16 +7,17 @@ You can also check [on GitHub](https://github.com/nextcloud/news/releases), the
# Unreleased
## [25.x.x]
### Changed
- Set maximum delay for updates to "in one day" (#3015)
- add an information list for feeds that displays data such as last or next update dates (#3021)

### Fixed
- OPML import use text field for title if title field is missing (#3016)
- style fixes in settings section and feed info table
- sorting in the feed information table changes also the original sorting


# Releases
## [25.2.0-beta.2] - 2024-01-02
## [25.2.0-beta.3] - 2025-01-04
### Fixed
- style fixes in settings section and feed info table (#3024)
- sorting in the feed information table changes also the original sorting (#3024)

## [25.2.0-beta.2] - 2025-01-02
### Changed
- Set maximum delay for updates to "in one day" (#3015)
- add an information list for feeds that displays data such as last or next update dates (#3021)
2 changes: 1 addition & 1 deletion appinfo/info.xml
Original file line number Diff line number Diff line change
@@ -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>25.2.0-beta.2</version>
<version>25.2.0-beta.3</version>
<licence>agpl</licence>
<author>Benjamin Brahmer</author>
<author>Sean Molenaar</author>

Unchanged files with check annotations Beta

if (class_exists('\OCP\ServerVersion')) {
$version = (new \OCP\ServerVersion())->getMajorVersion();
} else {
$version = Util::getVersion()[0];

Check failure on line 64 in lib/Controller/PageController.php

GitHub Actions / phpstan: Nextcloud pre-release with 8.3

Call to deprecated method getVersion() of class OCP\Util: 31.0.0 Use \OCP\ServerVersion::getVersion
}
$response = new TemplateResponse(