From 96d0d48f9e15d315b9ea7d88f1553cd2970fadc7 Mon Sep 17 00:00:00 2001 From: Andreas Schenkel Date: Mon, 31 Jan 2022 19:30:23 +0100 Subject: [PATCH] v2.0.4 --- README.md | 5 +++-- version.php | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index af17374..0ff0502 100644 --- a/README.md +++ b/README.md @@ -62,8 +62,9 @@ By default only editing teacher can use this generator. If other roles should be - fixed: add "ranked" to pluginname and refactored to new name feedbackcankedchoicegenerator - fixed: Wrong link URL if Moodle not installed in the server root. - -- still todo: namespace +- fixed: wrong namespaces +- fixed: pull request with correct language strings +- fixed: do not hard-code the word "Option" diff --git a/version.php b/version.php index 4c1aae5..1285131 100644 --- a/version.php +++ b/version.php @@ -25,7 +25,7 @@ defined('MOODLE_INTERNAL') || die; $plugin->maturity = MATURITY_BETA; -$plugin->version = 2022013000; +$plugin->version = 2022013100; $plugin->component = 'local_feedbackrankedchoicegenerator'; $plugin->requires = 2017111300; $plugin->release = 'v2.0.4';