From 448cee000d42e14bae2d3029f11bc14b9a62341d Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Mon, 25 Jan 2021 16:10:55 +0100 Subject: Add changelog and bump version Signed-off-by: Joas Schilling --- CHANGELOG.md | 8 ++++++++ Makefile | 2 +- appinfo/info.xml | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dd9853e..b0b8385 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,18 @@ # Changelog All notable changes to this project will be documented in this file. +## 3.8.1 – 2021-01-25 +### Fixed +- Fix "Fileupload not a function on chrome" + ## 3.8.0 – 2020-12-15 ### Fixed - Compatibility with Nextcloud 21 +## 3.7.2 – 2021-01-25 +### Fixed +- Fix "Fileupload not a function on chrome" + ## 3.7.1 – 2020-10-07 ### Fixed - Fix missing compiled JS diff --git a/Makefile b/Makefile index 0bd8735..bdcb016 100644 --- a/Makefile +++ b/Makefile @@ -7,7 +7,7 @@ source_dir=$(build_dir)/source sign_dir=$(build_dir)/sign package_name=$(app_name) cert_dir=$(HOME)/.nextcloud/certificates -version+=2.0.2 +version+=master all: appstore build-js-production diff --git a/appinfo/info.xml b/appinfo/info.xml index e2144e7..8706dba 100644 --- a/appinfo/info.xml +++ b/appinfo/info.xml @@ -28,7 +28,7 @@ More information is available in the External sites documentation.]]>https://github.com/nextcloud/external/issues https://github.com/nextcloud/external.git - 3.8.0 + 3.8.1 External -- cgit v1.2.3