This commit is contained in:
the-djmaze 2023-02-20 23:51:08 +01:00
parent 79edca93ef
commit cf720e7105
2 changed files with 9 additions and 4 deletions

View file

@ -4,8 +4,8 @@ class NextcloudPlugin extends \RainLoop\Plugins\AbstractPlugin
{
const
NAME = 'Nextcloud',
VERSION = '2.17',
RELEASE = '2023-01-31',
VERSION = '2.18',
RELEASE = '2023-02-20',
CATEGORY = 'Integrations',
DESCRIPTION = 'Integrate with Nextcloud v20+',
REQUIRED = '2.25.1';