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
  • Loading branch information
nickvergessen authored Feb 17, 2023
2 parents 1752aaf + 013a4d4 commit 50d6b0d
Show file tree
Hide file tree
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
Expand Up @@ -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'
Expand Down
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
Expand Down
4 changes: 2 additions & 2 deletions appinfo/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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="[email protected]" homepage="https://nyllep.wordpress.com/about-2">Pellaeon Lin</author>
Expand All @@ -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>
Expand Down

0 comments on commit 50d6b0d

Please sign in to comment.