Skip to content

Commit

Permalink
v3.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Maikuolan committed Feb 14, 2022
1 parent f978f40 commit 730ed0c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,7 @@ __*Why "v3.0.0" instead of "v1.0.0?"*__ Because the linker is intended for use w
[2021.05.28; Maikuolan]: Performed some minor refactoring.

[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.

### v3.1.4

[2022.02.14; Maikuolan]: Maintenance release.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
},
"require": {
"php": ">=7.2.0",
"maikuolan/common": "^2.7",
"phpmussel/core": "^3.3",
"maikuolan/common": "^2.8",
"phpmussel/core": "^3.3.1",
"phpmailer/phpmailer": "^6.5"
},
"suggest": {
Expand Down

0 comments on commit 730ed0c

Please # to comment.