Skip to content

Commit

Permalink
Upgrade version
Browse files Browse the repository at this point in the history
  • Loading branch information
oliviervalentin committed May 28, 2024
1 parent a3c72ca commit ea92ada
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions db/upgrade.php
Original file line number Diff line number Diff line change
Expand Up @@ -108,5 +108,9 @@ function xmldb_report_coursemanager_upgrade($oldversion) {
$DB->delete_records('report_coursemanager_orphans');
upgrade_plugin_savepoint(true, 2024050304, 'report', 'coursemanager');
}
if ($oldversion < 2024050305) {
// HOTFIX : error in courses without teachers admin page.
upgrade_plugin_savepoint(true, 2024050305, 'report', 'coursemanager');
}
return true;
}
2 changes: 1 addition & 1 deletion version.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@

defined('MOODLE_INTERNAL') || die();

$plugin->version = 2024050304;
$plugin->version = 2024050305;
$plugin->release = '3.2.1';
$plugin->requires = 2020061516;
$plugin->component = 'report_coursemanager';
Expand Down

0 comments on commit ea92ada

Please sign in to comment.