This commit is contained in:
the-djmaze 2022-11-25 16:33:08 +01:00
parent 3799a107a2
commit a34041c2dd
10 changed files with 46 additions and 20 deletions

View file

@ -4,8 +4,8 @@ class NextcloudPlugin extends \RainLoop\Plugins\AbstractPlugin
{
const
NAME = 'Nextcloud',
VERSION = '2.11',
RELEASE = '2022-11-14',
VERSION = '2.12',
RELEASE = '2022-11-24',
CATEGORY = 'Integrations',
DESCRIPTION = 'Integrate with Nextcloud v20+',
REQUIRED = '2.19.0';