mirror of
https://github.com/chylex/Nextcloud-News.git
synced 2025-05-07 19:34:06 +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:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
php-versions: ['7.4', '8.0']
|
php-versions: ['7.4', '8.0']
|
||||||
nextcloud: ['stable21', 'stable22', 'stable23']
|
nextcloud: ['stable22', 'stable23']
|
||||||
database: ['sqlite', 'pgsql', 'mysql']
|
database: ['sqlite', 'pgsql', 'mysql']
|
||||||
experimental: [false]
|
experimental: [false]
|
||||||
include:
|
include:
|
||||||
|
@ -126,6 +126,7 @@
|
|||||||
* [Matthias](mailto:matthias.baier@mabaart.de)
|
* [Matthias](mailto:matthias.baier@mabaart.de)
|
||||||
* [Matthias Blümel](mailto:user@inanna.local)
|
* [Matthias Blümel](mailto:user@inanna.local)
|
||||||
* [Michael Grosser](mailto:github@stp-ip.net)
|
* [Michael Grosser](mailto:github@stp-ip.net)
|
||||||
|
* [Michael Hamann](mailto:michael@content-space.de)
|
||||||
* [Michael Holley](mailto:michaelwholley@gmail.com)
|
* [Michael Holley](mailto:michaelwholley@gmail.com)
|
||||||
* [NanoSector](mailto:rick@nanosector.nl)
|
* [NanoSector](mailto:rick@nanosector.nl)
|
||||||
* [Nick Frey](mailto:nickfrey123@gmail.com)
|
* [Nick Frey](mailto:nickfrey123@gmail.com)
|
||||||
@ -165,6 +166,7 @@
|
|||||||
* [derritter88](mailto:derritter88@users.noreply.github.com)
|
* [derritter88](mailto:derritter88@users.noreply.github.com)
|
||||||
* [e-alfred](mailto:e-alfred@users.noreply.github.com)
|
* [e-alfred](mailto:e-alfred@users.noreply.github.com)
|
||||||
* [fran-penedo](mailto:fran@franpenedo.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)
|
* [joeplus](mailto:joerg@honululu.Speedport_W_723V_1_32_000)
|
||||||
* [kesselb](mailto:mail@danielkesselberg.de)
|
* [kesselb](mailto:mail@danielkesselberg.de)
|
||||||
* [kondou](mailto:kondou@ts.unde.re)
|
* [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
|
# Unreleased
|
||||||
|
|
||||||
## [17.x.x]
|
## [18.x.x]
|
||||||
### Changed
|
### Changed
|
||||||
|
- Drop support for Nextcloud 21
|
||||||
|
|
||||||
### Fixed
|
### 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)
|
Report a [feed issue](https://github.com/nextcloud/news/discussions/new)
|
||||||
]]></description>
|
]]></description>
|
||||||
<version>17.0.1</version>
|
<version>18.0.0</version>
|
||||||
<licence>agpl</licence>
|
<licence>agpl</licence>
|
||||||
<author>Benjamin Brahmer</author>
|
<author>Benjamin Brahmer</author>
|
||||||
<author>Sean Molenaar</author>
|
<author>Sean Molenaar</author>
|
||||||
@ -55,7 +55,7 @@ Report a [feed issue](https://github.com/nextcloud/news/discussions/new)
|
|||||||
<lib>json</lib>
|
<lib>json</lib>
|
||||||
|
|
||||||
<owncloud max-version="0" min-version="0"/>
|
<owncloud max-version="0" min-version="0"/>
|
||||||
<nextcloud min-version="21" max-version="23"/>
|
<nextcloud min-version="22" max-version="24"/>
|
||||||
</dependencies>
|
</dependencies>
|
||||||
|
|
||||||
<background-jobs>
|
<background-jobs>
|
||||||
|
@ -2,8 +2,8 @@
|
|||||||
|
|
||||||
## Dependencies
|
## Dependencies
|
||||||
* 64bit OS (starting with News 16.0.0)
|
* 64bit OS (starting with News 16.0.0)
|
||||||
* PHP >= 7.2
|
* PHP >= 7.3
|
||||||
* Nextcloud 20
|
* Nextcloud 22
|
||||||
* libxml >= 2.7.8
|
* libxml >= 2.7.8
|
||||||
|
|
||||||
You also need some PHP extensions:
|
You also need some PHP extensions:
|
||||||
|
Loading…
Reference in New Issue
Block a user