From e6573164eb958882dae31f04b718585714f784db Mon Sep 17 00:00:00 2001 From: Thomas Dondorf <dondorf@lfi.rwth-aachen.de> Date: Fri, 27 Nov 2020 14:47:17 +0100 Subject: [PATCH] Version release: v0.14.0 --- db/upgrade.php | 2 +- version.php | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/db/upgrade.php b/db/upgrade.php index cd13857..61baa8e 100644 --- a/db/upgrade.php +++ b/db/upgrade.php @@ -44,7 +44,7 @@ function xmldb_local_learning_analytics_upgrade($oldversion) { upgrade_plugin_savepoint(true, 2020101301, 'local', 'learning_analytics'); } - if ($oldversion < 2020112600 && ($SITE->shortname === 'RWTHmoodle' || $SITE->shortname === 'L2PTest')) { // TODO set version correct + if ($oldversion < 2020112600 && ($SITE->shortname === 'RWTHmoodle' || $SITE->shortname === 'L2PTest')) { $statussetting = get_config('local_learning_analytics', 'status'); $customfieldid = (int) get_config('local_learning_analytics', 'customfieldid'); if ($statussetting === 'course_customfield' && !empty($customfieldid)) { // Update the text in RWTHmoodle diff --git a/version.php b/version.php index 7b43197..30be450 100644 --- a/version.php +++ b/version.php @@ -26,8 +26,8 @@ defined('MOODLE_INTERNAL') || die; $plugin->component = 'local_learning_analytics'; -$plugin->version = 2020112700; -$plugin->release = 'v0.13.0'; +$plugin->version = 2020112701; +$plugin->release = 'v0.14.0'; $plugin->maturity = MATURITY_BETA; $plugin->requires = 2017111302; -- GitLab