-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(deps): Add Nextcloud 31 support
Signed-off-by: Joas Schilling <[email protected]>
- Loading branch information
1 parent
f98c86c
commit 0732ea6
Showing
3 changed files
with
5 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,7 +9,7 @@ This app allows you to define a set of classification rules that will assign tag | |
For each classification rule you can define when the tag will be assigned to a file, based on text | ||
content, BAILS classification metadata or Microsoft Information Purview metadata. | ||
]]></description> | ||
<version>3.0.3</version> | ||
<version>4.0.0</version> | ||
<licence>agpl</licence> | ||
<author mail="[email protected]" homepage="https://marcelklehr.de">Marcel Klehr</author> | ||
<namespace>Files_Confidential</namespace> | ||
|
@@ -20,7 +20,7 @@ content, BAILS classification metadata or Microsoft Information Purview metadata | |
<repository type="git">https://github.com/nextcloud/files_confidential.git</repository> | ||
<dependencies> | ||
<php min-version="8.0" /> | ||
<nextcloud min-version="28" max-version="30" /> | ||
<nextcloud min-version="28" max-version="31" /> | ||
</dependencies> | ||
<settings> | ||
<admin>OCA\Files_Confidential\Settings\AdminSettings</admin> | ||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters