Skip to content

Commit

Permalink
update version files for 3.9.5 release
Browse files Browse the repository at this point in the history
  • Loading branch information
weilai-irl committed Jun 30, 2021
1 parent b840104 commit 62fc9ec
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions db/upgrade.php
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ function xmldb_auth_oidc_upgrade($oldversion) {
upgrade_plugin_savepoint(true, 2020071504, 'auth', 'oidc');
}

if ($oldversion < 2020071505) {
if ($oldversion < 2020071506) {
// Part 1: add index to auth_oidc_token table.
$table = new xmldb_table('auth_oidc_token');

Expand Down Expand Up @@ -260,7 +260,7 @@ function xmldb_auth_oidc_upgrade($oldversion) {
}

// Oidc savepoint reached.
upgrade_plugin_savepoint(true, 2020071505, 'auth', 'oidc');
upgrade_plugin_savepoint(true, 2020071506, 'auth', 'oidc');
}

return $result;
Expand Down
2 changes: 1 addition & 1 deletion version.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

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

$plugin->version = 2020071505;
$plugin->version = 2020071506;
$plugin->requires = 2020061500;
$plugin->release = '3.9.5';
$plugin->component = 'auth_oidc';
Expand Down

0 comments on commit 62fc9ec

Please sign in to comment.