diff --git a/CHANGELOG.md b/CHANGELOG.md index 0ef0b56..7a89b81 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,9 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [2.0.5] - 2024.11.27 + ### Added -- Added a setting to configure the parent languages behaviour (see README.md for additional details on the setting. +- [#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 diff --git a/version.php b/version.php index ac9cbe1..d6b830e 100644 --- a/version.php +++ b/version.php @@ -25,8 +25,8 @@ defined('MOODLE_INTERNAL') || die(); -$plugin->version = 2024102801; // The current plugin version (Date: YYYYMMDDXX). +$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-alpha-1'; +$plugin->release = '2.0.5'; $plugin->maturity = MATURITY_STABLE;