Skip to content

Commit

Permalink
v4.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Pol Torrent i Soler committed Sep 28, 2021
1 parent cc1ff23 commit d3d5034
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions version.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,13 @@

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

$plugin->version = 2021091500;
$plugin->release = '4.3.1';
$plugin->version = 2021092800;
$plugin->release = '4.3.2';
$plugin->requires = 2011060313;
$plugin->maturity = MATURITY_STABLE;
$plugin->component = 'local_wirisquizzes';
$plugin->dependencies = array(
'qtype_wq' => 2021091500,
'qtype_wq' => 2021092800,
'qtype_essaywiris' => 2021091300,
'qtype_matchwiris' => 2021091300,
'qtype_multianswerwiris' => 2021091300,
Expand Down

0 comments on commit d3d5034

Please sign in to comment.