chore(release): bump version to 2.8.0

Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
Thomas Citharel
2025-09-11 19:04:13 +02:00
parent e2004b62eb
commit ed2cf0db3a
2 changed files with 13 additions and 2 deletions

View File

@ -6,6 +6,17 @@
# Changelog
All notable changes to this project will be documented in this file.
## 2.8.0 - 2025-09-11
### Added
- Compatibility with Nextcloud 32
### Removed
- Compatibility with Nextcloud 29
- Compatibility with Nextcloud 30
## 2.7.0 - 2025-04-03
### Changed

View File

@ -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.7.0</version>
<version>2.8.0</version>
<licence>agpl</licence>
<author mail="nextcloud@tcit.fr" homepage="https://tcit.fr">Thomas Citharel</author>
<author>Joas Schilling</author>
@ -45,7 +45,7 @@ This app allows users to register a new account.
<screenshot>https://raw.githubusercontent.com/nextcloud/registration/master/docs/demo.gif</screenshot>
<screenshot>https://raw.githubusercontent.com/nextcloud/registration/master/docs/admin-settings.png</screenshot>
<dependencies>
<nextcloud min-version="29" max-version="31" />
<nextcloud min-version="31" max-version="32" />
</dependencies>
<background-jobs>
<job>OCA\Registration\BackgroundJob\ExpireRegistrations</job>