From 5407c133544971c3387004fc771eb41271c44805 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luca=20B=C3=B6sch?= Date: Sat, 31 Jul 2021 13:44:44 +0200 Subject: [PATCH] Release v3.11-r1 --- CHANGES.md | 2 +- version.php | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 75feba0..0a2d124 100755 --- a/CHANGES.md +++ b/CHANGES.md @@ -5,7 +5,7 @@ Changes ------- -### Unreleased +### Release v3.11-r1 * 2021-07-31 - Move Moodle Plugin CI from Travis CI to Github actions. * 2021-07-31 - Correct annotation from @link to @see. diff --git a/version.php b/version.php index 3b11178..ee0f8dc 100644 --- a/version.php +++ b/version.php @@ -24,9 +24,9 @@ defined('MOODLE_INTERNAL') || die(); -$plugin->version = 2020063000; +$plugin->version = 2021073100; $plugin->requires = 2017110800; $plugin->component = 'quiz_archive'; $plugin->maturity = MATURITY_STABLE; -$plugin->release = 'v3.9-r1'; +$plugin->release = 'v3.11-r1'; $plugin->supported = [34, 311];