From 464d35cef9d06d9bdfa7eeccb2e8fc8f6354659b Mon Sep 17 00:00:00 2001 From: Marcel Klehr Date: Wed, 6 Mar 2024 11:59:41 +0100 Subject: [PATCH] v2.2.0 Signed-off-by: Marcel Klehr --- CHANGELOG.md | 10 ++++++++++ appinfo/info.xml | 2 +- package.json | 2 +- 3 files changed, 12 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2ba37f9..2826dac 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,16 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/). +## [2.2.0] - 2024-03-06 + +### Changed + - Add support for nc 29 + +### Fixed + - fix(DropboxStorageAPIService): Don't allow shared folder as target folder + - fix(downloadFile): Switch to /download endpoint to avoid temporary_link endpoint + - Fix(l10n): Update translations from Transifex + ## [2.1.0] - 2023-05-31 ### Changed diff --git a/appinfo/info.xml b/appinfo/info.xml index d259cf1..9e37759 100644 --- a/appinfo/info.xml +++ b/appinfo/info.xml @@ -4,7 +4,7 @@ Dropbox integration Import Dropbox data in Nextcloud - 2.1.0 + 2.2.0 agpl Julien Veyssier Dropbox diff --git a/package.json b/package.json index d38cbde..fda103b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "integration_dropbox", - "version": "2.1.0", + "version": "2.2.0", "description": "Dropbox integration", "main": "index.js", "directories": {