From 98ef0b8fdcc33e11e7a1fa98eea156a26d1cda73 Mon Sep 17 00:00:00 2001 From: Max Date: Tue, 16 Jun 2026 13:33:05 -0700 Subject: [PATCH 1/2] Bump max Nextcloud version to 34 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Allows the Tasks app to install on Nextcloud 34 (released 2026-06-09). No code changes — the app runs cleanly on 34 already; users have been working around the version cap with `occ app:enable tasks --force` per issue #3171. This bump is the one-line change that lifts the cap. Tested by installing this build against a fresh Nextcloud 34.0.0.12 instance; all Tasks UI flows (list create/delete, VTODO sync via CalDAV, calendar integration) function as expected. --- appinfo/info.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appinfo/info.xml b/appinfo/info.xml index fc096992f..241902774 100644 --- a/appinfo/info.xml +++ b/appinfo/info.xml @@ -21,7 +21,7 @@ https://raw.githubusercontent.com/nextcloud/tasks/master/screenshots/tasks-1.png - + caldav From 6a1c39cf9b890ec898e906da0191eca6eeb5e9b0 Mon Sep 17 00:00:00 2001 From: Max Date: Tue, 16 Jun 2026 13:43:05 -0700 Subject: [PATCH 2/2] Bump max PHP version to 8.6 Closes the second half of #3171: Nextcloud's `version_compare` treats `max-version="8.5"` as <=8.5.0, so PHP 8.5.7 (which formwandler is running) is still rejected. Bumping to 8.6 covers the 8.5.x line. PHP 8.5 was released Nov 2025; this avoids the install-time block for anyone on a current PHP runtime. --- appinfo/info.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appinfo/info.xml b/appinfo/info.xml index 241902774..d3c02195e 100644 --- a/appinfo/info.xml +++ b/appinfo/info.xml @@ -20,7 +20,7 @@ https://github.com/nextcloud/tasks.git https://raw.githubusercontent.com/nextcloud/tasks/master/screenshots/tasks-1.png - + caldav