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:
-rw-r--r--.travis.yml2
-rw-r--r--CHANGELOG.md7
2 files changed, 8 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index c73f4c8..3635ce0 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -7,7 +7,7 @@ php:
env:
global:
- - CORE_BRANCH=master
+ - CORE_BRANCH=stable14
- APP=files_antivirus
matrix:
- DB=sqlite
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 00dc468..0573320 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,6 +4,13 @@ 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).
+## [1.4.2] - 2018-11-26
+### Changed
+- Updated translations
+
+### Fixed
+- Uploads in shared folders
+
## [1.4.1] - 2018-10-30
### Fixed
- Respect max scan filesize in chunked upload [#99](https://github.com/nextcloud/files_antivirus/pull/99)