Nextcloud test v2.19.0

This commit is contained in:
the-djmaze 2022-10-18 12:26:18 +02:00
parent 6f59b58e19
commit dd24af93ea
2 changed files with 38 additions and 12 deletions

View file

@ -4,11 +4,11 @@ class NextcloudPlugin extends \RainLoop\Plugins\AbstractPlugin
{
const
NAME = 'Nextcloud',
VERSION = '2.2',
RELEASE = '2022-10-13',
VERSION = '2.3',
RELEASE = '2022-10-18',
CATEGORY = 'Integrations',
DESCRIPTION = 'Integrate with Nextcloud v20+',
REQUIRED = '2.18.6';
REQUIRED = '2.19.0';
public function Init() : void
{