Skip to content

Commit

Permalink
Improve the structure of the changelog file.
Browse files Browse the repository at this point in the history
  • Loading branch information
Maikuolan committed Sep 26, 2024
1 parent 3cffe18 commit 91314f7
Showing 1 changed file with 26 additions and 27 deletions.
53 changes: 26 additions & 27 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,75 +1,74 @@
### v3.0.0

[2020.07.20; Maikuolan] First stable release for the phpMussel-PHPMailer linker.
- [2020.07.20] First stable release for the phpMussel-PHPMailer linker.

__*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.

### v3.1.0

[2020.12.04; Maikuolan]: Maintenance release (dependencies update, repository cleanup, etc).
- [2020.12.04]: Maintenance release (dependencies update, repository cleanup, etc).

### v3.1.1

[2021.03.03; Maikuolan]: Maintenance release.
- [2021.03.03]: Maintenance release.

### v3.1.2

[2021.05.01; Bug-fix; Maikuolan]: Log truncation not being calculated properly; Fixed.
#### Bugs fixed.
- [2021.05.01]: Log truncation not being calculated properly; Fixed.

[2021.05.22; Security; Maikuolan]: Increasing PHPMailer version constraints from ^6.2 to ^6.4.1 due to CVE-2020-36326.
#### Security.
- [2021.05.22]: Increasing PHPMailer version constraints from ^6.2 to ^6.4.1 due to CVE-2020-36326.

### v3.1.3

[2021.05.28; Maikuolan]: Performed some minor refactoring.
#### Security.
- [2021.06.21]: Increasing PHPMailer version constraints from ^6.4.1 to ^6.5 due to CVE-2021-34551 and CVE-2021-3603.

[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.
#### Other changes.
- [2021.05.28]: Performed some minor refactoring.

### v3.1.4

[2022.02.14; Maikuolan]: Maintenance release.
- [2022.02.14]: Maintenance release.

### v3.1.5

[2022.07.28; Maikuolan]: Added L10N for Malay.

[2022.09.01; Maikuolan]: Added L10N for Persian/Farsi, Hebrew, and Ukrainian.
- [2022.07.28]: Added L10N for Malay.
- [2022.09.01]: Added L10N for Persian/Farsi, Hebrew, and Ukrainian.

### v3.1.6

[2022.10.25; Maikuolan]: Hardened some configuration constraints.

[2022.11.20; Maikuolan]: Avoid packaging unnecessary files into dist.
- [2022.10.25]: Hardened some configuration constraints.
- [2022.11.20]: Avoid packaging unnecessary files into dist.

### v3.1.7

[2022.11.30; Maikuolan]: Adjusted minimum value for some port directives from 1 to 0.
- [2022.11.30]: Adjusted minimum value for some port directives from 1 to 0.

### v3.1.8

[2023.04.30; Maikuolan]: Added L10N for Bulgarian, Czech, and Punjabi.
- [2023.04.30]: Added L10N for Bulgarian, Czech, and Punjabi.

### v3.1.9

[2023.09.04; Maikuolan]: Added L10N for Afrikaans and Romanian.

[2023.09.16~18; Maikuolan]: Significantly refactored all L10N data.

[2023.09.18; Maikuolan]: Better resource guarding.
- [2023.09.04]: Added L10N for Afrikaans and Romanian.
- [2023.09.16~18]: Significantly refactored all L10N data.
- [2023.09.18]: Better resource guarding.

### v3.1.10

[2023.11.22; Maikuolan]: Maintenance release.
- [2023.11.22]: Maintenance release.

### v3.1.11

[2024.03.13; Maikuolan]: Added L10N for Bosnian, Catalan, Galician, Gujarati, Croatian, and Serbian.
- [2024.03.13]: Added L10N for Bosnian, Catalan, Galician, Gujarati, Croatian, and Serbian.

### v3.1.12

[2024.06.22; Maikuolan]: Maintenance release.
- [2024.06.22]: Maintenance release.

### v3.1.13

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

[2024.09.14; Maikuolan]: Added L10N for Marathi and Malayalam.
- [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).
- [2024.09.14]: Added L10N for Marathi and Malayalam.

0 comments on commit 91314f7

Please sign in to comment.