Skip to content

Commit 5c013c4

Browse files
committed
prepare release 1.1.0
1 parent b7275d3 commit 5c013c4

File tree

3 files changed

+16
-4
lines changed

3 files changed

+16
-4
lines changed

CHANGELOG.md

+14-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,18 @@ All notable changes to this project will be documented in this file.
44

55
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).
66

7-
## [unreleased] - XXXX-XX-XX
7+
## [1.1.0] - 2022-06-24
8+
9+
### Fixed
10+
11+
- [#477](https://github.com/owncloud/files_antivirus/issue/477) - Advanced settings (list of rules) is not displayed
12+
- [#472](https://github.com/owncloud/files_antivirus/issue/472) - Encapsulated type count is wrong in ICAPClient
13+
- [#473](https://github.com/owncloud/files_antivirus/issue/473) - ICAP Response Modification Mode is missing
14+
15+
### Added
16+
17+
- [#488](https://github.com/owncloud/files_antivirus/issue/488) - Add ICAP Scanner for FortiSandbox
18+
- [#489](https://github.com/owncloud/files_antivirus/issue/489) - Add ICAP Scanner for McAfee Web Gateway 10.x #489
819

920

1021
## [1.0.0] - 2021-05-31
@@ -326,7 +337,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).
326337
- Initial implementation
327338

328339

329-
[unreleased]: https://github.com/owncloud/files_antivirus/compare/v1.0.0...master
340+
[unreleased]: https://github.com/owncloud/files_antivirus/compare/v1.1.0...master
341+
[1.1.0]: https://github.com/owncloud/files_antivirus/compare/v1.0.0...v1.1.0
330342
[1.0.0]: https://github.com/owncloud/files_antivirus/compare/v0.16.0...v1.0.0
331343
[0.16.0]: https://github.com/owncloud/files_antivirus/compare/v0.15.2...v0.16.0
332344
[0.15.2]: https://github.com/owncloud/files_antivirus/compare/v0.15.1...v0.15.2

appinfo/info.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Please note that enabling this application can impact system performance as addi
2323
<category>security</category>
2424
<licence>AGPL</licence>
2525
<author>Manuel Delgado, Bart Visscher, thinksilicon.de, Viktar Dubiniuk</author>
26-
<version>1.0.0</version>
26+
<version>1.1.0</version>
2727
<documentation>
2828
<admin>https://doc.owncloud.com/server/latest/admin_manual/configuration/server/antivirus_configuration.html</admin>
2929
</documentation>

sonar-project.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Organization and project keys are displayed in the right sidebar of the project homepage
22
sonar.organization=owncloud-1
33
sonar.projectKey=owncloud_files_antivirus
4-
sonar.projectVersion=1.0
4+
sonar.projectVersion=1.1.0
55
sonar.host.url=https://sonarcloud.io
66

77
# =====================================================

0 commit comments

Comments
 (0)