This commit is contained in:
Jane Adelmann 2019-03-15 11:10:22 +02:00
parent 016b0e5829
commit 7f0e31c8ef
No known key found for this signature in database
GPG Key ID: 4448AC31D0972D2F
1 changed files with 2 additions and 2 deletions

View File

@ -26,9 +26,9 @@ defined('MOODLE_INTERNAL') || die();
if (!isset($plugin)) {
$plugin = new stdClass();
}
$plugin->version = 2019031401;
$plugin->version = 2019031501;
$plugin->requires = 2017051501; // Requires Moodle 3.3 .
$plugin->release = 'v2.4';
$plugin->release = 'v2.4.2';
$plugin->maturity = MATURITY_STABLE;
$plugin->component = 'plagiarism_pchkorg';