Skip to content

Commit 91e8cac

Browse files
committed
Release version 4.7.1
1 parent 6ba8a43 commit 91e8cac

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
55
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
66

7+
## [4.7.1]
8+
- Support for Nextcloud 22, 23
9+
710
## [4.7.0]
811
### Changed
912
- Support for Doctrine 3
@@ -160,6 +163,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
160163
### Changed
161164
- Supported version of ownCloud, Nextcloud: ownCloud 10, Nextcloud 12
162165

166+
[4.7.1]: https://github.com/nextcloud/user_sql/compare/v4.7.0...v4.7.1
163167
[4.7.0]: https://github.com/nextcloud/user_sql/compare/v4.6.0...v4.7.0
164168
[4.6.0]: https://github.com/nextcloud/user_sql/compare/v4.5.0...v4.6.0
165169
[4.5.0]: https://github.com/nextcloud/user_sql/compare/v4.4.1...v4.5.0

appinfo/info.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
Retrieve the users and groups info. Allow the users to change their passwords.
99
Sync the users' email addresses with the addresses stored by Nextcloud.
1010
</description>
11-
<version>4.7.0</version>
11+
<version>4.7.1</version>
1212
<licence>agpl</licence>
1313
<author>Marcin Łojewski</author>
1414
<author>Andreas Böhler</author>
@@ -22,7 +22,7 @@
2222
<category>auth</category>
2323
<dependencies>
2424
<php min-version="7.1"/>
25-
<nextcloud min-version="21" max-version="21"/>
25+
<nextcloud min-version="21" max-version="23"/>
2626
</dependencies>
2727
<settings>
2828
<admin>\OCA\UserSQL\Settings\Admin</admin>

0 commit comments

Comments
 (0)