diff --git a/CHANGELOG.md b/CHANGELOG.md index b7efff51c..cad830004 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ -1.2.x +1.2.12 ----------- +Security +- Fix clear password display when user is autocreated by IMAP auth + Fixes - Add client IP in sorting input validation diff --git a/mailscanner/functions.php b/mailscanner/functions.php index 66c85a148..6a7f711ed 100644 --- a/mailscanner/functions.php +++ b/mailscanner/functions.php @@ -252,7 +252,7 @@ function getVirusRegex($scanner = null) */ function mailwatch_version() { - return '1.2.11'; + return '1.2.12'; } /**