Skip to content

Commit cc32ab3

Browse files
committed
Changelog excerpt: - Increasing PHPMailer version constraints from ^6.2 to ^6.4.1 due to CVE-2020-36326.
1 parent a68ab37 commit cc32ab3

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

Changelog.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,5 @@ __*Why "v3.0.0" instead of "v1.0.0?"*__ Because the linker is intended for use w
1515
### v3.1.2
1616

1717
[2021.05.01; Bug-fix; Maikuolan]: Log truncation not being calculated properly; Fixed.
18+
19+
[2021.05.22; Security; Maikuolan]: Increasing PHPMailer version constraints from ^6.2 to ^6.4.1 due to CVE-2020-36326.

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"php": ">=7.2.0",
1515
"maikuolan/common": "^2.5",
1616
"phpmussel/core": "^3.2",
17-
"phpmailer/phpmailer": "^6.2"
17+
"phpmailer/phpmailer": "^6.4.1"
1818
},
1919
"suggest": {
2020
"phpmussel/frontend": "^3.1.1",

0 commit comments

Comments
 (0)