Skip to content

Latest commit

 

History

History
78 lines (44 loc) · 2.04 KB

Changelog.md

File metadata and controls

78 lines (44 loc) · 2.04 KB

v3.0.0

  • [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]: Maintenance release (dependencies update, repository cleanup, etc).

v3.1.1

  • [2021.03.03]: Maintenance release.

v3.1.2

Bugs fixed.

  • [2021.05.01]: Log truncation not being calculated properly; Fixed.

Security.

  • [2021.05.22]: Increasing PHPMailer version constraints from ^6.2 to ^6.4.1 due to CVE-2020-36326.

v3.1.3

Security.

  • [2021.06.21]: 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]: Maintenance release.

v3.1.5

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

v3.1.6

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

v3.1.7

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

v3.1.8

  • [2023.04.30]: Added L10N for Bulgarian, Czech, and Punjabi.

v3.1.9

  • [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]: Maintenance release.

v3.1.11

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

v3.1.12

  • [2024.06.22]: Maintenance release.

v3.1.13

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

v3.1.14

  • [2024.11.06]: Added PHP 8.4 to workflows.