Skip to content

Commit 17ba698

Browse files
committed
Support version 20
1 parent 0742ff3 commit 17ba698

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
77
## [Unreleased]
88
### Fixed
99
- [issue#123](https://github.com/nextcloud/user_sql/issues/123) - sync exception - Duplicate entry
10+
### Added
11+
- Support for Nextcloud 20
1012

1113
## [4.5.0] - 2020-04-13
1214
### Added

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.6.0-dev</version>
11+
<version>4.6.0</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="18" max-version="21"/>
25+
<nextcloud min-version="18" max-version="20"/>
2626
</dependencies>
2727
<settings>
2828
<admin>\OCA\UserSQL\Settings\Admin</admin>

0 commit comments

Comments
 (0)