diff --git a/CHANGES.md b/CHANGES.md index b9bd5c4..6669931 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -4,7 +4,7 @@ moodle-block_cohortspecifichtml Changes ------- -### Unreleased +### v4.1-r4 * 2024-08-20 - Revert backports of MDL-76583 and MDL-74465 which were backported by mistake from 4.2 in v4.1-r3. * 2024-08-11 - Add section for scheduled tasks to README diff --git a/version.php b/version.php index 7491bfa..d98a19f 100644 --- a/version.php +++ b/version.php @@ -25,8 +25,8 @@ defined('MOODLE_INTERNAL') || die(); $plugin->component = 'block_cohortspecifichtml'; -$plugin->version = 2023010502; -$plugin->release = 'v4.1-r3'; +$plugin->version = 2023010503; +$plugin->release = 'v4.1-r4'; $plugin->requires = 2022112800; $plugin->supported = [401, 401]; $plugin->maturity = MATURITY_STABLE;