Skip to content

Commit

Permalink
Merge pull request #322 from nextcloud/release-5.5.0
Browse files Browse the repository at this point in the history
5.5.0
  • Loading branch information
icewind1991 authored Mar 28, 2024
2 parents 0a6aadc + a4170f1 commit 43c433c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions appinfo/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>5.4.2</version>
<version>5.5.0</version>
<licence>agpl</licence>

<author>Manuel Delgado</author>
Expand Down Expand Up @@ -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="25" max-version="28" />
<nextcloud min-version="25" max-version="29" />
</dependencies>

<background-jobs>
Expand Down

0 comments on commit 43c433c

Please sign in to comment.