Skip to content

Commit 19c040f

Browse files
committed
A new release, version 1.1.
1 parent f93ce31 commit 19c040f

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,11 +1,11 @@
11
A CodeIgniter compatible email-library powered by PHPMailer
22
===========================================================
33

4-
Version: 1.0
4+
Version: 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 (December 2013) and with PHPMailer Version 5.2.7 (September 12th 2013).
8+
Tested on CodeIgniter 3.0-dev (January 16th, 2014) and with PHPMailer Version 5.2.7 (September 12th, 2013).
99

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

libraries/MY_Email.php

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

33
/**
44
* CodeIgniter compatible email-library powered by PHPMailer.
5-
* Version: 1.1-dev
5+
* Version: 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 (December 2013) and
11-
* PHPMailer Version 5.2.7 (September 12th 2013).
10+
* Tested on production sites with CodeIgniter 3.0-dev (January 16th, 2014) and
11+
* PHPMailer Version 5.2.7 (September 12th, 2013).
1212
*/
1313

1414
class MY_Email extends CI_Email {

0 commit comments

Comments
 (0)