From 53dbab8ed9b93db7a28fdf178c30305739030a48 Mon Sep 17 00:00:00 2001 From: JonOfUs Date: Tue, 18 Oct 2022 10:32:20 +0200 Subject: [PATCH] Add support for Nextcloud 25 --- .github/workflows/ci.yml | 12 ++++++------ CHANGELOG.md | 4 ++++ appinfo/info.xml | 4 ++-- 3 files changed, 12 insertions(+), 8 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c3e991c..d5f6fd4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,9 +18,9 @@ jobs: # do not stop on another job's failure fail-fast: false matrix: - php-versions: ['7.4'] + php-versions: ['7.4', '8.0'] databases: ['sqlite'] - server-versions: ['stable21', 'stable22', 'stable23', 'stable24'] + server-versions: ['stable21', 'stable22', 'stable23', 'stable24', 'stable25'] name: php${{ matrix.php-versions }}-${{ matrix.databases }}-${{ matrix.server-versions }} @@ -76,9 +76,9 @@ jobs: # do not stop on another job's failure fail-fast: false matrix: - php-versions: ['7.4'] + php-versions: ['7.4', '8.0'] databases: ['mysql'] - server-versions: ['stable21', 'stable22', 'stable23', 'stable24'] + server-versions: ['stable21', 'stable22', 'stable23', 'stable24', 'stable25'] name: php${{ matrix.php-versions }}-${{ matrix.databases }}-${{ matrix.server-versions }} @@ -143,9 +143,9 @@ jobs: # do not stop on another job's failure fail-fast: false matrix: - php-versions: ['7.4'] + php-versions: ['7.4', '8.0'] databases: ['pgsql'] - server-versions: ['stable21', 'stable22', 'stable23', 'stable24'] + server-versions: ['stable21', 'stable22', 'stable23', 'stable24', 'stable25'] name: php${{ matrix.php-versions }}-${{ matrix.databases }}-${{ matrix.server-versions }} diff --git a/CHANGELOG.md b/CHANGELOG.md index 1210044..84bbe97 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 3.5.0 - 2022-10-18 +## Changed +- Add support for Nextcloud 25 + ## 3.4.0 - 2022-05-26 ### Fixed - Don't crash if no sync timestamp is passed diff --git a/appinfo/info.xml b/appinfo/info.xml index 8b0249a..7b9fd8a 100644 --- a/appinfo/info.xml +++ b/appinfo/info.xml @@ -5,7 +5,7 @@ GPodder Sync replicate basic GPodder.net API - 3.4.0 + 3.5.0 agpl Thrillfall GPodderSync @@ -18,7 +18,7 @@ - +