enabled support for nextcloud 27
This commit is contained in:
parent
fb1290e671
commit
1756d541ca
1 changed files with 2 additions and 2 deletions
|
@ -5,14 +5,14 @@
|
||||||
<name>Groupfolder Filesystem Snapshots</name>
|
<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>
|
<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>
|
<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>
|
<licence>agpl</licence>
|
||||||
<author mail="jonathan.treffler@verdigado.com" >Jonathan Treffler</author>
|
<author mail="jonathan.treffler@verdigado.com" >Jonathan Treffler</author>
|
||||||
<namespace>GroupfolderFilesystemSnapshots</namespace>
|
<namespace>GroupfolderFilesystemSnapshots</namespace>
|
||||||
<category>files</category>
|
<category>files</category>
|
||||||
<bugs>https://git.verdigado.com/verdigado/nextcloud_groupfolder_filesystem_snapshots/issues</bugs>
|
<bugs>https://git.verdigado.com/verdigado/nextcloud_groupfolder_filesystem_snapshots/issues</bugs>
|
||||||
<dependencies>
|
<dependencies>
|
||||||
<nextcloud min-version="25" max-version="26"/>
|
<nextcloud min-version="25" max-version="27"/>
|
||||||
<database>pgsql</database>
|
<database>pgsql</database>
|
||||||
<database>sqlite</database>
|
<database>sqlite</database>
|
||||||
<database>mysql</database>
|
<database>mysql</database>
|
||||||
|
|
Loading…
Reference in a new issue