Skip to content

Commit 080b3f0

Browse files
committed
Corrections within README.md and CHANGELOG.md.
Signed-off-by:Ivan Tcholakov <ivantcholakov@gmail.com>
1 parent 04cce70 commit 080b3f0

File tree

2 files changed

+25
-10
lines changed

2 files changed

+25
-10
lines changed

CHANGELOG.md

Lines changed: 16 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,24 @@
1-
# 1.4.3 - 07-JUN-2020
1+
1.4.4 - 07-JUN-2020
2+
-------------------
23

3-
- CHANGELOG.md file has been added.
4+
* Corrections within README.md and CHANGELOG.md.
45

56

6-
# 1.4.2 - 06-JUN-2020
7+
1.4.3 - 07-JUN-2020
8+
-------------------
79

8-
- New installation instructions have been prepared.
10+
* CHANGELOG.md file has been added.
911

1012

11-
# 1.4.1 - 06-JUN-2020
13+
1.4.2 - 06-JUN-2020
14+
-------------------
1215

13-
- Initial Composer-managed package. Requirements: CodeIgniter 3.1.x, PHP >= 5.5.0, Composer enabled, PHP >= 6.1.6.
14-
- For supporting CodeIgniter 2.x and CodeIgniter 3.0.x a manual installation an an older versiosion of this
16+
* New installation instructions have been prepared.
17+
18+
19+
1.4.1 - 06-JUN-2020
20+
-------------------
21+
22+
* Initial Composer-managed package. Requirements: CodeIgniter 3.1.x, PHP >= 5.5.0, Composer enabled, PHP >= 6.1.6.
23+
* For supporting CodeIgniter 2.x and CodeIgniter 3.0.x a manual installation of an older version of this
1524
library is needed, see https://github.com/ivantcholakov/codeigniter-phpmailer/tree/1.3-stable

README.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -200,10 +200,16 @@ echo $this->email->print_debugger();
200200
exit;
201201
```
202202

203-
Load the corresponding page, executte this code. Check whether an email has been sent. Read the error message, if any, and make corrections in your settings.
203+
Load the corresponding page, executte this code. Check whether an email has been sent. Read the error message,
204+
if any, and make corrections in your settings.
204205

205-
Note, that most of the SMTP servers require "from" address of the message to be the same as the address within $config['smtp_user'] setting.
206+
Note, that most of the SMTP servers require "from" address of the message to be the same as the address within
207+
$config['smtp_user'] setting.
206208

207209
At the end remove this test.
208210

209-
The API of this library is the same as the original Email API. Read the CodeIgniter's manual about [Email Class](https://www.codeigniter.com/userguide3/libraries/email.html).
211+
The API of this library is the same as the original Email API. Read the CodeIgniter's manual about
212+
[Email Class](https://www.codeigniter.com/userguide3/libraries/email.html).
213+
214+
For supporting CodeIgniter 2.x and CodeIgniter 3.0.x a manual installation of an older version of this
215+
library is needed, see https://github.com/ivantcholakov/codeigniter-phpmailer/tree/1.3-stable

0 commit comments

Comments
 (0)