This commit is contained in:
the-djmaze 2023-03-20 16:43:41 +01:00
parent 45be0d7aa8
commit 1ca039f796
9 changed files with 74 additions and 21 deletions

View file

@ -4,8 +4,8 @@ class NextcloudPlugin extends \RainLoop\Plugins\AbstractPlugin
{
const
NAME = 'Nextcloud',
VERSION = '2.20',
RELEASE = '2023-02-22',
VERSION = '2.21',
RELEASE = '2023-03-18',
CATEGORY = 'Integrations',
DESCRIPTION = 'Integrate with Nextcloud v20+',
REQUIRED = '2.25.1';