diff --git a/CHANGELOG.md b/CHANGELOG.md index 3f9e743..963b7ae 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## 3.11 (2021051700) +## 3.11 (2021060800) ### Changed - Compatibility with Moodle 3.9 - 3.11 diff --git a/version.php b/version.php index 3f3c496..8f35f9e 100644 --- a/version.php +++ b/version.php @@ -26,10 +26,10 @@ $plugin->component = 'mod_coursecertificate'; $plugin->release = '3.11'; -$plugin->version = 2021051700; +$plugin->version = 2021060800; $plugin->requires = 2020061502.00; $plugin->maturity = MATURITY_STABLE; $plugin->supported = [39, 311]; $plugin->dependencies = [ - 'tool_certificate' => 2021051700 + 'tool_certificate' => 2021060800 ]; \ No newline at end of file