Skip to content

Commit 435d8db

Browse files
authored
correct details in version.php
1 parent 2bd16f4 commit 435d8db

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

version.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727

2828
$plugin->version = 2023051701; // The current plugin version (Date: YYYYMMDDXX).
2929
$plugin->release = 2023051701; // Same as version.
30-
$plugin->requires = 2020110900; // Requires Filesystem API.
30+
$plugin->requires = 2023042400; // Requires 4.2
3131
$plugin->component = "tool_objectfs";
3232
$plugin->maturity = MATURITY_STABLE;
33-
$plugin->supported = [310, 402];
33+
$plugin->supported = [402, 405];

0 commit comments

Comments
 (0)