Skip to content

Latest commit

 

History

History
49 lines (27 loc) · 1.74 KB

Changelog.md

File metadata and controls

49 lines (27 loc) · 1.74 KB

v3.0.0

  • [2020.07.20] First stable release for the phpMussel v3 CLI handler.

Why "v3.0.0" instead of "v1.0.0?" Prior to phpMussel v3, the "phpMussel Core", "phpMussel CLI-mode", "phpMussel Front-End", and "phpMussel Uploads Handler" ("phpMussel Web") were all bundled together as a single repository (phpMussel/phpMussel). Since phpMussel v3, these each all have their own, separate repositories. I've opted to start releases at this repository (phpMussel/CLI) at v3.0.0, in order to avoid confusion with previous versions of the "phpMussel CLI-mode" which exist outside this repository.

v3.1.0

  • [2020.12.04]: Maintenance release (dependencies update, repository cleanup, etc).

v3.1.1

  • [2021.01.10]: Separated the code for performing outbound requests through cURL out to its own independent class.

v3.1.2

Bugs fixed.

  • [2022.03.24]: Fixed a bottleneck in the scan process caused by the readFileBlocks method (phpMussel/phpMussel#231).

v3.1.3

  • [2022.08.18]: Added L10N for Persian/Farsi, Hebrew, Malay, and Ukrainian.
  • [2022.08.23]: Added some limited homoglyph support for some CLI commands.

v3.1.4

  • [2022.11.20]: Avoid packaging unnecessary files into dist.

v3.1.5

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

v3.2.0

  • [2023.09.04]: Added colouration to phpMussel's CLI mode. Added L10N for Afrikaans and Romanian.

3.2.1

  • [2022.11.22]: Maintenance release.

v3.3.0

  • [2023.12.01]: Improved escaping.
  • [2024.03.14~15]: Added L10N for Bosnian, Catalan, Galician, Gujarati, Croatian, and Serbian.

v3.3.1

  • [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.02]: Code-style patch.