Skip to content

Commit

Permalink
use correct requires for 4.2 branch.
Browse files Browse the repository at this point in the history
  • Loading branch information
danmarsden authored Jan 20, 2025
1 parent d620a4f commit 17ea6c5
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions version.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@
defined('MOODLE_INTERNAL') || die();


$plugin->version = 2023012500;
$plugin->release = '1.3.6';
$plugin->requires = !file_exists(__DIR__ . '/../../totara/core/lib.php') ? 2018051700 : 2017051509; // Moodle 3.5 / Totara 12.
$plugin->version = 2025012000;
$plugin->release = 2025012000;
$plugin->requires = 2022041902; // Moodle 4.2.
$plugin->component = 'block_multiblock';
$plugin->maturity = MATURITY_BETA;
$plugin->supported = [35, 401]; // A range of branch numbers of supported moodle versions.
$plugin->maturity = MATURITY_STABLE;
$plugin->supported = [402, 405]; // A range of branch numbers of supported moodle versions.

0 comments on commit 17ea6c5

Please sign in to comment.