From 04e2869953c66299c1258016b0b122c2fe4f0309 Mon Sep 17 00:00:00 2001 From: the-djmaze <> Date: Sun, 8 Oct 2023 12:30:25 +0200 Subject: [PATCH] Nextcloud plugin v2.25 --- plugins/nextcloud/index.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/nextcloud/index.php b/plugins/nextcloud/index.php index 72af1ed3d..c2aa7522f 100644 --- a/plugins/nextcloud/index.php +++ b/plugins/nextcloud/index.php @@ -4,8 +4,8 @@ class NextcloudPlugin extends \RainLoop\Plugins\AbstractPlugin { const NAME = 'Nextcloud', - VERSION = '2.23', - RELEASE = '2023-04-11', + VERSION = '2.25', + RELEASE = '2023-10-03', CATEGORY = 'Integrations', DESCRIPTION = 'Integrate with Nextcloud v20+', REQUIRED = '2.27.0';