Skip to content

Commit

Permalink
v3.0.1
Browse files Browse the repository at this point in the history
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
  • Loading branch information
marcelklehr committed Sep 19, 2024
1 parent 5b5c2bd commit 42fe96d
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,15 @@ 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/).

## [3.0.1] - 2024-09-19

### Fixed

- fix: add password confirmation in admin settings
- fix: remove default oauth app client/secret
- fix: update npm pkgs, adjust to new stylelint config
- fix: update composer deps, update psalm baseline

## [3.0.0] - 2024-08-01

### breaking changes
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>3.0.0</version>
<version>3.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": "3.0.0",
"version": "3.0.1",
"description": "Dropbox integration",
"main": "index.js",
"directories": {
Expand Down

0 comments on commit 42fe96d

Please sign in to comment.