Drop md5(file_get_contents(DATA.php)) because i think nobody used this undocumented feature

This commit is contained in:
the-djmaze 2024-08-11 12:39:34 +02:00
parent 22988b4bbc
commit 6c9812ee7f
2 changed files with 5 additions and 4 deletions

View file

@ -4,8 +4,8 @@ class NextcloudPlugin extends \RainLoop\Plugins\AbstractPlugin
{
const
NAME = 'Nextcloud',
VERSION = '2.36.3',
RELEASE = '2024-08-06',
VERSION = '2.37.0',
RELEASE = '2024-08-11',
CATEGORY = 'Integrations',
DESCRIPTION = 'Integrate with Nextcloud v20+',
REQUIRED = '2.36.2';