From 22a7a09579c197b0063936911a50ec70d5a4cde2 Mon Sep 17 00:00:00 2001 From: Benjamin Brahmer Date: Sat, 22 Oct 2022 14:42:56 +0200 Subject: Release 19.0.0-beta1 Changed - Drop support for Nextcloud 22, NC 22 has reached it's end of life. - Add support for Nextcloud 25 Fixed - Corrected article compact title bar position in NC25 (#1944) - Fixed "Mark read through scrolling" in NC25 and NC24 (#1944) Signed-off-by: Benjamin Brahmer --- .github/workflows/api-integration-tests.yml | 6 +++--- .github/workflows/api-php-static-code-check.yml | 10 +++------- .github/workflows/api-php-tests.yml | 2 +- .github/workflows/build-release.yml | 2 +- .github/workflows/post-merge-tasks.yml | 2 +- CHANGELOG.md | 16 +++++++++++----- appinfo/info.xml | 4 ++-- 7 files changed, 22 insertions(+), 20 deletions(-) diff --git a/.github/workflows/api-integration-tests.yml b/.github/workflows/api-integration-tests.yml index 4d8615f36..442557642 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: ['stable22', 'stable23'] + nextcloud: ['stable23', 'stable24', 'stable25'] database: ['sqlite', 'pgsql', 'mysql'] experimental: [false] include: @@ -37,12 +37,12 @@ jobs: nextcloud: pre-release database: sqlite experimental: true - - php-versions: '8.1' + - php-versions: '8.2' nextcloud: pre-release database: sqlite experimental: true - php-versions: 8.1 - nextcloud: stable24 + nextcloud: stable25 database: sqlite experimental: false steps: diff --git a/.github/workflows/api-php-static-code-check.yml b/.github/workflows/api-php-static-code-check.yml index 662aec0a1..57776f400 100644 --- a/.github/workflows/api-php-static-code-check.yml +++ b/.github/workflows/api-php-static-code-check.yml @@ -7,15 +7,11 @@ jobs: continue-on-error: true strategy: matrix: - php-versions: [ '7.4', '8.0' ] - nextcloud: [ 'stable24' ] + php-versions: [ '7.4', '8.0', '8.1' ] + nextcloud: [ 'stable25' ] database: [ 'sqlite' ] include: - - php-versions: 8.1 - nextcloud: stable24 - database: sqlite - experimental: false - - php-versions: 8.1 + - php-versions: '8.2' nextcloud: pre-release database: sqlite experimental: true diff --git a/.github/workflows/api-php-tests.yml b/.github/workflows/api-php-tests.yml index 6ff32bbb6..0a2635316 100644 --- a/.github/workflows/api-php-tests.yml +++ b/.github/workflows/api-php-tests.yml @@ -10,7 +10,7 @@ jobs: strategy: matrix: php-versions: ['8.1'] - nextcloud: ['stable24'] + nextcloud: ['stable25'] database: ['sqlite'] experimental: [false] codecoverage: [false] diff --git a/.github/workflows/build-release.yml b/.github/workflows/build-release.yml index 08484b600..06b1f4c3d 100644 --- a/.github/workflows/build-release.yml +++ b/.github/workflows/build-release.yml @@ -15,7 +15,7 @@ jobs: strategy: matrix: php-versions: ['8.1'] - nextcloud: ['stable24'] + nextcloud: ['stable25'] database: ['sqlite'] steps: - name: Checkout diff --git a/.github/workflows/post-merge-tasks.yml b/.github/workflows/post-merge-tasks.yml index b431399c7..6385657d3 100644 --- a/.github/workflows/post-merge-tasks.yml +++ b/.github/workflows/post-merge-tasks.yml @@ -10,7 +10,7 @@ jobs: name: "Coverage: Nextcloud PHP ${{ matrix.php-versions }}" strategy: matrix: - nextcloud: ['stable24'] + nextcloud: ['stable25'] steps: - name: Checkout uses: actions/checkout@v3 diff --git a/CHANGELOG.md b/CHANGELOG.md index a605335c3..25bb93d12 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,17 +3,23 @@ All notable changes to this project will be documented in this file. The format is mostly based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), older entries don't fully match. # Unreleased -## [18.x.x] +## [19.x.x] ### Changed ### Fixed -- Corrected article compact title bar position in NC25 -- Fixed "Mark read through scrolling" in NC25 and NC24 # Releases -## [18.3.0] - 2022-10-10 +## [19.0.0-beta1] - 2022-10-22 +### Changed +- Drop support for Nextcloud 22, NC 22 has reached it's end of life. (#1950) +- Add support for Nextcloud 25 (#1950) +### Fixed +- Corrected article compact title bar position in NC25 (#1944) +- Fixed "Mark read through scrolling" in NC25 and NC24 (#1944) + +## [18.3.0] - 2022-10-21 ### Fixed -- Remove setting for minimum purge interval since it is not used. +- Remove setting for minimum purge interval since it is not used. (#1935) ## [18.3.0-beta1] - 2022-10-10 ### Changed diff --git a/appinfo/info.xml b/appinfo/info.xml index 799dbdcb5..0539a8540 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) ]]> - 18.3.0 + 19.0.0-beta1 agpl Benjamin Brahmer Sean Molenaar @@ -55,7 +55,7 @@ Report a [feed issue](https://github.com/nextcloud/news/discussions/new) json - + -- cgit v1.2.3