Skip to content

Commit

Permalink
Update version.php
Browse files Browse the repository at this point in the history
  • Loading branch information
ptorrent-at-wiris authored May 6, 2021
1 parent 930ef61 commit 7694e34
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 = 2021042100;
$plugin->release = '4.2.6';
$plugin->version = 2021050700;
$plugin->release = '4.2.7';
$plugin->requires = 2011060313;
$plugin->maturity = MATURITY_RC;
$plugin->component = 'local_wirisquizzes';
$plugin->dependencies = array(
'qtype_wq' => 2021042100,
'qtype_essaywiris' => 2021042100,
'qtype_matchwiris' => 2021042100,
'qtype_multianswerwiris' => 2021042100,
'qtype_multichoicewiris' => 2021042100,
'qtype_shortanswerwiris' => 2021042100,
'qtype_truefalsewiris' => 2021042100
'qtype_wq' => 2021050700,
'qtype_essaywiris' => 2021050700,
'qtype_matchwiris' => 2021050700,
'qtype_multianswerwiris' => 2021050700,
'qtype_multichoicewiris' => 2021050700,
'qtype_shortanswerwiris' => 2021050700,
'qtype_truefalsewiris' => 2021050700
);

0 comments on commit 7694e34

Please sign in to comment.