Skip to content

Commit 50d6b0d

Browse files
Merge pull request #515 from nextcloud/release-for-26
Release for 26
2 parents 1752aaf + 013a4d4 commit 50d6b0d

3 files changed

Lines changed: 11 additions & 3 deletions

File tree

.github/workflows/phpunit-mysql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
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'

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
# Changelog
22
All 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

appinfo/info.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ This app allows users to register a new account.
2323
4. User is lead to a form where they can choose their username and password
2424
5. 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>

0 commit comments

Comments
 (0)