Skip to content

Commit 79cab61

Browse files
committed
Release 1.1.5.
1 parent 8044079 commit 79cab61

File tree

2 files changed

+11
-7
lines changed

2 files changed

+11
-7
lines changed

README.md

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

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.
66
License: The MIT License (MIT), http://opensource.org/licenses/MIT
77

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).
911

1012
Installation
1113
------------

libraries/MY_Email.php

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

33
/**
44
* 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.
77
* @license The MIT License (MIT), http://opensource.org/licenses/MIT
88
* @link https://github.com/ivantcholakov/codeigniter-phpmailer
99
*
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).
1214
*/
1315

1416
class MY_Email extends CI_Email {

0 commit comments

Comments
 (0)