Skip to content

Commit

Permalink
Incompatible with 403
Browse files Browse the repository at this point in the history
This branch does not work with MOODLE_403_STABLE nor with PHP 8.2. The tests in Github actions are showing a lot of errors: https://github.com/studentquiz/moodle-mod_studentquiz/actions/runs/6894358494/job/18755961223

However MOODLE_403_STABLE users get the message 'There is a new version 2023081702 available!'
  • Loading branch information
ewallah authored Nov 17, 2023
1 parent 9e25e3a commit d2b2651
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions version.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@

$plugin->version = 2023081702;
$plugin->requires = 2022041900; // Version MOODLE_4.0.
$plugin->supported = [400, 402];
$plugin->incompatible = 403;
$plugin->component = 'mod_studentquiz';
$plugin->maturity = MATURITY_STABLE;
$plugin->release = 'v5.2.0';

0 comments on commit d2b2651

Please sign in to comment.