diff --git a/CHANGELOG.md b/CHANGELOG.md index 50228ee..ab1818a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,10 @@ # Changelog All notable changes to this project will be documented in this file. +## 0.6.1 – 2021-01-08 +### Added + - Compatibility with Nextcloud 21 beta 5 + ## 0.6.0 – 2020-12-14 ### Added - Allow forcing user name patterns and providing hints on the registration form and email (by @pxlfrk ) diff --git a/appinfo/info.xml b/appinfo/info.xml index c1db782..55d3b0a 100644 --- a/appinfo/info.xml +++ b/appinfo/info.xml @@ -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 ]]> - 0.6.0 + 0.6.1 agpl Pellaeon Lin diff --git a/tests/Unit/Service/RegistrationServiceTest.php b/tests/Unit/Service/RegistrationServiceTest.php index 7a819cc..31c4d51 100644 --- a/tests/Unit/Service/RegistrationServiceTest.php +++ b/tests/Unit/Service/RegistrationServiceTest.php @@ -270,8 +270,6 @@ class RegistrationServiceTest extends TestCase { * @depends testDuplicateUsernameApi */ public function testUsernameDoesntMatchPattern() { - - $this->config->expects($this->atLeastOnce()) ->method('getAppValue') ->willReturnMap([