-
Notifications
You must be signed in to change notification settings - Fork 290
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Revert "A new release, version 1.1."
This reverts commit cd41bd4.
- Loading branch information
1 parent
cd41bd4
commit f93ce31
Showing
2 changed files
with
5 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
A CodeIgniter compatible email-library powered by PHPMailer | ||
=========================================================== | ||
|
||
Version: 1.1 | ||
Version: 1.0 | ||
Author: Ivan Tcholakov <[email protected]>, 2012-2014. | ||
License: The MIT License (MIT), http://opensource.org/licenses/MIT | ||
|
||
Tested on CodeIgniter 3.0-dev (January 16th, 2013) and with PHPMailer Version 5.2.7 (September 12th, 2013). | ||
Tested on CodeIgniter 3.0-dev (December 2013) and with PHPMailer Version 5.2.7 (September 12th 2013). | ||
|
||
Installation | ||
------------ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,13 +2,13 @@ | |
|
||
/** | ||
* CodeIgniter compatible email-library powered by PHPMailer. | ||
* Version: 1.1 | ||
* Version: 1.1-dev | ||
* @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 (January 16th, 2013) and | ||
* PHPMailer Version 5.2.7 (September 12th, 2013). | ||
* Tested on production sites with CodeIgniter 3.0-dev (December 2013) and | ||
* PHPMailer Version 5.2.7 (September 12th 2013). | ||
*/ | ||
|
||
class MY_Email extends CI_Email { | ||
|