Skip to content

Commit

Permalink
rm obsolete dependency on ilios_apiclient plugin.
Browse files Browse the repository at this point in the history
the functionality we got from this dependency has been absorbed into this plugin.
fixes typo in release info and bumps version while at it.
  • Loading branch information
stopfstedt committed Sep 26, 2024
1 parent e13bc13 commit 22aab23
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions version.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,9 @@

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

$plugin->version = 2024091800; // The current plugin version (Date: YYYYMMDDXX).
$plugin->version = 2024092600; // The current plugin version (Date: YYYYMMDDXX).
$plugin->requires = 2024041600; // Requires this Moodle version.
$plugin->component = 'enrol_ilios'; // Full name of the plugin (used for diagnostics).
$plugin->release = 'v4.4=-c1';
$plugin->release = 'v4.4-rc1';
$plugin->supported = [404, 404];
$plugin->maturity = MATURITY_RC;
$plugin->dependencies = [
'local_iliosapiclient' => 2024061000,
];

0 comments on commit 22aab23

Please sign in to comment.