diff --git a/CHANGES.md b/CHANGES.md index c10dc5d..6c7e623 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -4,7 +4,7 @@ moodle-enrol_semco Changes ------- -### Unreleased +### v4.4-r4 * 2024-09-23 - Documentation: Add a note about the removal of the local/recompletion:resetmycompletion capability to README.md * 2024-07-19 - Release: Remove Boost Union theme from Moodle-Plugin-CI config which was clearly wrong diff --git a/version.php b/version.php index 769e78d..a6394f4 100644 --- a/version.php +++ b/version.php @@ -25,8 +25,8 @@ defined('MOODLE_INTERNAL') || die(); $plugin->component = 'enrol_semco'; -$plugin->version = 2024060102; -$plugin->release = 'v4.4-r3'; +$plugin->version = 2024060103; +$plugin->release = 'v4.4-r4'; $plugin->requires = 2024042200; $plugin->supported = [404, 404]; $plugin->maturity = MATURITY_STABLE;