Release Nextcloud 2.19.5 due to AUTOLOGOUT crash

This commit is contained in:
the-djmaze 2022-10-29 17:56:20 +02:00
parent 23b5de06b1
commit 772d722972
2 changed files with 3 additions and 3 deletions

View file

@ -4,8 +4,8 @@ class NextcloudPlugin extends \RainLoop\Plugins\AbstractPlugin
{
const
NAME = 'Nextcloud',
VERSION = '2.8',
RELEASE = '2022-10-27',
VERSION = '2.9',
RELEASE = '2022-10-29',
CATEGORY = 'Integrations',
DESCRIPTION = 'Integrate with Nextcloud v20+',
REQUIRED = '2.19.0';