mirror of
https://github.com/the-djmaze/snappymail.git
synced 2024-12-29 11:01:34 +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
|
const
|
||||||
NAME = 'Auto Domain Selection',
|
NAME = 'Auto Domain Selection',
|
||||||
VERSION = '2.10',
|
VERSION = '2.8',
|
||||||
REQUIRED = '2.10.0',
|
REQUIRED = '2.8.0',
|
||||||
CATEGORY = 'General',
|
CATEGORY = 'General',
|
||||||
DESCRIPTION = 'Sets the IMAP/SMTP host based on the user\'s login';
|
DESCRIPTION = 'Sets the IMAP/SMTP host based on the user\'s login';
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue