Skip to content

Commit 70893d6

Browse files
committed
A new release, v1.1.1.
1 parent e56b081 commit 70893d6

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

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

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

8-
Tested on CodeIgniter 3.0-dev (January 16th, 2014) and with PHPMailer Version 5.2.7 (September 12th, 2013).
8+
Tested on CodeIgniter 3.0-dev (January 26th, 2014) and with PHPMailer Version 5.2.7 (September 12th, 2013).
99

1010
Installation
1111
------------

libraries/MY_Email.php

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

33
/**
44
* CodeIgniter compatible email-library powered by PHPMailer.
5-
* Version: 1.1
5+
* Version: 1.1.1
66
* @author Ivan Tcholakov <ivantcholakov@gmail.com>, 2012-2014.
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 (January 16th, 2014) and
10+
* Tested on production sites with CodeIgniter 3.0-dev (January 26th, 2014) and
1111
* PHPMailer Version 5.2.7 (September 12th, 2013).
1212
*/
1313

0 commit comments

Comments
 (0)