We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a19144a commit ce09d8eCopy full SHA for ce09d8e
2 files changed
CHANGELOG.md
@@ -9,6 +9,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
9
- Users can confirm passwords
10
- Support Nextcloud password_policy
11
- Extend user/group search
12
+- Support for Nextcloud 18
13
14
### Fixed
15
- Getting user display names backend
appinfo/info.xml
@@ -22,7 +22,7 @@
22
<category>auth</category>
23
<dependencies>
24
<php min-version="7.0"/>
25
- <nextcloud min-version="14" max-version="16"/>
+ <nextcloud min-version="14" max-version="18"/>
26
</dependencies>
27
<settings>
28
<admin>\OCA\UserSQL\Settings\Admin</admin>
0 commit comments