From 0c67ffac37fafa7cdb431a197827542f0abb72e4 Mon Sep 17 00:00:00 2001 From: Sean Molenaar Date: Tue, 25 Jan 2022 14:12:36 +0100 Subject: chore: deprecate nc 21 Signed-off-by: Sean Molenaar --- .github/workflows/api-integration-tests.yml | 2 +- AUTHORS.md | 2 ++ CHANGELOG.md | 3 ++- appinfo/info.xml | 4 ++-- docs/install.md | 4 ++-- 5 files changed, 9 insertions(+), 6 deletions(-) diff --git a/.github/workflows/api-integration-tests.yml b/.github/workflows/api-integration-tests.yml index c2f3d7f99..4ea5a5d1a 100644 --- a/.github/workflows/api-integration-tests.yml +++ b/.github/workflows/api-integration-tests.yml @@ -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: diff --git a/AUTHORS.md b/AUTHORS.md index a757b8afb..dc816e54a 100644 --- a/AUTHORS.md +++ b/AUTHORS.md @@ -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) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8495fa39d..2860aa3d6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/appinfo/info.xml b/appinfo/info.xml index 315a2bcbb..0406abbcb 100644 --- a/appinfo/info.xml +++ b/appinfo/info.xml @@ -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) ]]> - 17.0.1 + 18.0.0 agpl Benjamin Brahmer Sean Molenaar @@ -55,7 +55,7 @@ Report a [feed issue](https://github.com/nextcloud/news/discussions/new) json - + diff --git a/docs/install.md b/docs/install.md index 3e72bfab6..5ab1dffcb 100644 --- a/docs/install.md +++ b/docs/install.md @@ -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: -- cgit v1.2.3