Skip to content

Commit

Permalink
A new release, version 1.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
ivantcholakov committed Jan 16, 2014
1 parent f93ce31 commit 19c040f
Show file tree
Hide file tree
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,11 +1,11 @@
A CodeIgniter compatible email-library powered by PHPMailer
===========================================================

Version: 1.0
Version: 1.1
Author: Ivan Tcholakov <[email protected]>, 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
------------
Expand Down
6 changes: 3 additions & 3 deletions libraries/MY_Email.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@

/**
* CodeIgniter compatible email-library powered by PHPMailer.
* Version: 1.1-dev
* Version: 1.1
* @author Ivan Tcholakov <[email protected]>, 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 {
Expand Down

0 comments on commit 19c040f

Please sign in to comment.