From 1500904eb03806b9ee41a6eeb2b0b0febfc938c9 Mon Sep 17 00:00:00 2001 From: David Winn Date: Tue, 9 Mar 2021 15:21:57 +0000 Subject: [PATCH] Release notes for v2021030901 --- CHANGELOG.md | 13 +++++++++++++ version.php | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 73047de..00814e4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,16 @@ +### Date: 2021-March-09 +### Release: v2021030901 + +#### :wrench: Fixes and enhancements + +--- + +#### Intro files no longer prevent submissions + +As of our last release, a bug caused when attaching an intro file to a submission prevented students from submitting. We have fixed this bug as a matter of urgency, and the intended functionality has been restored. + +--- + ### Date: 2021-March-02 ### Release: v2021030201 diff --git a/version.php b/version.php index f3c9292..3892d1f 100644 --- a/version.php +++ b/version.php @@ -25,7 +25,7 @@ defined('MOODLE_INTERNAL') || die(); -$plugin->version = 2021030301; +$plugin->version = 2021030901; $plugin->release = "v1.2"; $plugin->requires = 2017051500; $plugin->component = 'plagiarism_turnitinsim';