Skip to content

Commit

Permalink
Merge pull request #106 from nextcloud/release/0.7
Browse files Browse the repository at this point in the history
🚀 RELEASE: v0.7.0
  • Loading branch information
violoncelloCH authored Sep 2, 2019
2 parents 6f4d19d + d9cad18 commit e393d5e
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions appinfo/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,21 +2,21 @@
<info xmlns:xsi= "http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="https://apps.nextcloud.com/schema/apps/info.xsd">
<id>user_external</id>
<name>External user support</name>
<name>External user authentication</name>
<summary>Use external user authentication methods like IMAP, SMB, FTP, WebDAV, HTTP BasicAuth, SSH and XMPP</summary>
<description><![CDATA[
Use external user authentication methods to give users acces to your Nextcloud instance:
- IMAP
- SMB
- FTP
- WebDAV
- HTTP BasicAuth
- SSH
- XMPP
<description><![CDATA[Use external user authentication methods to give users acces to your Nextcloud instance:
Read the [documentation](https://github.com/nextcloud/user_external#readme) to learn how to configure it!
* IMAP
* SMB
* FTP
* WebDAV
* HTTP BasicAuth
* SSH
* XMPP
Read the [documentation](https://github.com/nextcloud/user_external#readme) to learn how to configure it!
]]></description>
<version>0.6.4</version>
<version>0.7.0</version>
<licence>agpl</licence>
<author>Robin Appelman</author>
<types>
Expand All @@ -32,6 +32,6 @@
<bugs>https://github.com/nextcloud/user_external/issues</bugs>
<repository type="git">https://github.com/nextcloud/user_external.git</repository>
<dependencies>
<nextcloud min-version="15" max-version="16" />
<nextcloud min-version="15" max-version="17" />
</dependencies>
</info>

0 comments on commit e393d5e

Please sign in to comment.