mirror of
https://github.com/nextcloud/nextcloudpi.git
synced 2026-01-09 06:32:00 -03:30
Add support for NC 32
This commit is contained in:
parent
0ed0ce065b
commit
dce645be79
@ -9,7 +9,7 @@
|
|||||||
{
|
{
|
||||||
"id": "VER",
|
"id": "VER",
|
||||||
"name": "Version",
|
"name": "Version",
|
||||||
"value": "31.0.2"
|
"value": "32.0.0"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "MAXFILESIZE",
|
"id": "MAXFILESIZE",
|
||||||
|
|||||||
@ -1,5 +1,5 @@
|
|||||||
{
|
{
|
||||||
"nextcloud_version": "31.0.2",
|
"nextcloud_version": "32.0.0",
|
||||||
"php_version": "8.3",
|
"php_version": "8.3",
|
||||||
"release": "bookworm"
|
"release": "bookworm"
|
||||||
}
|
}
|
||||||
|
|||||||
@ -12,7 +12,7 @@
|
|||||||
<category>tools</category>
|
<category>tools</category>
|
||||||
<bugs>https://github.com/nextcloud/nextcloudpi/issues</bugs>
|
<bugs>https://github.com/nextcloud/nextcloudpi/issues</bugs>
|
||||||
<dependencies>
|
<dependencies>
|
||||||
<nextcloud min-version="22" max-version="31"/>
|
<nextcloud min-version="22" max-version="32"/>
|
||||||
</dependencies>
|
</dependencies>
|
||||||
<navigations>
|
<navigations>
|
||||||
<navigation>
|
<navigation>
|
||||||
|
|||||||
@ -25,7 +25,7 @@ The first time you install this app, before using a cron job, you properly want
|
|||||||
</types>
|
</types>
|
||||||
<dependencies>
|
<dependencies>
|
||||||
<php min-version="7.2"/>
|
<php min-version="7.2"/>
|
||||||
<nextcloud min-version="20" max-version="31" />
|
<nextcloud min-version="20" max-version="32" />
|
||||||
</dependencies>
|
</dependencies>
|
||||||
|
|
||||||
<commands>
|
<commands>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user