enabled support for nextcloud 27

This commit is contained in:
Jonathan Treffler 2023-09-12 14:08:36 +02:00 committed by root
parent fb1290e671
commit 1756d541ca

View file

@ -5,14 +5,14 @@
<name>Groupfolder Filesystem Snapshots</name>
<summary>App proving a API for other apps, that allows restoring a groupfolder to a previous snapshot in the filesystem</summary>
<description>App proving a PHP API for other apps, that allows restoring a groupfolder to a previous snapshot in the filesystem. Requires a ZFS filesystem.</description>
<version>1.1.0</version>
<version>1.1.1</version>
<licence>agpl</licence>
<author mail="jonathan.treffler@verdigado.com" >Jonathan Treffler</author>
<namespace>GroupfolderFilesystemSnapshots</namespace>
<category>files</category>
<bugs>https://git.verdigado.com/verdigado/nextcloud_groupfolder_filesystem_snapshots/issues</bugs>
<dependencies>
<nextcloud min-version="25" max-version="26"/>
<nextcloud min-version="25" max-version="27"/>
<database>pgsql</database>
<database>sqlite</database>
<database>mysql</database>