Skip to content

Commit 730ed0c

Browse files
committed
v3.1.4
1 parent f978f40 commit 730ed0c

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

Changelog.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,3 +23,7 @@ __*Why "v3.0.0" instead of "v1.0.0?"*__ Because the linker is intended for use w
2323
[2021.05.28; Maikuolan]: Performed some minor refactoring.
2424

2525
[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.
26+
27+
### v3.1.4
28+
29+
[2022.02.14; Maikuolan]: Maintenance release.

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
},
1212
"require": {
1313
"php": ">=7.2.0",
14-
"maikuolan/common": "^2.7",
15-
"phpmussel/core": "^3.3",
14+
"maikuolan/common": "^2.8",
15+
"phpmussel/core": "^3.3.1",
1616
"phpmailer/phpmailer": "^6.5"
1717
},
1818
"suggest": {

0 commit comments

Comments
 (0)