Skip to content

Commit a50d2f3

Browse files
committed
RELEASE 1.2.6.
1 parent ad8036e commit a50d2f3

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
A CodeIgniter compatible email-library powered by PHPMailer
22
===========================================================
33

4-
Version: 1.2.5
4+
Version: 1.2.6
55
Author: Ivan Tcholakov <ivantcholakov@gmail.com>, 2012-2016.
66
License: The MIT License (MIT), http://opensource.org/licenses/MIT
77

88
This library is intended to be compatible with CI 2.x and CI 3.x.
99

10-
Tested on CodeIgniter 3.0.6+ (May 25, 2016) and with PHPMailer Version 5.2.15+ (May 25, 2016).
10+
Tested on CodeIgniter 3.0.6+ (June 9, 2016) and with PHPMailer Version 5.2.16 (June 6, 2016).
1111

1212
Installation
1313
------------

libraries/MY_Email.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@
22

33
/**
44
* CodeIgniter compatible email-library powered by PHPMailer.
5-
* Version: 1.2.5
5+
* Version: 1.2.6
66
* @author Ivan Tcholakov <ivantcholakov@gmail.com>, 2012-2016.
77
* @license The MIT License (MIT), http://opensource.org/licenses/MIT
88
* @link https://github.com/ivantcholakov/codeigniter-phpmailer
99
*
1010
* This library is intended to be compatible with CI 2.x and CI 3.x.
1111
*
12-
* Tested on CodeIgniter 3.0.6+ (May 25, 2016) and
13-
* PHPMailer Version 5.2.15+ (May 25, 2016).
12+
* Tested on CodeIgniter 3.0.6+ (June 9, 2016) and
13+
* PHPMailer Version 5.2.16 (June 6, 2016).
1414
*/
1515

1616
if (is_php('7')) {

0 commit comments

Comments
 (0)