Support version 20
This commit is contained in:
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
|
|||||||
## [Unreleased]
|
## [Unreleased]
|
||||||
### Fixed
|
### Fixed
|
||||||
- [issue#123](https://github.com/nextcloud/user_sql/issues/123) - sync exception - Duplicate entry
|
- [issue#123](https://github.com/nextcloud/user_sql/issues/123) - sync exception - Duplicate entry
|
||||||
|
### Added
|
||||||
|
- Support for Nextcloud 20
|
||||||
|
|
||||||
## [4.5.0] - 2020-04-13
|
## [4.5.0] - 2020-04-13
|
||||||
### Added
|
### Added
|
||||||
|
|||||||
@@ -8,7 +8,7 @@
|
|||||||
Retrieve the users and groups info. Allow the users to change their passwords.
|
Retrieve the users and groups info. Allow the users to change their passwords.
|
||||||
Sync the users' email addresses with the addresses stored by Nextcloud.
|
Sync the users' email addresses with the addresses stored by Nextcloud.
|
||||||
</description>
|
</description>
|
||||||
<version>4.6.0-dev</version>
|
<version>4.6.0</version>
|
||||||
<licence>agpl</licence>
|
<licence>agpl</licence>
|
||||||
<author>Marcin Łojewski</author>
|
<author>Marcin Łojewski</author>
|
||||||
<author>Andreas Böhler</author>
|
<author>Andreas Böhler</author>
|
||||||
@@ -22,7 +22,7 @@
|
|||||||
<category>auth</category>
|
<category>auth</category>
|
||||||
<dependencies>
|
<dependencies>
|
||||||
<php min-version="7.1"/>
|
<php min-version="7.1"/>
|
||||||
<nextcloud min-version="18" max-version="21"/>
|
<nextcloud min-version="18" max-version="20"/>
|
||||||
</dependencies>
|
</dependencies>
|
||||||
<settings>
|
<settings>
|
||||||
<admin>\OCA\UserSQL\Settings\Admin</admin>
|
<admin>\OCA\UserSQL\Settings\Admin</admin>
|
||||||
|
|||||||
Reference in New Issue
Block a user