Skip to content

Commit

Permalink
v2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelklehr committed May 31, 2023
1 parent 3272b6d commit 4647883
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 3 deletions.
16 changes: 15 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,21 @@ 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/).

## [Unreleased]
## [2.0.1] - 2023-05-31

### Fixed

- Fix ImportDropboxJob
- Fix sign-in if username is empty + Give more feedback in UI
- Update translations from Transifex

## [2.0.0] - 2023-05-19

### Breaking changes

- Drop support for Nextcloud pre 26
- Now supported: Nextcloud 26 and Nextcloud 27


## 1.0.6 – 2023-01-06
### 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.0.0</version>
<version>2.0.1</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.0.0",
"version": "2.0.1",
"description": "Dropbox integration",
"main": "index.js",
"directories": {
Expand Down

0 comments on commit 4647883

Please sign in to comment.