Make NC30 compatible

Make the app compatible with Nextcloud 30

Signed-off-by: Ralf <ervee@moskovic.org>
This commit is contained in:
Ralf
2024-10-28 20:18:45 +01:00
committed by GitHub
parent 412e397069
commit 47e8099502

View File

@@ -16,7 +16,7 @@
Read the [documentation](https://github.com/nextcloud/user_external#readme) to learn how to configure it! Read the [documentation](https://github.com/nextcloud/user_external#readme) to learn how to configure it!
]]></description> ]]></description>
<version>3.4.0</version> <version>3.5.0</version>
<licence>agpl</licence> <licence>agpl</licence>
<author>Robin Appelman</author> <author>Robin Appelman</author>
<namespace>UserExternal</namespace> <namespace>UserExternal</namespace>
@@ -33,6 +33,6 @@ Read the [documentation](https://github.com/nextcloud/user_external#readme) to l
<bugs>https://github.com/nextcloud/user_external/issues</bugs> <bugs>https://github.com/nextcloud/user_external/issues</bugs>
<repository type="git">https://github.com/nextcloud/user_external.git</repository> <repository type="git">https://github.com/nextcloud/user_external.git</repository>
<dependencies> <dependencies>
<nextcloud min-version="25" max-version="29" /> <nextcloud min-version="25" max-version="30" />
</dependencies> </dependencies>
</info> </info>