Add support for Nextcloud 25.0.2

Signed-off-by: Tobias K <6317548+theCalcaholic@users.noreply.github.com>
Signed-off-by: Tobias Knöppler <6317548+theCalcaholic@users.noreply.github.com>
This commit is contained in:
Tobias K 2023-01-07 20:01:59 +01:00 committed by Tobias Knöppler
parent a09ddbe308
commit ba4bb1d951
No known key found for this signature in database
GPG Key ID: 3510056072886A8F
5 changed files with 5 additions and 5 deletions

View File

@ -23,7 +23,7 @@ Find the full documentation at [docs.nextcloudpi.com](http://docs.nextcloudpi.co
## Features
* Debian/Raspbian 11 Bullseye
* Nextcloud 24.0.8
* Nextcloud 25.0.2
* Apache, with HTTP2 enabled
* PHP 8.1
* MariaDB 10

View File

@ -9,7 +9,7 @@
{
"id": "VER",
"name": "Version",
"value": "24.0.8"
"value": "25.0.2"
},
{
"id": "MAXFILESIZE",

View File

@ -1,5 +1,5 @@
{
"nextcloud_version": "24.0.8",
"nextcloud_version": "25.0.2",
"php_version": "8.1",
"release": "bullseye"
}

View File

@ -12,7 +12,7 @@
<category>tools</category>
<bugs>https://github.com/nextcloud/nextcloudpi/issues</bugs>
<dependencies>
<nextcloud min-version="14" max-version="24"/>
<nextcloud min-version="14" max-version="25"/>
</dependencies>
<navigations>
<navigation>

View File

@ -25,7 +25,7 @@ The first time you install this app, before using a cron job, you properly want
</types>
<dependencies>
<php min-version="7.2"/>
<nextcloud min-version="20" max-version="24" />
<nextcloud min-version="20" max-version="25" />
</dependencies>
<commands>