diff --git a/CHANGES.md b/CHANGES.md index 5eaa657..33c739f 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -4,7 +4,7 @@ moodle-local_profiletheme Changes ------- -### Unreleased +### v4.4-r1 * 2024-08-24 - Development: Rename master branch to main, please update your clones. * 2024-08-20 - Prepare compatibility for Moodle 4.4. diff --git a/version.php b/version.php index 2d510b1..7deb614 100644 --- a/version.php +++ b/version.php @@ -25,8 +25,8 @@ defined('MOODLE_INTERNAL') || die(); $plugin->component = 'local_profiletheme'; -$plugin->version = 2023102002; -$plugin->release = 'v4.3-r3'; +$plugin->version = 2024060100; +$plugin->release = 'v4.4-r1'; $plugin->requires = 2024042200; $plugin->supported = [404, 404]; $plugin->maturity = MATURITY_STABLE;