Skip to content

Commit

Permalink
v2.2.0
Browse files Browse the repository at this point in the history
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
  • Loading branch information
marcelklehr committed Mar 6, 2024
1 parent ad85c31 commit 464d35c
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion appinfo/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<name>Dropbox integration</name>
<summary>Import Dropbox data in Nextcloud</summary>
<description><![CDATA[Dropbox integration allows you to automatically import your Dropbox files into Nextcloud.]]></description>
<version>2.1.0</version>
<version>2.2.0</version>
<licence>agpl</licence>
<author>Julien Veyssier</author>
<namespace>Dropbox</namespace>
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "integration_dropbox",
"version": "2.1.0",
"version": "2.2.0",
"description": "Dropbox integration",
"main": "index.js",
"directories": {
Expand Down

0 comments on commit 464d35c

Please sign in to comment.