Commit 9cfe718
committed
External Libraries: Upgrade PHPMailer to version 7.0.0.
This is exactly the same as version 6.11.1 but bumps the major version number to indicate the presence of a backward compatibility break in child classes.
Specifically, `lang()`, `setLanguage()`, and `$language` are now static, and should be called statically.
References:
* [https://github.com/PHPMailer/PHPMailer/releases/tag/v7.0.0 PHPMailer 7.0.0 release notes]
* [PHPMailer/PHPMailer@v6.11.1...v7.0.0 Full list of changes in PHPMailer 7.0.0]
Follow-up to [54937], [55557], [56484], [57137], [59246], [59481], [60623], [60813], [60888].
Reviewed by desrosj.
Merges [61249] to the 6.9 branch.
Props SirLouen.
Fixes #64101.
git-svn-id: https://develop.svn.wordpress.org/branches/6.9@61254 602fd350-edb4-49c9-b593-d223f7449a821 parent 16529da commit 9cfe718
3 files changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
768 | 768 | | |
769 | 769 | | |
770 | 770 | | |
771 | | - | |
| 771 | + | |
772 | 772 | | |
773 | 773 | | |
774 | 774 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
49 | | - | |
| 49 | + | |
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
38 | | - | |
| 38 | + | |
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
| |||
0 commit comments