From 70893d6f167873a7f48e2e2a2afe5bb39d81b7af Mon Sep 17 00:00:00 2001 From: Ivan Tcholakov Date: Sun, 26 Jan 2014 00:20:06 +0200 Subject: [PATCH] A new release, v1.1.1. --- README.md | 4 ++-- libraries/MY_Email.php | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 0a3c0dd..b15c196 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,11 @@ A CodeIgniter compatible email-library powered by PHPMailer =========================================================== -Version: 1.1 +Version: 1.1.1 Author: Ivan Tcholakov , 2012-2014. License: The MIT License (MIT), http://opensource.org/licenses/MIT -Tested on CodeIgniter 3.0-dev (January 16th, 2014) and with PHPMailer Version 5.2.7 (September 12th, 2013). +Tested on CodeIgniter 3.0-dev (January 26th, 2014) and with PHPMailer Version 5.2.7 (September 12th, 2013). Installation ------------ diff --git a/libraries/MY_Email.php b/libraries/MY_Email.php index 9018564..6f3c7f0 100644 --- a/libraries/MY_Email.php +++ b/libraries/MY_Email.php @@ -2,12 +2,12 @@ /** * CodeIgniter compatible email-library powered by PHPMailer. - * Version: 1.1 + * Version: 1.1.1 * @author Ivan Tcholakov , 2012-2014. * @license The MIT License (MIT), http://opensource.org/licenses/MIT * @link https://github.com/ivantcholakov/codeigniter-phpmailer * - * Tested on production sites with CodeIgniter 3.0-dev (January 16th, 2014) and + * Tested on production sites with CodeIgniter 3.0-dev (January 26th, 2014) and * PHPMailer Version 5.2.7 (September 12th, 2013). */