Skip to content

Commit

Permalink
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
A CodeIgniter compatible email-library powered by PHPMailer
===========================================================

Version: 1.1.15
Version: 1.1.16
Author: Ivan Tcholakov <ivantcholakov@gmail.com>, 2012-2015.
License: The MIT License (MIT), http://opensource.org/licenses/MIT

This library is intended to be compatible with CI 2.x and CI 3.x.

Tested on CodeIgniter 3.0.2-dev (September 9, 2015) and with PHPMailer Version 5.2.12 (September 2, 2015).
Tested on CodeIgniter 3.0.2-dev (September 18, 2015) and with PHPMailer Version 5.2.13+ (September 18, 2015).

Installation
------------
6 changes: 3 additions & 3 deletions libraries/MY_Email.php
Original file line number Diff line number Diff line change
@@ -2,15 +2,15 @@

/**
* CodeIgniter compatible email-library powered by PHPMailer.
* Version: 1.1.15
* Version: 1.1.16
* @author Ivan Tcholakov <ivantcholakov@gmail.com>, 2012-2015.
* @license The MIT License (MIT), http://opensource.org/licenses/MIT
* @link https://github.com/ivantcholakov/codeigniter-phpmailer
*
* This library is intended to be compatible with CI 2.x and CI 3.x.
*
* Tested on production sites with CodeIgniter 3.0.2-dev (September 9, 2015) and
* PHPMailer Version 5.2.12 (September 2, 2015).
* Tested on production sites with CodeIgniter 3.0.2-dev (September 18, 2015) and
* PHPMailer Version 5.2.13+ (September 18, 2015).
*/

class MY_Email extends CI_Email {

0 comments on commit 7912e2c

Please sign in to comment.