#207 set correct minimum version

This commit is contained in:
the-djmaze 2022-02-03 12:53:16 +01:00
parent 7bbbff6d3e
commit edc035fc13

View file

@ -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';