File tree Expand file tree Collapse file tree 2 files changed +13
-2
lines changed
Expand file tree Collapse file tree 2 files changed +13
-2
lines changed Original file line number Diff line number Diff line change 66# Changelog
77All notable changes to this project will be documented in this file.
88
9+ ## 2.8.0 - 2025-09-11
10+
11+ ### Added
12+
13+ - Compatibility with Nextcloud 32
14+
15+ ### Removed
16+
17+ - Compatibility with Nextcloud 29
18+ - Compatibility with Nextcloud 30
19+
920## 2.7.0 - 2025-04-03
1021
1122### Changed
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ This app allows users to register a new account.
28284. User is lead to a form where they can choose their username and password
29295. New account is created and is logged in automatically
3030 ]]> </description >
31- <version >2.7 .0</version >
31+ <version >2.8 .0</version >
3232 <licence >agpl</licence >
3333 <author mail =" nextcloud@tcit.fr" homepage =" https://tcit.fr" >Thomas Citharel</author >
3434 <author >Joas Schilling</author >
@@ -45,7 +45,7 @@ This app allows users to register a new account.
4545 <screenshot >https://raw.githubusercontent.com/nextcloud/registration/master/docs/demo.gif</screenshot >
4646 <screenshot >https://raw.githubusercontent.com/nextcloud/registration/master/docs/admin-settings.png</screenshot >
4747 <dependencies >
48- <nextcloud min-version =" 29 " max-version =" 31 " />
48+ <nextcloud min-version =" 31 " max-version =" 32 " />
4949 </dependencies >
5050 <background-jobs >
5151 <job >OCA\Registration\BackgroundJob\ExpireRegistrations</job >
You can’t perform that action at this time.
0 commit comments