Merge pull request #894 from e-foundation/nc-plugin-bump

bump NC plugin
This commit is contained in:
the-djmaze 2023-01-31 11:38:46 +01:00 committed by GitHub
commit 131be583e5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -4,11 +4,11 @@ class NextcloudPlugin extends \RainLoop\Plugins\AbstractPlugin
{
const
NAME = 'Nextcloud',
VERSION = '2.16',
RELEASE = '2023-01-23',
VERSION = '2.17',
RELEASE = '2023-01-31',
CATEGORY = 'Integrations',
DESCRIPTION = 'Integrate with Nextcloud v20+',
REQUIRED = '2.25.0';
REQUIRED = '2.25.1';
public function Init() : void
{