diff --git a/CHANGELOG.md b/CHANGELOG.md index 7a89b81..e6f28cc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [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 diff --git a/version.php b/version.php index d6b830e..d0f87c8 100644 --- a/version.php +++ b/version.php @@ -28,5 +28,5 @@ $plugin->version = 2024112701; // The current plugin version (Date: YYYYMMDDXX). $plugin->requires = 2021051700; // Requires this Moodle version. $plugin->component = 'filter_multilang2'; // Full name of the plugin (used for diagnostics). -$plugin->release = '2.0.5'; +$plugin->release = '2.0.5.1'; $plugin->maturity = MATURITY_STABLE;