diff --git a/CHANGES.md b/CHANGES.md index a11febe..a5316b8 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -4,7 +4,7 @@ moodle-block_people Changes ------- -### Unreleased +### v4.0-r1 * 2022-07-12 - Slightly adapt the look of the block to Moodle 4.0. * 2022-07-12 - Prepare compatibility for Moodle 4.0. diff --git a/version.php b/version.php index 6e47cf5..bb176c8 100644 --- a/version.php +++ b/version.php @@ -25,8 +25,8 @@ defined('MOODLE_INTERNAL') || die(); $plugin->component = 'block_people'; -$plugin->version = 2021120802; -$plugin->release = 'v3.11-r3'; +$plugin->version = 2022071200; +$plugin->release = 'v4.0-r1'; $plugin->requires = 2022041900; $plugin->supported = [400, 400]; $plugin->maturity = MATURITY_STABLE;