Skip to content

Commit

Permalink
Release 1.1.5.
Browse files Browse the repository at this point in the history
  • Loading branch information
ivantcholakov committed Feb 15, 2015
1 parent 8044079 commit 79cab61
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 7 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
A CodeIgniter compatible email-library powered by PHPMailer
===========================================================

Version: 1.1.4
Author: Ivan Tcholakov <[email protected]>, 2012-2014.
Version: 1.1.5
Author: Ivan Tcholakov <[email protected]>, 2012-2015.
License: The MIT License (MIT), http://opensource.org/licenses/MIT

Tested on CodeIgniter 3.0-dev (September 28th, 2014) and with PHPMailer Version 5.2.9 (September 25th, 2014).
This library is intended to be compatible with CI 2.x and CI 3.x.

Tested on CodeIgniter 3.0rc2 (February 15, 2015) and with PHPMailer Version 5.2.9+ (November 13, 2014).

Installation
------------
Expand Down
10 changes: 6 additions & 4 deletions libraries/MY_Email.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,15 @@

/**
* CodeIgniter compatible email-library powered by PHPMailer.
* Version: 1.1.4
* @author Ivan Tcholakov <[email protected]>, 2012-2014.
* Version: 1.1.5
* @author Ivan Tcholakov <[email protected]>, 2012-2015.
* @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 (September 28th, 2014) and
* PHPMailer Version 5.2.9 (September 25th, 2014).
* This library is intended to be compatible with CI 2.x and CI 3.x.
*
* Tested on production sites with CodeIgniter 3.0rc2 (February 15, 2015) and
* PHPMailer Version 5.2.9+ (November 13, 2014).
*/

class MY_Email extends CI_Email {
Expand Down

0 comments on commit 79cab61

Please sign in to comment.