Skip to content

Commit

Permalink
Merge pull request #51 from wiris/v4.11.5
Browse files Browse the repository at this point in the history
V4.11.5
  • Loading branch information
ptorrent-at-wiris authored Nov 4, 2024
2 parents 4318ee7 + 92b8463 commit e8730e0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion question.php
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ public function get_matching_answer(array $response) {
return $answer;
} catch (moodle_exception $e) {
// Notify of the error.
$this->step->inc_attempts();
$this->step->inc_attempts($e);
throw $e;
}
}
Expand Down
6 changes: 3 additions & 3 deletions version.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@

defined('MOODLE_INTERNAL') || die();

$plugin->version = 2024032204;
$plugin->version = 2024032205;
$plugin->requires = 2015111600; // Moodle 3.0.
$plugin->release = '4.11.4';
$plugin->release = '4.11.5';
$plugin->maturity = MATURITY_STABLE;
$plugin->component = 'qtype_shortanswerwiris';
$plugin->dependencies = array(
'qtype_wq' => 2024032204
'qtype_wq' => 2024032205
);

0 comments on commit e8730e0

Please sign in to comment.