Skip to content

Commit

Permalink
RELEASE 1.4.0.
Browse files Browse the repository at this point in the history
Signed-off-by:Ivan Tcholakov <ivantcholakov@gmail.com>
  • Loading branch information
ivantcholakov committed Jun 6, 2020
1 parent aa7ca17 commit 80d5bd7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
A CodeIgniter compatible email-library powered by PHPMailer
===========================================================

Version: 1.3.5
Version: 1.4.0
Author: Ivan Tcholakov <ivantcholakov@gmail.com>, 2012-2020.
License: The MIT License (MIT), http://opensource.org/licenses/MIT

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

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

Expand All @@ -24,7 +24,7 @@ You need to have Composer locally or globally installed on your development mach
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
CodeIgniter's configuration file application/config/config.php you need to set the configuration option $config['composer_autoload'] accordingly.

Then, third, add to your composer.json under the section "require" the following line:
Then add to your composer.json under the section "require" the following line:
```
"phpmailer/phpmailer": "^6.1.6"
```
Expand Down
2 changes: 1 addition & 1 deletion libraries/MY_Email.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

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

0 comments on commit 80d5bd7

Please sign in to comment.