Merge PR #28. Version 3.11.3

This commit is contained in:
Jane Adelmann 2022-10-07 11:01:05 +03:00
parent fb0b80b495
commit 74a67bce5f
No known key found for this signature in database
GPG Key ID: 4CCF39DF30B8AF72
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 = 2022092718;
$plugin->version = 2022100710;
$plugin->requires = 2020061501; // Requires Moodle 3.9 .
$plugin->release = 'v3.11.2';
$plugin->release = 'v3.11.3';
$plugin->component = 'plagiarism_pchkorg';
$plugin->maturity = MATURITY_STABLE;
$plugin->dependencies = array(