From 19c040ff31cee630237909d6f34ff88c7baeda64 Mon Sep 17 00:00:00 2001 From: Ivan Tcholakov Date: Thu, 16 Jan 2014 22:28:43 +0200 Subject: [PATCH] A new release, version 1.1. --- README.md | 4 ++-- libraries/MY_Email.php | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index d831521..017cf39 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,11 @@ A CodeIgniter compatible email-library powered by PHPMailer =========================================================== -Version: 1.0 +Version: 1.1 Author: Ivan Tcholakov , 2012-2014. License: The MIT License (MIT), http://opensource.org/licenses/MIT -Tested on CodeIgniter 3.0-dev (December 2013) and with PHPMailer Version 5.2.7 (September 12th 2013). +Tested on CodeIgniter 3.0-dev (January 16th, 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 6ffef83..c9461e2 100644 --- a/libraries/MY_Email.php +++ b/libraries/MY_Email.php @@ -2,13 +2,13 @@ /** * CodeIgniter compatible email-library powered by PHPMailer. - * Version: 1.1-dev + * Version: 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 (December 2013) and - * PHPMailer Version 5.2.7 (September 12th 2013). + * Tested on production sites with CodeIgniter 3.0-dev (January 16th, 2014) and + * PHPMailer Version 5.2.7 (September 12th, 2013). */ class MY_Email extends CI_Email {