Skip to content

Commit e393d5e

Browse files
Merge pull request #106 from nextcloud/release/0.7
🚀 RELEASE: v0.7.0
2 parents 6f4d19d + d9cad18 commit e393d5e

1 file changed

Lines changed: 13 additions & 13 deletions

File tree

appinfo/info.xml

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -2,21 +2,21 @@
22
<info xmlns:xsi= "http://www.w3.org/2001/XMLSchema-instance"
33
xsi:noNamespaceSchemaLocation="https://apps.nextcloud.com/schema/apps/info.xsd">
44
<id>user_external</id>
5-
<name>External user support</name>
5+
<name>External user authentication</name>
66
<summary>Use external user authentication methods like IMAP, SMB, FTP, WebDAV, HTTP BasicAuth, SSH and XMPP</summary>
7-
<description><![CDATA[
8-
Use external user authentication methods to give users acces to your Nextcloud instance:
9-
- IMAP
10-
- SMB
11-
- FTP
12-
- WebDAV
13-
- HTTP BasicAuth
14-
- SSH
15-
- XMPP
7+
<description><![CDATA[Use external user authentication methods to give users acces to your Nextcloud instance:
168
17-
Read the [documentation](https://github.com/nextcloud/user_external#readme) to learn how to configure it!
9+
* IMAP
10+
* SMB
11+
* FTP
12+
* WebDAV
13+
* HTTP BasicAuth
14+
* SSH
15+
* XMPP
16+
17+
Read the [documentation](https://github.com/nextcloud/user_external#readme) to learn how to configure it!
1818
]]></description>
19-
<version>0.6.4</version>
19+
<version>0.7.0</version>
2020
<licence>agpl</licence>
2121
<author>Robin Appelman</author>
2222
<types>
@@ -32,6 +32,6 @@
3232
<bugs>https://github.com/nextcloud/user_external/issues</bugs>
3333
<repository type="git">https://github.com/nextcloud/user_external.git</repository>
3434
<dependencies>
35-
<nextcloud min-version="15" max-version="16" />
35+
<nextcloud min-version="15" max-version="17" />
3636
</dependencies>
3737
</info>

0 commit comments

Comments
 (0)