|
1 | 1 | ### v3.0.0
|
2 | 2 |
|
3 |
| -[2020.07.20; Maikuolan] First stable release for the phpMussel-PHPMailer linker. |
| 3 | +- [2020.07.20] First stable release for the phpMussel-PHPMailer linker. |
4 | 4 |
|
5 | 5 | __*Why "v3.0.0" instead of "v1.0.0?"*__ Because the linker is intended for use with phpMussel v3, and development began at the same time as (and alongside), I've opted to start at *v3.0.0*, in order to avoid confusion with components intended for earlier versions of phpMussel, which have similar names and purpose.
|
6 | 6 |
|
7 | 7 | ### v3.1.0
|
8 | 8 |
|
9 |
| -[2020.12.04; Maikuolan]: Maintenance release (dependencies update, repository cleanup, etc). |
| 9 | +- [2020.12.04]: Maintenance release (dependencies update, repository cleanup, etc). |
10 | 10 |
|
11 | 11 | ### v3.1.1
|
12 | 12 |
|
13 |
| -[2021.03.03; Maikuolan]: Maintenance release. |
| 13 | +- [2021.03.03]: Maintenance release. |
14 | 14 |
|
15 | 15 | ### v3.1.2
|
16 | 16 |
|
17 |
| -[2021.05.01; Bug-fix; Maikuolan]: Log truncation not being calculated properly; Fixed. |
| 17 | +#### Bugs fixed. |
| 18 | +- [2021.05.01]: Log truncation not being calculated properly; Fixed. |
18 | 19 |
|
19 |
| -[2021.05.22; Security; Maikuolan]: Increasing PHPMailer version constraints from ^6.2 to ^6.4.1 due to CVE-2020-36326. |
| 20 | +#### Security. |
| 21 | +- [2021.05.22]: Increasing PHPMailer version constraints from ^6.2 to ^6.4.1 due to CVE-2020-36326. |
20 | 22 |
|
21 | 23 | ### v3.1.3
|
22 | 24 |
|
23 |
| -[2021.05.28; Maikuolan]: Performed some minor refactoring. |
| 25 | +#### Security. |
| 26 | +- [2021.06.21]: Increasing PHPMailer version constraints from ^6.4.1 to ^6.5 due to CVE-2021-34551 and CVE-2021-3603. |
24 | 27 |
|
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. |
| 28 | +#### Other changes. |
| 29 | +- [2021.05.28]: Performed some minor refactoring. |
26 | 30 |
|
27 | 31 | ### v3.1.4
|
28 | 32 |
|
29 |
| -[2022.02.14; Maikuolan]: Maintenance release. |
| 33 | +- [2022.02.14]: Maintenance release. |
30 | 34 |
|
31 | 35 | ### v3.1.5
|
32 | 36 |
|
33 |
| -[2022.07.28; Maikuolan]: Added L10N for Malay. |
34 |
| - |
35 |
| -[2022.09.01; Maikuolan]: Added L10N for Persian/Farsi, Hebrew, and Ukrainian. |
| 37 | +- [2022.07.28]: Added L10N for Malay. |
| 38 | +- [2022.09.01]: Added L10N for Persian/Farsi, Hebrew, and Ukrainian. |
36 | 39 |
|
37 | 40 | ### v3.1.6
|
38 | 41 |
|
39 |
| -[2022.10.25; Maikuolan]: Hardened some configuration constraints. |
40 |
| - |
41 |
| -[2022.11.20; Maikuolan]: Avoid packaging unnecessary files into dist. |
| 42 | +- [2022.10.25]: Hardened some configuration constraints. |
| 43 | +- [2022.11.20]: Avoid packaging unnecessary files into dist. |
42 | 44 |
|
43 | 45 | ### v3.1.7
|
44 | 46 |
|
45 |
| -[2022.11.30; Maikuolan]: Adjusted minimum value for some port directives from 1 to 0. |
| 47 | +- [2022.11.30]: Adjusted minimum value for some port directives from 1 to 0. |
46 | 48 |
|
47 | 49 | ### v3.1.8
|
48 | 50 |
|
49 |
| -[2023.04.30; Maikuolan]: Added L10N for Bulgarian, Czech, and Punjabi. |
| 51 | +- [2023.04.30]: Added L10N for Bulgarian, Czech, and Punjabi. |
50 | 52 |
|
51 | 53 | ### v3.1.9
|
52 | 54 |
|
53 |
| -[2023.09.04; Maikuolan]: Added L10N for Afrikaans and Romanian. |
54 |
| - |
55 |
| -[2023.09.16~18; Maikuolan]: Significantly refactored all L10N data. |
56 |
| - |
57 |
| -[2023.09.18; Maikuolan]: Better resource guarding. |
| 55 | +- [2023.09.04]: Added L10N for Afrikaans and Romanian. |
| 56 | +- [2023.09.16~18]: Significantly refactored all L10N data. |
| 57 | +- [2023.09.18]: Better resource guarding. |
58 | 58 |
|
59 | 59 | ### v3.1.10
|
60 | 60 |
|
61 |
| -[2023.11.22; Maikuolan]: Maintenance release. |
| 61 | +- [2023.11.22]: Maintenance release. |
62 | 62 |
|
63 | 63 | ### v3.1.11
|
64 | 64 |
|
65 |
| -[2024.03.13; Maikuolan]: Added L10N for Bosnian, Catalan, Galician, Gujarati, Croatian, and Serbian. |
| 65 | +- [2024.03.13]: Added L10N for Bosnian, Catalan, Galician, Gujarati, Croatian, and Serbian. |
66 | 66 |
|
67 | 67 | ### v3.1.12
|
68 | 68 |
|
69 |
| -[2024.06.22; Maikuolan]: Maintenance release. |
| 69 | +- [2024.06.22]: Maintenance release. |
70 | 70 |
|
71 | 71 | ### v3.1.13
|
72 | 72 |
|
73 |
| -[2024.07.02; Maikuolan]: Merged zh and zh-TW L10N, and dropped region designations (e.g., CN, TW) in favour of script designations (e.g., Hans, Hant). |
74 |
| - |
75 |
| -[2024.09.14; Maikuolan]: Added L10N for Marathi and Malayalam. |
| 73 | +- [2024.07.02]: Merged zh and zh-TW L10N, and dropped region designations (e.g., CN, TW) in favour of script designations (e.g., Hans, Hant). |
| 74 | +- [2024.09.14]: Added L10N for Marathi and Malayalam. |
0 commit comments