Skip to content

Commit

Permalink
Release candidate 4.0 (take 2) (#42)
Browse files Browse the repository at this point in the history
* backward compatibility check
  • Loading branch information
Syxton authored Apr 22, 2022
1 parent 17ad5b9 commit a4a7a65
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions classes/tracker.php
Original file line number Diff line number Diff line change
Expand Up @@ -662,6 +662,8 @@ public function finish() {
$this->buffer->output('<div class="coursearchiver_completedmsg">' .
get_string('processcomplete', 'tool_coursearchiver') .
'</div>');
$this->buffer->output(html_writer::link(new moodle_url('/admin/tool/coursearchiver/index.php'),
get_string('back', 'tool_coursearchiver'))); // Back to beginning.
break;
}
}
Expand Down
2 changes: 1 addition & 1 deletion version.php
Original file line number Diff line number Diff line change
Expand Up @@ -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;

0 comments on commit a4a7a65

Please sign in to comment.