Skip to content

Commit

Permalink
Version bump and dependency bump.
Browse files Browse the repository at this point in the history
  • Loading branch information
stopfstedt committed Jun 11, 2024
1 parent 3b1ca2c commit 56006ba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions version.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,12 @@

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

$plugin->version = 2024053100; // The current plugin version (Date: YYYYMMDDXX).
$plugin->version = 2024061000; // The current plugin version (Date: YYYYMMDDXX).
$plugin->requires = 2023100400; // Requires this Moodle version.
$plugin->component = 'enrol_ilios'; // Full name of the plugin (used for diagnostics).
$plugin->release = 'v4.3';
$plugin->supported = [403, 403];
$plugin->maturity = MATURITY_STABLE;
$plugin->dependencies = [
'local_iliosapiclient' => 2024032200,
'local_iliosapiclient' => 2024061000,
];

0 comments on commit 56006ba

Please sign in to comment.