Skip to content

Commit

Permalink
Merge pull request #515 from nextcloud/release-for-26
Browse files Browse the repository at this point in the history
Release for 26
nickvergessen authored Feb 17, 2023

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
2 parents 1752aaf + 013a4d4 commit 50d6b0d
Showing 3 changed files with 11 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/phpunit-mysql.yml
Original file line number Diff line number Diff line change
@@ -38,7 +38,7 @@ jobs:

strategy:
matrix:
php-versions: ['8.0', '8.1']
php-versions: ['8.0', '8.1', '8.2']
server-versions: ['master']
include:
- php-versions: '7.4'
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
# Changelog
All notable changes to this project will be documented in this file.

## 2.1.0 – 2023-02-16
### Added
- Compatibility with Nextcloud 26

### Fixed
- Send admin notification in correct language
[#496](https://github.com/nextcloud/registration/pull/496)

## 2.0.0 – 2022-10-14
### Added
- Require Nextcloud 25
4 changes: 2 additions & 2 deletions appinfo/info.xml
Original file line number Diff line number Diff line change
@@ -23,7 +23,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.0.0</version>
<version>2.1.0</version>
<licence>agpl</licence>
<author>Joas Schilling</author>
<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.
<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="25" max-version="25" />
<nextcloud min-version="25" max-version="26" />
</dependencies>
<background-jobs>
<job>OCA\Registration\BackgroundJob\ExpireRegistrations</job>

0 comments on commit 50d6b0d

Please sign in to comment.