Version 3.6.1 Add support for moodle 3.3

This commit is contained in:
Jane Adelmann 2019-05-27 12:12:46 +03:00
parent 809189dbcb
commit 600676c990
No known key found for this signature in database
GPG Key ID: 4CCF39DF30B8AF72
1 changed files with 3 additions and 3 deletions

View File

@ -26,9 +26,9 @@ defined('MOODLE_INTERNAL') || die();
if (!isset($plugin)) { if (!isset($plugin)) {
$plugin = new stdClass(); $plugin = new stdClass();
} }
$plugin->version = 2019051101; $plugin->version = 2019052701;
$plugin->requires = 2017051501; // Requires Moodle 3.3 . $plugin->requires = 2017051500; // Requires Moodle 3.3 .
$plugin->release = 'v3.6'; $plugin->release = 'v3.6.1';
$plugin->maturity = MATURITY_STABLE; $plugin->maturity = MATURITY_STABLE;
$plugin->component = 'plagiarism_pchkorg'; $plugin->component = 'plagiarism_pchkorg';
$plugin->dependencies = array( $plugin->dependencies = array(