Skip to content

Commit

Permalink
Add support for NC 26
Browse files Browse the repository at this point in the history
Signed-off-by: Tobias K <6317548+theCalcaholic@users.noreply.github.com>
  • Loading branch information
theCalcaholic committed May 1, 2023
1 parent 483bd15 commit 6876a96
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion etc/ncp-config.d/nc-nextcloud.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
{
"id": "VER",
"name": "Version",
"value": "25.0.6"
"value": "26.0.1"
},
{
"id": "MAXFILESIZE",
Expand Down
2 changes: 1 addition & 1 deletion etc/ncp.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"nextcloud_version": "25.0.6",
"nextcloud_version": "26.0.1",
"php_version": "8.1",
"release": "bullseye"
}
2 changes: 1 addition & 1 deletion ncp-app/appinfo/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<category>tools</category>
<bugs>https://github.com/nextcloud/nextcloudpi/issues</bugs>
<dependencies>
<nextcloud min-version="14" max-version="25"/>
<nextcloud min-version="14" max-version="26"/>
</dependencies>
<navigations>
<navigation>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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="25" />
<nextcloud min-version="20" max-version="26" />
</dependencies>

<commands>
Expand Down

0 comments on commit 6876a96

Please sign in to comment.