This commit is contained in:
the-djmaze 2024-09-16 20:51:26 +02:00
parent 96b7f9d4af
commit bd2ffe5078
8 changed files with 46 additions and 20 deletions

View file

@ -4,11 +4,11 @@ class NextcloudPlugin extends \RainLoop\Plugins\AbstractPlugin
{
const
NAME = 'Nextcloud',
VERSION = '2.37.1',
VERSION = '2.38.0',
RELEASE = '2024-09-16',
CATEGORY = 'Integrations',
DESCRIPTION = 'Integrate with Nextcloud v20+',
REQUIRED = '2.36.2';
REQUIRED = '2.38.0';
public function Init() : void
{