diff --git a/CHANGES.md b/CHANGES.md index cfd05d6..51ad579 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -4,7 +4,7 @@ moodle-tool_selfsignuphardlifecycle Changes ------- -### Unreleased +### v4.1-r1 * 2024-07-28 - Upgrade: Fix a Behat test which broke von Moodle 4.1. * 2024-07-28 - Cleanup: Replace deprecated strftime() function with \core_date::strftime() function. diff --git a/version.php b/version.php index aaa4571..7872125 100644 --- a/version.php +++ b/version.php @@ -25,8 +25,8 @@ defined('MOODLE_INTERNAL') || die(); $plugin->component = 'tool_selfsignuphardlifecycle'; -$plugin->version = 2022030106; -$plugin->release = 'v3.9-r3'; +$plugin->version = 2022112800; +$plugin->release = 'v4.1-r1'; $plugin->requires = 2022112800; $plugin->supported = [401, 401]; $plugin->maturity = MATURITY_STABLE;