File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3838
3939 strategy :
4040 matrix :
41- php-versions : ['8.0', '8.1']
41+ php-versions : ['8.0', '8.1', '8.2' ]
4242 server-versions : ['master']
4343 include :
4444 - php-versions : ' 7.4'
Original file line number Diff line number Diff line change 11# Changelog
22All notable changes to this project will be documented in this file.
33
4+ ## 2.1.0 – 2023-02-16
5+ ### Added
6+ - Compatibility with Nextcloud 26
7+
8+ ### Fixed
9+ - Send admin notification in correct language
10+ [ #496 ] ( https://github.com/nextcloud/registration/pull/496 )
11+
412## 2.0.0 – 2022-10-14
513### Added
614- Require Nextcloud 25
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ This app allows users to register a new account.
23234. User is lead to a form where they can choose their username and password
24245. New account is created and is logged in automatically
2525 ]]> </description >
26- <version >2.0 .0</version >
26+ <version >2.1 .0</version >
2727 <licence >agpl</licence >
2828 <author >Joas Schilling</author >
2929 <author mail =" pellaeon@cnmc.tw" homepage =" https://nyllep.wordpress.com/about-2" >Pellaeon Lin</author >
@@ -39,7 +39,7 @@ This app allows users to register a new account.
3939 <screenshot >https://raw.githubusercontent.com/nextcloud/registration/master/docs/demo.gif</screenshot >
4040 <screenshot >https://raw.githubusercontent.com/nextcloud/registration/master/docs/admin-settings.png</screenshot >
4141 <dependencies >
42- <nextcloud min-version =" 25" max-version =" 25 " />
42+ <nextcloud min-version =" 25" max-version =" 26 " />
4343 </dependencies >
4444 <background-jobs >
4545 <job >OCA\Registration\BackgroundJob\ExpireRegistrations</job >
You can’t perform that action at this time.
0 commit comments