This commit is contained in:
the-djmaze 2023-02-06 11:51:41 +01:00
parent 7c090ee775
commit 4f7f713046
11 changed files with 68 additions and 27 deletions

View file

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