Skip to content

Latest commit

 

History

History
77 lines (52 loc) · 2.82 KB

CHANGELOG.md

File metadata and controls

77 lines (52 loc) · 2.82 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[2.0.5.1] - 2024.12.12

Fixed

  • [#56] Updated Basque translations for latest changes (I forgot to do it in 2.00.5)

[2.0.5] - 2024.11.27

Added

  • [#42] [#25] Added a setting to configure the parent languages behaviour (see README.md for additional details on the setting).

[2.0.4] - 2024.10.18

Fixed

  • [#54] Fixed exceptions thrown when using Moodle 4.1 in some sites (thanks to Michael Milette!)

[2.0.3] - 2024.10.12

Fixed

  • moodle-plugin-ci validate now passes successfully.

[2.0.2] - 2024-10-08

Added

  • [#49] Add support to Moodle 4.5
  • Added Moodle 4.4 and 4.5 to the CI test matrix

2.0.1 - 2024-01-30

Added

  • This CHANGELOG.
  • Moodle 4.3 to the CI test matrix.

Fixed

  • #45 Exception: Return value must be of type string, null returned

2.0.0 - 2022-12-17

Added

  • Early checks for "text" that cannot be filtered or is not worth filtering (e.g., non-strings, or empty strings).
  • #35 Addded GitHub Actions and information in README.md, contributed by Luca Bösch.

Changed

  • #32 [BREAKING CHANGE] Updated the unit test machinery to be compatible with Moodle 3.11 and later. The new machinery is incompatible with Moodle 3.10 and later, making this a breaking change.

Fixed

  • Fixed some Moodle Code Checker and Documentation Checker warnings.

Security

  • #39 MDL-77525 apply multilang2 before text formatting and cleaning