Skip to content

Commit

Permalink
Merge pull request #17 from turnitin/develop
Browse files Browse the repository at this point in the history
Version
  • Loading branch information
dwinn authored Jan 28, 2020
2 parents 6c24073 + 1079e9d commit 79487a6
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 @@ -199,7 +199,7 @@ function xmldb_plagiarism_turnitinsim_upgrade($oldversion) {
}

// This block will migrate the config namespace for the plugin to plagiarism_turnitinsim.
if ($oldversion < 2020011001) {
if ($oldversion < 2020012801) {
$data = get_config('plagiarism');

$properties = array('turnitinmodenabledassign', 'turnitinmodenabledforum', 'turnitinmodenabledworkshop',
Expand All @@ -213,7 +213,7 @@ function xmldb_plagiarism_turnitinsim_upgrade($oldversion) {
}
}

upgrade_plugin_savepoint(true, 2020011001, 'plagiarism', 'turnitinsim');
upgrade_plugin_savepoint(true, 2020012801, 'plagiarism', 'turnitinsim');
}

return true;
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 = 2020011001;
$plugin->version = 2020012801;
$plugin->release = "v1.0";
$plugin->requires = 2017051500;
$plugin->component = 'plagiarism_turnitinsim';
Expand Down

0 comments on commit 79487a6

Please sign in to comment.