Skip to content

Commit e861124

Browse files
authored
Merge pull request #1546 from nextcloud/bugfix/noid/adjust-versions
[stable-4.6] fix: Limit version number to things not covered by 4.7+
2 parents 83604a7 + 7f8e94d commit e861124

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

appinfo/info.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
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.
1515
1616
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>
17-
<version>4.7.0-dev.1</version>
17+
<version>4.6.1-dev.0</version>
1818
<licence>agpl</licence>
1919
<author>Nextcloud</author>
2020
<types>
@@ -31,7 +31,7 @@ Guests users can only access files shared to them and cannot create any files ou
3131
<screenshot>https://raw.githubusercontent.com/nextcloud/guests/master/screenshots/settings.png</screenshot>
3232
<screenshot>https://raw.githubusercontent.com/nextcloud/guests/master/screenshots/dropdown.png</screenshot>
3333
<dependencies>
34-
<nextcloud min-version="30" max-version="34" />
34+
<nextcloud min-version="30" max-version="31" />
3535
</dependencies>
3636
<repair-steps>
3737
<post-migration>

0 commit comments

Comments
 (0)