This commit is contained in:
the-djmaze
2023-02-09 10:37:43 +01:00
parent 9466fc71a8
commit 8d6eb96c8f
9 changed files with 56 additions and 17 deletions

View File

@@ -4,8 +4,8 @@ class LoginOverridePlugin extends \RainLoop\Plugins\AbstractPlugin
{
const
NAME = 'Login Override',
VERSION = '2.1',
RELEASE = '2023-02-01',
VERSION = '2.2',
RELEASE = '2023-02-08',
REQUIRED = '2.25.3',
CATEGORY = 'Filters',
DESCRIPTION = 'Override IMAP/SMTP login credentials for specific users.';