File tree Expand file tree Collapse file tree 2 files changed +11
-7
lines changed Expand file tree Collapse file tree 2 files changed +11
-7
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.1.4
5
- Author: Ivan Tcholakov < ivantcholakov@gmail.com > , 2012-2014 .
4
+ Version: 1.1.5
5
+ Author: Ivan Tcholakov < ivantcholakov@gmail.com > , 2012-2015 .
6
6
License: The MIT License (MIT), http://opensource.org/licenses/MIT
7
7
8
- Tested on CodeIgniter 3.0-dev (September 28th, 2014) and with PHPMailer Version 5.2.9 (September 25th, 2014).
8
+ This library is intended to be compatible with CI 2.x and CI 3.x.
9
+
10
+ Tested on CodeIgniter 3.0rc2 (February 15, 2015) and with PHPMailer Version 5.2.9+ (November 13, 2014).
9
11
10
12
Installation
11
13
------------
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.4
6
- * @author Ivan Tcholakov <ivantcholakov@gmail.com>, 2012-2014 .
5
+ * Version: 1.1.5
6
+ * @author Ivan Tcholakov <ivantcholakov@gmail.com>, 2012-2015 .
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 (September 28th, 2014) and
11
- * PHPMailer Version 5.2.9 (September 25th, 2014).
10
+ * This library is intended to be compatible with CI 2.x and CI 3.x.
11
+ *
12
+ * Tested on production sites with CodeIgniter 3.0rc2 (February 15, 2015) and
13
+ * PHPMailer Version 5.2.9+ (November 13, 2014).
12
14
*/
13
15
14
16
class MY_Email extends CI_Email {
You can’t perform that action at this time.
0 commit comments