Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/files_accesscontrol.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoas Schilling <213943+nickvergessen@users.noreply.github.com>2022-09-23 00:16:07 +0300
committerGitHub <noreply@github.com>2022-09-23 00:16:07 +0300
commit2a9ef37f65b3368a96daae985caf57f0682e4f42 (patch)
tree26b3c66404af0ebc80020bc0df4192b3f2984054
parent05cf1bdc11b38cec9ba2b4dd9adcf7ea3294e43c (diff)
parentf1068a2bf839a0ed14c21ad01c178359c25c9acd (diff)
Merge pull request #268 from nextcloud/update-master-version
Add Nextcloud 26 support on master
-rw-r--r--.github/workflows/update-christophwurst-nextcloud.yml2
-rw-r--r--appinfo/info.xml4
2 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/update-christophwurst-nextcloud.yml b/.github/workflows/update-christophwurst-nextcloud.yml
index e2e5f52..50c81c6 100644
--- a/.github/workflows/update-christophwurst-nextcloud.yml
+++ b/.github/workflows/update-christophwurst-nextcloud.yml
@@ -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 }}
diff --git a/appinfo/info.xml b/appinfo/info.xml
index e966c01..e256246 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -13,7 +13,7 @@ An example would be to deny access to MS Excel/XLSX files owned by the "Human Re
Learn more about File Access Control on [https://nextcloud.com/workflow](https://nextcloud.com/workflow)</description>
- <version>1.15.0</version>
+ <version>1.16.0</version>
<licence>agpl</licence>
<author>Arthur Schiwon</author>
<author>Joas Schilling</author>
@@ -35,6 +35,6 @@ Learn more about File Access Control on [https://nextcloud.com/workflow](https:/
<repository type="git">https://github.com/nextcloud/files_accesscontrol.git</repository>
<screenshot>https://raw.githubusercontent.com/nextcloud/files_accesscontrol/master/screenshots/flow.png</screenshot>
<dependencies>
- <nextcloud min-version="25" max-version="25" />
+ <nextcloud min-version="26" max-version="26" />
</dependencies>
</info>