Skip to content

Commit

Permalink
correct details in version.php
Browse files Browse the repository at this point in the history
  • Loading branch information
danmarsden authored Jul 29, 2024
1 parent 2bd16f4 commit 435d8db
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 @@ -27,7 +27,7 @@

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

0 comments on commit 435d8db

Please sign in to comment.