diff --git a/db/upgrade.php b/db/upgrade.php index cd13857b5fc1f3fd1550dbdcaeda70af66e6041c..61baa8e1c35d8d6df05ae74f55121ffb72b95dff 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 7b43197b1101807d201313123ed0518c05cbb318..30be450602352e2dca5cb2218a1ddbab465937b1 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;