From 04a82f6327e2de334828af4225d973091fb2fa23 Mon Sep 17 00:00:00 2001 From: Kent Delante Date: Wed, 12 Aug 2026 15:19:30 +0800 Subject: [PATCH] chore: add support for Nextcloud 35 Signed-off-by: Kent Delante --- appinfo/info.xml | 4 ++-- package.json | 2 +- phpstan.neon | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/appinfo/info.xml b/appinfo/info.xml index 13979d2d..ecfd925b 100644 --- a/appinfo/info.xml +++ b/appinfo/info.xml @@ -14,7 +14,7 @@ Core App of the full-text search framework for your Nextcloud. ]]> - 32.0.0 + 35.0.0-beta.1 agpl Maxence Lange FullTextSearch @@ -27,7 +27,7 @@ Core App of the full-text search framework for your Nextcloud. https://github.com/nextcloud/fulltextsearch.git https://raw.githubusercontent.com/nextcloud/fulltextsearch/master/screenshots/0.3.0.png - + diff --git a/package.json b/package.json index 99c7e9b9..e991a668 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "fulltextsearch", - "version": "32.0.0", + "version": "35.0.0-beta.1", "private": true, "description": "Full text search framework for Nextcloud", "homepage": "https://github.com/nextcloud/fulltextsearch#readme", diff --git a/phpstan.neon b/phpstan.neon index 4f743245..c4117377 100644 --- a/phpstan.neon +++ b/phpstan.neon @@ -3,7 +3,7 @@ parameters: level: 4 phpVersion: - min: 80100 + min: 80300 max: 80400 paths: - lib