Skip to content

Commit 8458999

Browse files
committed
issue #187: bump CI for 4.5
1 parent 2f0e5a0 commit 8458999

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

version.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
$plugin->version = 2024031401; // The current plugin version (Date: YYYYMMDDXX)
3131
$plugin->release = 2024031401; // The current plugin version (Date: YYYYMMDDXX)
3232
$plugin->requires = 2016021800; // Requires this Moodle version.
33-
$plugin->supported = [34, 401];
33+
$plugin->supported = [34, 405];
3434
$plugin->component = 'tool_crawler'; // To check on upgrade, that module sits in correct place.
3535
$plugin->maturity = MATURITY_STABLE;
3636
$plugin->dependencies = array(

0 commit comments

Comments
 (0)