Skip to content

Commit

Permalink
Set release version to 1.2.11
Browse files Browse the repository at this point in the history
  • Loading branch information
endelwar committed Nov 28, 2018
1 parent 6da8cd2 commit e54e7a4
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
1.2.11
-----------
Improvements
- Milter enhancement for MailWatch (#1106)
- Big update to Brazilian translation
- Better count of Postfix processes
- Upgrade pear/Mail_Mime to 1.10.2

Fixes
- Fix printing multiple mails on detail.php (#1100)
- Truncate long Top Virus output (#1112)
- Fix long queue id validation (#1105)
- Redirect if login page session expired (#1111)
- Fix printing multiple mails on detail.php (#1100)
- Remove empty column on rep_total_mail_by_date.php (#1095, #1096)

1.2.10
-----------
Compatibility
Expand Down
2 changes: 1 addition & 1 deletion mailscanner/functions.php
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@ function getVirusRegex($scanner = null)
*/
function mailwatch_version()
{
return '1.2.10';
return '1.2.11';
}

/**
Expand Down

0 comments on commit e54e7a4

Please sign in to comment.