diff --git a/CHANGES.md b/CHANGES.md index 9257db9..e431da7 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -4,7 +4,7 @@ moodle-tool_coursedates 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-81960 and use new \core\url class diff --git a/version.php b/version.php index 859ad5d..f2eb4e9 100644 --- a/version.php +++ b/version.php @@ -25,8 +25,8 @@ defined('MOODLE_INTERNAL') || die(); $plugin->component = 'tool_coursefields'; -$plugin->version = 2024060101; -$plugin->release = 'v4.4-r2'; +$plugin->version = 2024100700; +$plugin->release = 'v4.5-r1'; $plugin->requires = 2024100700; $plugin->supported = [405, 405]; $plugin->maturity = MATURITY_STABLE;