- [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.
- [2020.12.04]: Maintenance release (dependencies update, repository cleanup, etc).
- [2021.03.03]: Maintenance release.
- [2021.05.01]: Log truncation not being calculated properly; Fixed.
- [2021.05.22]: Increasing PHPMailer version constraints from ^6.2 to ^6.4.1 due to CVE-2020-36326.
- [2021.06.21]: Increasing PHPMailer version constraints from ^6.4.1 to ^6.5 due to CVE-2021-34551 and CVE-2021-3603.
- [2021.05.28]: Performed some minor refactoring.
- [2022.02.14]: Maintenance release.
- [2022.07.28]: Added L10N for Malay.
- [2022.09.01]: Added L10N for Persian/Farsi, Hebrew, and Ukrainian.
- [2022.10.25]: Hardened some configuration constraints.
- [2022.11.20]: Avoid packaging unnecessary files into dist.
- [2022.11.30]: Adjusted minimum value for some port directives from 1 to 0.
- [2023.04.30]: Added L10N for Bulgarian, Czech, and Punjabi.
- [2023.09.04]: Added L10N for Afrikaans and Romanian.
- [2023.09.16~18]: Significantly refactored all L10N data.
- [2023.09.18]: Better resource guarding.
- [2023.11.22]: Maintenance release.
- [2024.03.13]: Added L10N for Bosnian, Catalan, Galician, Gujarati, Croatian, and Serbian.
- [2024.06.22]: Maintenance release.
- [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.
- [2024.11.06]: Added PHP 8.4 to workflows.