diff --git a/CHANGES.md b/CHANGES.md index 3aa9f72..0858927 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -4,7 +4,7 @@ moodle-local_bulkenrol Changes ------- -### Unreleased +### v4.5-r1 * 2024-10-14 - Upgrade: Adopt changes from MDL-82183 and use new \core\output\pix_icon class * 2024-10-14 - Upgrade: Adopt changes from MDL-82183 and use new \core\output\html_writer diff --git a/version.php b/version.php index 8c4e62e..a82fdf2 100644 --- a/version.php +++ b/version.php @@ -25,8 +25,8 @@ defined('MOODLE_INTERNAL') || die(); $plugin->component = 'local_bulkenrol'; -$plugin->version = 2024060100; -$plugin->release = 'v4.4-r1'; +$plugin->version = 2024100700; +$plugin->release = 'v4.5-r1'; $plugin->requires = 2024100700; $plugin->supported = [405, 405]; $plugin->maturity = MATURITY_STABLE;