Skip to content

Commit bd667b1

Browse files
committed
RELEASE 1.1.27.
1 parent 2e049b8 commit bd667b1

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.1.26
4+
Version: 1.1.27
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.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).
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.1.26
5+
* Version: 1.1.27
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 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).
1414
*/
1515

1616
class MY_Email extends CI_Email {

0 commit comments

Comments
 (0)