diff --git a/classes/tracker.php b/classes/tracker.php
index 4dd7e90..7a357bf 100644
--- a/classes/tracker.php
+++ b/classes/tracker.php
@@ -662,6 +662,8 @@ public function finish() {
$this->buffer->output('
' .
get_string('processcomplete', 'tool_coursearchiver') .
'
');
+ $this->buffer->output(html_writer::link(new moodle_url('/admin/tool/coursearchiver/index.php'),
+ get_string('back', 'tool_coursearchiver'))); // Back to beginning.
break;
}
}
diff --git a/version.php b/version.php
index d5a1e93..7855d55 100644
--- a/version.php
+++ b/version.php
@@ -26,7 +26,7 @@
$plugin = new stdClass();
$plugin->version = 2022042200; // The current plugin version (Date: YYYYMMDDXX).
-$plugin->requires = 2022041900; // Requires this Moodle version.
+$plugin->requires = 2014111000; // Requires this Moodle version.
$plugin->component = 'tool_coursearchiver'; // Full name of the plugin (used for diagnostics).
$plugin->release = '4.0.0 (Build: 2016090200)';
$plugin->maturity = MATURITY_STABLE;