mirror of
https://github.com/the-djmaze/snappymail.git
synced 2024-12-28 02:21:06 +08:00
#207 set correct minimum version
This commit is contained in:
parent
7bbbff6d3e
commit
edc035fc13
1 changed files with 2 additions and 2 deletions
|
@ -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';
|
||||
|
||||
|
|
Loading…
Reference in a new issue