Skip to content

Commit 80d5bd7

Browse files
committed
RELEASE 1.4.0.
Signed-off-by:Ivan Tcholakov <ivantcholakov@gmail.com>
1 parent aa7ca17 commit 80d5bd7

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 3 additions & 3 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.3.5
4+
Version: 1.4.0
55
Author: Ivan Tcholakov <ivantcholakov@gmail.com>, 2012-2020.
66
License: The MIT License (MIT), http://opensource.org/licenses/MIT
77

8-
This library is intended to be compatible with CI 2.x and CI 3.x.
8+
This library is compatible with CodeIgniter 3.1.x and PHP >= 5.5.0.
99

1010
Tested on CodeIgniter 3.1.11 (September 19th, 2019) and PHPMailer Version 6.1.6 (May 27th, 2020).
1111

@@ -24,7 +24,7 @@ You need to have Composer locally or globally installed on your development mach
2424
Enable Composer to be used by CodeIgniter. Check this page from its documentation: https://www.codeigniter.com/userguide3/general/autoloader.html . You need to see or decide when your vendor/ directory is (to be) and within the
2525
CodeIgniter's configuration file application/config/config.php you need to set the configuration option $config['composer_autoload'] accordingly.
2626

27-
Then, third, add to your composer.json under the section "require" the following line:
27+
Then add to your composer.json under the section "require" the following line:
2828
```
2929
"phpmailer/phpmailer": "^6.1.6"
3030
```

libraries/MY_Email.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
/**
44
* CodeIgniter compatible email-library powered by PHPMailer.
5-
* Version: 1.3.5
5+
* Version: 1.4.0
66
* @author Ivan Tcholakov <ivantcholakov@gmail.com>, 2012-2020.
77
* @license The MIT License (MIT), http://opensource.org/licenses/MIT
88
* @link https://github.com/ivantcholakov/codeigniter-phpmailer

0 commit comments

Comments
 (0)