diff --git a/CHANGES.md b/CHANGES.md index e795233..d7df705 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -4,7 +4,7 @@ moodle-block_cohortspecifichtml Changes ------- -### Unreleased +### v4.5-r1 * 2024-10-14 - Upgrade: Adopt changes from MDL-82183 and use new \core\output\html_writer * 2024-10-07 - Prepare compatibility for Moodle 4.5. diff --git a/version.php b/version.php index 330ede3..d5d2daa 100644 --- a/version.php +++ b/version.php @@ -25,8 +25,8 @@ defined('MOODLE_INTERNAL') || die(); $plugin->component = 'block_cohortspecifichtml'; -$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;