Skip to content

Commit 97faa65

Browse files
committed
Remove version 4.1 support.
1 parent c4796c2 commit 97faa65

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
@@ -27,4 +27,4 @@
2727
$plugin->version = 2023032803; // The current plugin version (Date: YYYYMMDDXX).
2828
$plugin->requires = 2015111000; // Requires this Moodle version.
2929
$plugin->component = 'block_carousel'; // Full name of the plugin (used for diagnostics).
30-
$plugin->supported = [30, 401];
30+
$plugin->supported = [30, 40];

0 commit comments

Comments
 (0)