Skip to content

Commit

Permalink
v.3.55.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mcagigas-at-wiris authored Aug 10, 2017
1 parent 699af9d commit 55407ff
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 = 2017070900;
$plugin->release = '3.54.0.1024';
$plugin->version = 2017081000;
$plugin->release = '3.55.0.1025';
$plugin->requires = 2011060313;
$plugin->maturity = MATURITY_STABLE;
$plugin->component = 'local_wirisquizzes';
$plugin->dependencies = array(
'qtype_wq' => 2017070900,
'qtype_essaywiris' => 2017070900,
'qtype_matchwiris' => 2017070900,
'qtype_multianswerwiris' => 2017070900,
'qtype_multichoicewiris' => 2017070900,
'qtype_shortanswerwiris' => 2017070900,
'qtype_truefalsewiris' => 2017070900
'qtype_wq' => 2017081000,
'qtype_essaywiris' => 2017081000,
'qtype_matchwiris' => 2017081000,
'qtype_multianswerwiris' => 2017081000,
'qtype_multichoicewiris' => 2017081000,
'qtype_shortanswerwiris' => 2017081000,
'qtype_truefalsewiris' => 2017081000
);

0 comments on commit 55407ff

Please sign in to comment.