Rename languages in extensions

This commit is contained in:
the-djmaze 2024-03-29 01:06:47 +01:00
parent 04896f5d88
commit 2a56595cf9
78 changed files with 13 additions and 28 deletions

View file

@ -4,11 +4,11 @@ class NextcloudPlugin extends \RainLoop\Plugins\AbstractPlugin
{
const
NAME = 'Nextcloud',
VERSION = '2.34',
RELEASE = '2024-03-16',
VERSION = '2.35',
RELEASE = '2024-03-29',
CATEGORY = 'Integrations',
DESCRIPTION = 'Integrate with Nextcloud v20+',
REQUIRED = '2.35.4';
REQUIRED = '2.36.0';
public function Init() : void
{