Skip to content

Commit

Permalink
Add Nextcloud 25 support on master
Browse files Browse the repository at this point in the history
Signed-off-by: Joas Schilling <coding@schilljs.com>
  • Loading branch information
nickvergessen committed Sep 22, 2022
1 parent b3f75e7 commit 34b4386
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions appinfo/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand All @@ -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.

Copy link
@nursoda

nursoda Oct 24, 2022

This most probably should read
<nextcloud min-version="25" max-version="26" />
or even
<nextcloud min-version="22" max-version="26" />

This comment has been minimized.

Copy link
@nickvergessen

nickvergessen Oct 24, 2022

Author Member

No, this app is following a branched pattern. There is a stable branch for each Nextcloud major version.
It's just missing a release from there, see #161

</dependencies>

<settings>
Expand Down

0 comments on commit 34b4386

Please sign in to comment.