Skip to content

Commit ce09d8e

Browse files
committed
Support for Nextcloud 18
1 parent a19144a commit ce09d8e

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
99
- Users can confirm passwords
1010
- Support Nextcloud password_policy
1111
- Extend user/group search
12+
- Support for Nextcloud 18
1213

1314
### Fixed
1415
- Getting user display names backend

appinfo/info.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<category>auth</category>
2323
<dependencies>
2424
<php min-version="7.0"/>
25-
<nextcloud min-version="14" max-version="16"/>
25+
<nextcloud min-version="14" max-version="18"/>
2626
</dependencies>
2727
<settings>
2828
<admin>\OCA\UserSQL\Settings\Admin</admin>

0 commit comments

Comments
 (0)