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

github.com/nextcloud/files_antivirus.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCôme Chilliet <come.chilliet@nextcloud.com>2022-10-01 14:46:54 +0300
committerCôme Chilliet <come.chilliet@nextcloud.com>2022-10-01 14:46:54 +0300
commitdd008f6a3ba0966e4d5b04bf9b33926b96fac8b7 (patch)
tree36da573ebb9bbe8ccfe5ccc21337c4234a614a81
parent2d8646b6652629e8637838ee021e6ec02b2623d1 (diff)
Bump minimum version to 24 now that stable23 is branched out
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
-rw-r--r--appinfo/info.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 1a7efe7..207406b 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -14,7 +14,7 @@
This application inspects files that are uploaded to Nextcloud for viruses before they are written to the Nextcloud storage. If a file is identified as a virus, it is either logged or not uploaded to the server. The application relies on the underlying ClamAV virus scanning engine, which the admin points Nextcloud to when configuring the application. Alternatively, a Kaspersky Scan Engine can be configured, which has to run on a separate server.
For this app to be effective, the ClamAV virus definitions should be kept up to date. Also note that enabling this app will impact system performance as additional processing is required for every upload. More information is available in the Antivirus documentation.
]]></description>
- <version>3.3.0</version>
+ <version>4.0.0</version>
<licence>agpl</licence>
<author>Manuel Delgado</author>
@@ -44,7 +44,7 @@ For this app to be effective, the ClamAV virus definitions should be kept up to
<screenshot>https://raw.githubusercontent.com/nextcloud/files_antivirus/master/screenshots/1.png</screenshot>
<dependencies>
- <nextcloud min-version="20" max-version="25" />
+ <nextcloud min-version="24" max-version="25" />
</dependencies>
<background-jobs>