File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,9 @@ All notable changes to this project will be documented in this file.
44The format is based on [ Keep a Changelog] ( http://keepachangelog.com/en/1.0.0/ )
55and 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
Original file line number Diff line number Diff line change 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 >
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 >
You can’t perform that action at this time.
0 commit comments