diff --git a/CHANGES.md b/CHANGES.md index ee8e0e0..d2c6bb1 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -4,7 +4,7 @@ moodle-local_profiletheme Changes ------- -### Unreleased +### v4.3-r4 * 2024-10-27 - Tests: Call parent setup() function when instantiating PHPUnit tests. diff --git a/version.php b/version.php index 22dde2a..39dfdb1 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 = 2023102003; +$plugin->release = 'v4.3-r4'; $plugin->requires = 2023100900; $plugin->supported = [403, 403]; $plugin->maturity = MATURITY_STABLE;