Skip to content

Commit

Permalink
feat(deps): Add Nextcloud 30 support
Browse files Browse the repository at this point in the history
Signed-off-by: Joas Schilling <[email protected]>
  • Loading branch information
nickvergessen committed Mar 28, 2024
1 parent c73485d commit b3ee3dc
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
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 cannot create any files outside of shares, additionally, the apps accessible to guest accounts are whitelisted.]]></description>
<version>3.1.0</version>
<version>3.2.0</version>
<licence>agpl</licence>
<author>Nextcloud</author>
<types>
Expand All @@ -26,7 +26,7 @@ Guests users can only access files shared to them and cannot create any files ou
<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="29" max-version="29" />
<nextcloud min-version="29" max-version="30" />
</dependencies>
<commands>
<command>OCA\Guests\Command\ListCommand</command>
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "guests",
"description": "Create guest users which can only see files shared with them",
"version": "3.1.0",
"version": "3.2.0",
"author": "Robin Appelman <[email protected]>",
"contributors": [
"Robin Appelman <[email protected]>",
Expand Down

0 comments on commit b3ee3dc

Please sign in to comment.