This commit is contained in:
the-djmaze 2023-01-04 16:11:10 +01:00
parent 02a553c79f
commit e95b919c1e
5 changed files with 59 additions and 39 deletions

View file

@ -4,8 +4,8 @@ class NextcloudPlugin extends \RainLoop\Plugins\AbstractPlugin
{
const
NAME = 'Nextcloud',
VERSION = '2.13',
RELEASE = '2022-12-16',
VERSION = '2.14',
RELEASE = '2023-01-04',
CATEGORY = 'Integrations',
DESCRIPTION = 'Integrate with Nextcloud v20+',
REQUIRED = '2.23.0';