Skip to content

Commit 05aeae1

Browse files
committed
Changelog excerpt: - Increasing PHPMailer version constraints from ^6.4.1 to ^6.5 due to CVE-2021-34551 and CVE-2021-3603.
1 parent a0b2258 commit 05aeae1

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
@@ -21,3 +21,5 @@ __*Why "v3.0.0" instead of "v1.0.0?"*__ Because the linker is intended for use w
2121
### v3.1.3
2222

2323
[2021.05.28; Maikuolan]: Performed some minor refactoring.
24+
25+
[2021.06.21; Security; Maikuolan]: Increasing PHPMailer version constraints from ^6.4.1 to ^6.5 due to CVE-2021-34551 and CVE-2021-3603.

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.4.1"
17+
"phpmailer/phpmailer": "^6.5"
1818
},
1919
"suggest": {
2020
"phpmussel/frontend": "^3.1.1",

0 commit comments

Comments
 (0)