Skip to content

Commit

Permalink
chore: bump version to v4.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Pol Torrent i Soler committed Dec 19, 2024
1 parent 540bd8d commit 7c211e5
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 = 2024032205;
$plugin->version = 2024121900;
$plugin->requires = 2015111600; // Moodle 3.0.
$plugin->release = '4.11.5';
$plugin->release = '4.11.6';
$plugin->maturity = MATURITY_STABLE;
$plugin->component = 'local_wirisquizzes';
$plugin->dependencies = array(
'qtype_wq' => 2024032205,
'qtype_essaywiris' => 2024032205,
'qtype_matchwiris' => 2024032205,
'qtype_multianswerwiris' => 2024032205,
'qtype_multichoicewiris' => 2024032205,
'qtype_shortanswerwiris' => 2024032205,
'qtype_truefalsewiris' => 2024032205
'qtype_wq' => 2024121900,
'qtype_essaywiris' => 2024121900,
'qtype_matchwiris' => 2024121900,
'qtype_multianswerwiris' => 2024121900,
'qtype_multichoicewiris' => 2024121900,
'qtype_shortanswerwiris' => 2024121900,
'qtype_truefalsewiris' => 2024121900
);

0 comments on commit 7c211e5

Please sign in to comment.