Skip to content

Commit

Permalink
Merge pull request #552 from nextcloud/v5.0.0
Browse files Browse the repository at this point in the history
v5.0.0
  • Loading branch information
Pytal authored Dec 1, 2023
2 parents ca9948b + 8058d4b commit 7504caa
Show file tree
Hide file tree
Showing 6 changed files with 21 additions and 8 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,19 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [5.0.0] - 2023-12-01

### Breaking

* Drop support for Nextcloud 27

### Changes

* Nextcloud 28 compatibility
* Remove deprecated ${var} syntax https://github.com/nextcloud/user_migration/pull/519
* Fix hidden password confirmation dialog with new global search https://github.com/nextcloud/user_migration/pull/551
* Various dependencies bump

## [4.0.1] - 2023-05-17

### Breaking
Expand Down
4 changes: 2 additions & 2 deletions appinfo/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ This app allows users to easily migrate from one instance to another using an ex
- **⚙ Go into `Personal settings` > `Data migration` and start the import**
- **🎉 Enjoy your stay on your new instance** and close you old account
]]></description>
<version>5.0.0-dev</version>
<version>5.0.0</version>
<licence>agpl</licence>
<author>Côme Chilliet</author>
<author>Christopher Ng</author>
Expand All @@ -38,7 +38,7 @@ This app allows users to easily migrate from one instance to another using an ex
<screenshot>https://raw.githubusercontent.com/nextcloud/user_migration/main/screenshots/import.png</screenshot>

<dependencies>
<nextcloud min-version="27" max-version="28"/>
<nextcloud min-version="28" max-version="28"/>
</dependencies>

<commands>
Expand Down
4 changes: 2 additions & 2 deletions js/user_migration-personal-settings.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion js/user_migration-personal-settings.js.map

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

0 comments on commit 7504caa

Please sign in to comment.