Skip to content

Latest commit

 

History

History
48 lines (36 loc) · 2.2 KB

CHANGELOG.md

File metadata and controls

48 lines (36 loc) · 2.2 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.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