-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Joas Schilling <coding@schilljs.com>
- Loading branch information
1 parent
b3f75e7
commit 34b4386
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -21,7 +21,7 @@ The administrator is then logged-in as the user, to switch back to the regular u | |
- While impersonate actions are logged note that actions performed impersonated will be logged as the impersonated user. | ||
- Impersonating a user is only possible after their first login.]]></description> | ||
|
||
<version>1.12.0</version> | ||
<version>1.13.0</version> | ||
<licence>agpl</licence> | ||
<author>Nextcloud</author> | ||
<namespace>Impersonate</namespace> | ||
|
@@ -36,7 +36,7 @@ The administrator is then logged-in as the user, to switch back to the regular u | |
<screenshot>https://raw.githubusercontent.com/nextcloud/impersonate/master/screenshots/3.png</screenshot> | ||
|
||
<dependencies> | ||
<nextcloud min-version="25" max-version="25" /> | ||
<nextcloud min-version="26" max-version="26" /> | ||
This comment has been minimized.
Sorry, something went wrong.
This comment has been minimized.
Sorry, something went wrong.
nickvergessen
Author
Member
|
||
</dependencies> | ||
|
||
<settings> | ||
|
This most probably should read
<nextcloud min-version="25" max-version="26" />
or even
<nextcloud min-version="22" max-version="26" />