Skip to content

Commit

Permalink
1.3.0
Browse files Browse the repository at this point in the history
require nc17
  • Loading branch information
icewind1991 committed Sep 18, 2019
1 parent 33a5a08 commit 085df77
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ env:
- APP_NAME=guests
- DB=sqlite
matrix:
- CORE_BRANCH=stable16
- CORE_BRANCH=stable17

branches:
only:
Expand Down
4 changes: 2 additions & 2 deletions appinfo/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
Guests accounts can be created from the share menu by entering either the recipients email or name and choosing "create guest account", once the share is created the guest user will receive an email notification about the mail with a link to set their password.
Guests users can only access files shared to them and can't create any files outside of shares, additionally, the apps accessible to guest accounts are whitelisted.]]></description>
<version>1.2.0</version>
<version>1.3.0</version>
<licence>agpl</licence>
<author>Nextcloud</author>
<types>
Expand All @@ -22,7 +22,7 @@ Guests users can only access files shared to them and can't create any files out
<screenshot>https://raw.githubusercontent.com/nextcloud/guests/master/screenshots/settings.png</screenshot>
<screenshot>https://raw.githubusercontent.com/nextcloud/guests/master/screenshots/dropdown.png</screenshot>
<dependencies>
<nextcloud min-version="16" max-version="17" />
<nextcloud min-version="17" max-version="17" />
</dependencies>
<commands>
<command>OCA\Guests\Command\ListCommand</command>
Expand Down

0 comments on commit 085df77

Please sign in to comment.