mirror of
https://github.com/nextcloud/registration.git
synced 2026-01-14 03:15:54 +00:00
chore(release): bump version to 2.8.0
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
11
CHANGELOG.md
11
CHANGELOG.md
@ -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
|
||||
|
||||
@ -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>
|
||||
|
||||
Reference in New Issue
Block a user