Resolve #85
This commit is contained in:
djmaze 2021-04-21 10:34:54 +02:00
parent 1a8eea24cf
commit 0d5ea94934
8 changed files with 19 additions and 5 deletions

View file

@ -4,7 +4,9 @@ class WhiteListPlugin extends \RainLoop\Plugins\AbstractPlugin
{
const
NAME = 'White list',
VERSION = '2.0',
VERSION = '2.1',
RELEASE = '2021-04-21',
REQUIRED = '2.5.0',
CATEGORY = 'Login',
DESCRIPTION = 'Simple white list plugin (with wildcard and exceptions functionality).';