Skip to content

Commit

Permalink
Merge pull request #312 from nextcloud/release/3.3.1.1
Browse files Browse the repository at this point in the history
3.3.1.1
  • Loading branch information
ArtificialOwl authored Jan 22, 2024
2 parents 491ead9 + 0dd67e1 commit 22fca11
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [3.3.1.1] - 2024-01-16
## Fixed
* Remove direct link to the infected file in `Activity`

## [3.3.0] - 2022-05-14
## Fixed
- Nextcloud 24 support
Expand Down
2 changes: 1 addition & 1 deletion 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>3.3.1</version>
<version>3.3.1.1</version>
<licence>agpl</licence>

<author>Manuel Delgado</author>
Expand Down

0 comments on commit 22fca11

Please sign in to comment.