mirror of
https://github.com/chylex/Nextcloud-News.git
synced 2025-04-25 11:15:47 +02:00
chore: deprecate nc 21
Signed-off-by: Sean Molenaar <sean@seanmolenaar.eu>
This commit is contained in:
parent
68a06eae52
commit
0c67ffac37
2
.github/workflows/api-integration-tests.yml
vendored
2
.github/workflows/api-integration-tests.yml
vendored
@ -29,7 +29,7 @@ jobs:
|
||||
strategy:
|
||||
matrix:
|
||||
php-versions: ['7.4', '8.0']
|
||||
nextcloud: ['stable21', 'stable22', 'stable23']
|
||||
nextcloud: ['stable22', 'stable23']
|
||||
database: ['sqlite', 'pgsql', 'mysql']
|
||||
experimental: [false]
|
||||
include:
|
||||
|
@ -126,6 +126,7 @@
|
||||
* [Matthias](mailto:matthias.baier@mabaart.de)
|
||||
* [Matthias Blümel](mailto:user@inanna.local)
|
||||
* [Michael Grosser](mailto:github@stp-ip.net)
|
||||
* [Michael Hamann](mailto:michael@content-space.de)
|
||||
* [Michael Holley](mailto:michaelwholley@gmail.com)
|
||||
* [NanoSector](mailto:rick@nanosector.nl)
|
||||
* [Nick Frey](mailto:nickfrey123@gmail.com)
|
||||
@ -165,6 +166,7 @@
|
||||
* [derritter88](mailto:derritter88@users.noreply.github.com)
|
||||
* [e-alfred](mailto:e-alfred@users.noreply.github.com)
|
||||
* [fran-penedo](mailto:fran@franpenedo.com)
|
||||
* [hansvurst](mailto:45574777+hansvurst-foss@users.noreply.github.com)
|
||||
* [joeplus](mailto:joerg@honululu.Speedport_W_723V_1_32_000)
|
||||
* [kesselb](mailto:mail@danielkesselberg.de)
|
||||
* [kondou](mailto:kondou@ts.unde.re)
|
||||
|
@ -4,8 +4,9 @@ The format is almost based on [Keep a Changelog](https://keepachangelog.com/en/1
|
||||
|
||||
# Unreleased
|
||||
|
||||
## [17.x.x]
|
||||
## [18.x.x]
|
||||
### Changed
|
||||
- Drop support for Nextcloud 21
|
||||
|
||||
### Fixed
|
||||
|
||||
|
@ -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>17.0.1</version>
|
||||
<version>18.0.0</version>
|
||||
<licence>agpl</licence>
|
||||
<author>Benjamin Brahmer</author>
|
||||
<author>Sean Molenaar</author>
|
||||
@ -55,7 +55,7 @@ Report a [feed issue](https://github.com/nextcloud/news/discussions/new)
|
||||
<lib>json</lib>
|
||||
|
||||
<owncloud max-version="0" min-version="0"/>
|
||||
<nextcloud min-version="21" max-version="23"/>
|
||||
<nextcloud min-version="22" max-version="24"/>
|
||||
</dependencies>
|
||||
|
||||
<background-jobs>
|
||||
|
@ -2,8 +2,8 @@
|
||||
|
||||
## Dependencies
|
||||
* 64bit OS (starting with News 16.0.0)
|
||||
* PHP >= 7.2
|
||||
* Nextcloud 20
|
||||
* PHP >= 7.3
|
||||
* Nextcloud 22
|
||||
* libxml >= 2.7.8
|
||||
|
||||
You also need some PHP extensions:
|
||||
|
Loading…
Reference in New Issue
Block a user