Skip to content

Commit

Permalink
3.62.1 stable version
Browse files Browse the repository at this point in the history
  • Loading branch information
mcagigas-at-wiris authored Mar 8, 2018
1 parent 5b07637 commit 7248aeb
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions version.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,17 +26,17 @@

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

$plugin->version = 2018030600;
$plugin->release = '3.62.0.1035';
$plugin->version = 2018030800;
$plugin->release = '3.62.1.1036';
$plugin->requires = 2011060313;
$plugin->maturity = MATURITY_STABLE;
$plugin->component = 'local_wirisquizzes';
$plugin->dependencies = array(
'qtype_wq' => 2018030600,
'qtype_essaywiris' => 2018030600,
'qtype_matchwiris' => 2018030600,
'qtype_multianswerwiris' => 2018030600,
'qtype_multichoicewiris' => 2018030600,
'qtype_shortanswerwiris' => 2018030600,
'qtype_truefalsewiris' => 2018030600
'qtype_wq' => 2018030800,
'qtype_essaywiris' => 2018030800,
'qtype_matchwiris' => 2018030800,
'qtype_multianswerwiris' => 2018030800,
'qtype_multichoicewiris' => 2018030800,
'qtype_shortanswerwiris' => 2018030800,
'qtype_truefalsewiris' => 2018030800
);

0 comments on commit 7248aeb

Please sign in to comment.