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.1.26
4
+ Version: 1.1.27
5
5
Author: Ivan Tcholakov < ivantcholakov@gmail.com > , 2012-2016.
6
6
License: The MIT License (MIT), http://opensource.org/licenses/MIT
7
7
8
8
This library is intended to be compatible with CI 2.x and CI 3.x.
9
9
10
- Tested on CodeIgniter 3.0.3 + (January 9 , 2016) and with PHPMailer Version 5.2.14+ (January 9 , 2016).
10
+ Tested on CodeIgniter 3.0.4 + (February 14 , 2016) and with PHPMailer Version 5.2.14+ (February 14 , 2016).
11
11
12
12
Installation
13
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.26
5
+ * Version: 1.1.27
6
6
* @author Ivan Tcholakov <ivantcholakov@gmail.com>, 2012-2016.
7
7
* @license The MIT License (MIT), http://opensource.org/licenses/MIT
8
8
* @link https://github.com/ivantcholakov/codeigniter-phpmailer
9
9
*
10
10
* This library is intended to be compatible with CI 2.x and CI 3.x.
11
11
*
12
- * Tested on production sites with CodeIgniter 3.0.3 + (January 9 , 2016) and
13
- * PHPMailer Version 5.2.14+ (January 9 , 2016).
12
+ * Tested on production sites with CodeIgniter 3.0.4 + (February 14 , 2016) and
13
+ * PHPMailer Version 5.2.14+ (February 14 , 2016).
14
14
*/
15
15
16
16
class MY_Email extends CI_Email {
You can’t perform that action at this time.
0 commit comments