Skip to content

Commit

Permalink
3.65.0 stable version
Browse files Browse the repository at this point in the history
  • Loading branch information
mcagigas-at-wiris authored Jun 6, 2018
1 parent 15a9180 commit 582337f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions renderer.php
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,7 @@ public function subquestion(question_attempt $qa, question_display_options $opti
'class' => 'wirisanswerfield wirisembedded wiriscopystyle',
);
if ($options->readonly) {
$inputattributes['class'] .= ' wirisreadonly';
$inputattributes['readonly'] = 'readonly';
}

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 = 2018050800;
$plugin->release = '3.64.0.1038';
$plugin->version = 2018060500;
$plugin->release = '3.65.0.1039';
$plugin->requires = 2011060313;
$plugin->maturity = MATURITY_STABLE;
$plugin->component = 'qtype_multianswerwiris';
$plugin->dependencies = array (
'qtype_wq' => 2018050800
'qtype_wq' => 2018060500
);

0 comments on commit 582337f

Please sign in to comment.