From 594dd32f038d02fbbb2d51d3b69b1df6eff65d7f Mon Sep 17 00:00:00 2001 From: Alexander Bias Date: Thu, 22 Aug 2024 11:54:51 +0200 Subject: [PATCH] Release v4.3-r3 --- CHANGES.md | 2 +- version.php | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index ac59d08..43379a2 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -4,7 +4,7 @@ moodle-local_profilecohort Changes ------- -### Unreleased +### v4.3-r3 * 2024-08-20 - Remove duplicate header on overview page. diff --git a/version.php b/version.php index 27eac1d..7f697c5 100644 --- a/version.php +++ b/version.php @@ -25,8 +25,8 @@ defined('MOODLE_INTERNAL') || die(); $plugin->component = 'local_profilecohort'; -$plugin->version = 2023102001; -$plugin->release = 'v4.3-r2'; +$plugin->version = 2023102002; +$plugin->release = 'v4.3-r3'; $plugin->requires = 2023100900; $plugin->supported = [403, 403]; $plugin->maturity = MATURITY_STABLE;