Skip to content

Commit

Permalink
chore: update version to 4.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Pol Torrent i Soler committed Jan 11, 2024
1 parent d8edbf2 commit 4f9d84f
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 = 2023092203;
$plugin->version = 2024010800;
$plugin->requires = 2015111600; // Moodle 3.0.
$plugin->release = '4.9.3';
$plugin->release = '4.10.0';
$plugin->maturity = MATURITY_STABLE;
$plugin->component = 'local_wirisquizzes';
$plugin->dependencies = array(
'qtype_wq' => 2023092203,
'qtype_essaywiris' => 2023092203,
'qtype_matchwiris' => 2023092203,
'qtype_multianswerwiris' => 2023092203,
'qtype_multichoicewiris' => 2023092203,
'qtype_shortanswerwiris' => 2023092203,
'qtype_truefalsewiris' => 2023092203
'qtype_wq' => 2024010800,
'qtype_essaywiris' => 2024010800,
'qtype_matchwiris' => 2024010800,
'qtype_multianswerwiris' => 2024010800,
'qtype_multichoicewiris' => 2024010800,
'qtype_shortanswerwiris' => 2024010800,
'qtype_truefalsewiris' => 2024010800
);

0 comments on commit 4f9d84f

Please sign in to comment.