Skip to content

Commit d3b83c2

Browse files
committed
Release 25.0.0-alpha2
Changed - Add support for Nextcloud 28 - Use Nextcloud vue components for item list and article view (#2401) - Fix aspect ratio of article images (#2401) Fixed - Adjust search urls to match changed Vue routes (#2408) Signed-off-by: Benjamin Brahmer <[email protected]>
1 parent a4ac935 commit d3b83c2

File tree

3 files changed

+13
-6
lines changed

3 files changed

+13
-6
lines changed

AUTHORS.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@
66
* [Devlin Junker](mailto:[email protected])
77
* [Robin Appelman](mailto:[email protected])
88
* [Sean Molenaar](mailto:[email protected])
9+
* [Paul Tirk](mailto:[email protected])
910
* [Gregor Tätzner](mailto:[email protected])
1011
* [Sean Molenaar](mailto:[email protected])
1112
* [anoy](mailto:[email protected])
1213
* [Morris Jobke](mailto:[email protected])
13-
* [Paul Tirk](mailto:[email protected])
1414
* [Jimmy Huynh](mailto:[email protected])
1515
* [Aurélien](mailto:[email protected])
1616
* [Jan-Christoph Borchardt](mailto:[email protected])
@@ -68,6 +68,7 @@
6868
* [Igor Bubelov](mailto:[email protected])
6969
* [Jan C. Borchardt](mailto:[email protected])
7070
* [Jimmy Huynh](mailto:[email protected])
71+
* [Joas Schilling](mailto:[email protected])
7172
* [John Kristensen](mailto:[email protected])
7273
* [Keunes](mailto:[email protected])
7374
* [Konrad Graefe](mailto:[email protected])

CHANGELOG.md

+9-3
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,19 @@ The format is mostly based on [Keep a Changelog](https://keepachangelog.com/en/1
55
# Unreleased
66
## [25.x.x]
77
### Changed
8-
- Use Nextcloud vue components for item list and article view
9-
- Fix aspect ratio of article images
108

119
### Fixed
12-
- Adjust search urls to match changed Vue routes (#2408)
1310

1411
# Releases
12+
## [25.0.0-alpha2] - 2023-11-08
13+
### Changed
14+
- Add support for Nextcloud 28
15+
- Use Nextcloud vue components for item list and article view (#2401)
16+
- Fix aspect ratio of article images (#2401)
17+
18+
### Fixed
19+
- Adjust search urls to match changed Vue routes (#2408)
20+
1521
## [25.0.0-alpha1] - 2023-10-24
1622
### Changed
1723
- Major Rewrite of the Frontend with Vue JS (#748)

appinfo/info.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Create a [feature request](https://github.com/nextcloud/news/discussions/new)
2121
2222
Report a [feed issue](https://github.com/nextcloud/news/discussions/new)
2323
]]></description>
24-
<version>25.0.0-alpha1</version>
24+
<version>25.0.0-alpha2</version>
2525
<licence>agpl</licence>
2626
<author>Benjamin Brahmer</author>
2727
<author>Sean Molenaar</author>
@@ -55,7 +55,7 @@ Report a [feed issue](https://github.com/nextcloud/news/discussions/new)
5555
<lib>json</lib>
5656

5757
<owncloud max-version="0" min-version="0"/>
58-
<nextcloud min-version="27" max-version="27"/>
58+
<nextcloud min-version="27" max-version="28"/>
5959
</dependencies>
6060

6161
<background-jobs>

0 commit comments

Comments
 (0)