File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
A CodeIgniter compatible email-library powered by PHPMailer
2
2
===========================================================
3
3
4
- Version: 1.0
4
+ Version: 1.1
5
5
Author: Ivan Tcholakov < ivantcholakov@gmail.com > , 2012-2014.
6
6
License: The MIT License (MIT), http://opensource.org/licenses/MIT
7
7
8
- Tested on CodeIgniter 3.0-dev (December 2013 ) and with PHPMailer Version 5.2.7 (September 12th 2013).
8
+ Tested on CodeIgniter 3.0-dev (January 16th, 2014 ) and with PHPMailer Version 5.2.7 (September 12th, 2013).
9
9
10
10
Installation
11
11
------------
Original file line number Diff line number Diff line change 2
2
3
3
/**
4
4
* CodeIgniter compatible email-library powered by PHPMailer.
5
- * Version: 1.1-dev
5
+ * Version: 1.1
6
6
* @author Ivan Tcholakov <ivantcholakov@gmail.com>, 2012-2014.
7
7
* @license The MIT License (MIT), http://opensource.org/licenses/MIT
8
8
* @link https://github.com/ivantcholakov/codeigniter-phpmailer
9
9
*
10
- * Tested on production sites with CodeIgniter 3.0-dev (December 2013 ) and
11
- * PHPMailer Version 5.2.7 (September 12th 2013).
10
+ * Tested on production sites with CodeIgniter 3.0-dev (January 16th, 2014 ) and
11
+ * PHPMailer Version 5.2.7 (September 12th, 2013).
12
12
*/
13
13
14
14
class MY_Email extends CI_Email {
You can’t perform that action at this time.
0 commit comments