diff --git a/changelog.md b/changelog.md index a1d3fe6..4c755f6 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,4 @@ -### Version 0.91 Dec 2023 -Added BTEC grading to the type of advanced grading supported. +### Version 0.91 Nov 2023 Changed source of grader (person doing marking) from grading_instances table to assignment grade. This fixes the issue that the grader was recorded as the last diff --git a/version.php b/version.php index 9741077..d29b81d 100755 --- a/version.php +++ b/version.php @@ -27,9 +27,9 @@ defined('MOODLE_INTERNAL') || die; -$plugin->version = 2023072200; // The current plugin version (Date: YYYYMMDDXX). +$plugin->version = 2023113000; // The current plugin version (Date: YYYYMMDDXX). $plugin->requires = 2021051715; // Moodle 3.11. -$plugin->release = '0.9'; -$plugin->supported = [311, 402]; +$plugin->release = '0.91'; +$plugin->supported = [311, 403]; $plugin->maturity = MATURITY_BETA; $plugin->component = 'report_advancedgrading'; // Full name of the plugin (used for diagnostics).