We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a68ab37 commit cc32ab3Copy full SHA for cc32ab3
Changelog.md
@@ -15,3 +15,5 @@ __*Why "v3.0.0" instead of "v1.0.0?"*__ Because the linker is intended for use w
15
### v3.1.2
16
17
[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
@@ -14,7 +14,7 @@
14
"php": ">=7.2.0",
"maikuolan/common": "^2.5",
"phpmussel/core": "^3.2",
- "phpmailer/phpmailer": "^6.2"
+ "phpmailer/phpmailer": "^6.4.1"
},
"suggest": {
20
"phpmussel/frontend": "^3.1.1",
0 commit comments