Skip to content

Commit 06e9afd

Browse files
authored
Merge pull request #698 from nextcloud/add-changelog
chore: bump version to 2.5.0
2 parents 3e2cde8 + 389a41a commit 06e9afd

7 files changed

+18
-8
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,16 @@
11
# Changelog
22
All notable changes to this project will be documented in this file.
33

4+
## 2.5.0 - 2024-09-13
5+
6+
### Added
7+
8+
- Compatibility with Nextcloud 30
9+
10+
### Removed
11+
12+
- Compatibility with Nextcloud 28
13+
414
## 2.4.0 - 2024-03-13
515

616
### Added

appinfo/info.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ This app allows users to register a new account.
2323
4. User is lead to a form where they can choose their username and password
2424
5. New account is created and is logged in automatically
2525
]]></description>
26-
<version>2.4.0</version>
26+
<version>2.5.0</version>
2727
<licence>agpl</licence>
2828
<author mail="nextcloud@tcit.fr" homepage="https://tcit.fr">Thomas Citharel</author>
2929
<author>Joas Schilling</author>

js/registration-settings.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

js/registration-settings.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

js/registration-vendors-node_modules_nextcloud_dialogs_dist_chunks_FilePicker-CDU2njOJ_mjs.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

js/registration-vendors-node_modules_nextcloud_dialogs_dist_chunks_FilePicker-CDU2njOJ_mjs.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "registration",
3-
"version": "2.4.0",
3+
"version": "2.5.0",
44
"description": "",
55
"license": "AGPL-3.0-or-later",
66
"scripts": {

0 commit comments

Comments
 (0)