Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions settings.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
defined('MOODLE_INTERNAL') || die;

if ($hassiteconfig) {

// Empty $settings to prevent a single settings page from being created by lib/classes/plugininfo/block.php
// because we will create several settings pages now.
$settings = null;
Expand Down Expand Up @@ -106,7 +106,7 @@
'local_learning_analytics/student_enrols_groupby',
'student_enrols_groupby',
get_string('setting_student_enrols_groupby_description', 'local_learning_analytics'),
'course.id', // default value
'id', // default value
[
'id' => 'course->id',
'shortname' => 'course->shortname',
Expand Down
2 changes: 1 addition & 1 deletion version.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@

$plugin->component = 'local_learning_analytics';

$plugin->version = 2025052600;
$plugin->version = 2025052601;
$plugin->release = 'v0.21.0';
$plugin->maturity = MATURITY_STABLE;

Expand Down