Skip to content
Snippets Groups Projects
Commit e6573164 authored by Thomas Dondorf's avatar Thomas Dondorf
Browse files

Version release: v0.14.0

parent a9ad7733
No related branches found
No related tags found
No related merge requests found
...@@ -44,7 +44,7 @@ function xmldb_local_learning_analytics_upgrade($oldversion) { ...@@ -44,7 +44,7 @@ function xmldb_local_learning_analytics_upgrade($oldversion) {
upgrade_plugin_savepoint(true, 2020101301, 'local', 'learning_analytics'); 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'); $statussetting = get_config('local_learning_analytics', 'status');
$customfieldid = (int) get_config('local_learning_analytics', 'customfieldid'); $customfieldid = (int) get_config('local_learning_analytics', 'customfieldid');
if ($statussetting === 'course_customfield' && !empty($customfieldid)) { // Update the text in RWTHmoodle if ($statussetting === 'course_customfield' && !empty($customfieldid)) { // Update the text in RWTHmoodle
......
...@@ -26,8 +26,8 @@ defined('MOODLE_INTERNAL') || die; ...@@ -26,8 +26,8 @@ defined('MOODLE_INTERNAL') || die;
$plugin->component = 'local_learning_analytics'; $plugin->component = 'local_learning_analytics';
$plugin->version = 2020112700; $plugin->version = 2020112701;
$plugin->release = 'v0.13.0'; $plugin->release = 'v0.14.0';
$plugin->maturity = MATURITY_BETA; $plugin->maturity = MATURITY_BETA;
$plugin->requires = 2017111302; $plugin->requires = 2017111302;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment