Skip to content

Commit

Permalink
Add Nextcloud 25 support
Browse files Browse the repository at this point in the history
Signed-off-by: Joas Schilling <coding@schilljs.com>
  • Loading branch information
nickvergessen committed Sep 22, 2022
1 parent d76aefc commit 1fda3d4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/update-christophwurst-nextcloud.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
strategy:
fail-fast: false
matrix:
branches: ["master", "stable24", "stable23", "stable22"]
branches: ["master", "stable25", "stable24", "stable23"]

name: update-christophwurst-nextcloud-${{ matrix.branches }}

Expand Down
4 changes: 2 additions & 2 deletions appinfo/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<name>Activities for shared file downloads</name>
<summary>Creates activities for downloads of files that were shared with other users or a group</summary>
<description>Creates activities for downloads of files that were shared with other users or a group</description>
<version>1.15.0</version>
<version>1.16.0</version>
<licence>agpl</licence>
<author>Joas Schilling</author>
<namespace>FilesDownloadActivity</namespace>
Expand All @@ -24,7 +24,7 @@
<screenshot>https://github.com/raw/nextcloud/files_downloadactivity/master/docs/screenshot.png</screenshot>

<dependencies>
<nextcloud min-version="22" max-version="25" />
<nextcloud min-version="23" max-version="26" />
</dependencies>

<activity>
Expand Down

0 comments on commit 1fda3d4

Please sign in to comment.