From 53c80b36d69a4d181599d3fc777f891c16150a10 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Lucas?= Date: Tue, 2 May 2017 10:59:11 +0200 Subject: [PATCH] Update changelog --- CHANGELOG | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG b/CHANGELOG index d5aec6b5a..3e06bf056 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,9 @@ +1.1.1 - 20170502 + * Fixed the handling of user specific configuration files. Thanks to marioscube, chadberg for the diagnostic / fix and Neil for the PR. + * Changed the cog on the upper right to a magnifying glass icon. Thanks to horus68. + * Added test on travis on PHP 5.4. + * Added a way to specify the secure SMTP port. Thanks to ubupl. + 1.1.0 - 20170402 * Upgraded to PHPMailer 5.2.21. * Merged a huge PR that clean most of COPS source code. Thanks to Markus Birth for his work and his patience.