From edc035fc13e40cfa1f1686843982a11d9dfb642a Mon Sep 17 00:00:00 2001 From: the-djmaze <> Date: Thu, 3 Feb 2022 12:53:16 +0100 Subject: [PATCH] #207 set correct minimum version --- plugins/auto-domain-grab/index.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/auto-domain-grab/index.php b/plugins/auto-domain-grab/index.php index d804b8f8c..58999f66b 100644 --- a/plugins/auto-domain-grab/index.php +++ b/plugins/auto-domain-grab/index.php @@ -15,8 +15,8 @@ class AutoDomainGrabPlugin extends \RainLoop\Plugins\AbstractPlugin { const NAME = 'Auto Domain Selection', - VERSION = '2.10', - REQUIRED = '2.10.0', + VERSION = '2.8', + REQUIRED = '2.8.0', CATEGORY = 'General', DESCRIPTION = 'Sets the IMAP/SMTP host based on the user\'s login';