diff --git a/CHANGES.md b/CHANGES.md index b64323e..fa17b8e 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -4,7 +4,7 @@ moodle-tool_apcu Changes ------- -### Unreleased +### v4.3-r2 * 2024-08-06 - Remove close button from notification banner and show the installer notifications in CLI as well, resolves #2. * 2024-08-06 - Move apc.php to Moodledata to ease using the plugin on Moodle instances with immutable / non-writeable Moodle codebases, resolves #4. diff --git a/version.php b/version.php index f948c98..cea51b6 100644 --- a/version.php +++ b/version.php @@ -25,8 +25,8 @@ defined('MOODLE_INTERNAL') || die(); $plugin->component = 'tool_apcu'; -$plugin->version = 2023102004; -$plugin->release = 'v4.3-r1'; +$plugin->version = 2023102005; +$plugin->release = 'v4.3-r2'; $plugin->requires = 2023100900; $plugin->supported = [403, 403]; $plugin->maturity = MATURITY_STABLE;