Update to Nextcloud 25 CSS

This commit is contained in:
the-djmaze 2022-11-04 15:10:52 +01:00
parent f796b578fc
commit 44c42ade52
4 changed files with 76 additions and 39 deletions

View file

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