Skip to content

Commit

Permalink
Update version date and release for current version
Browse files Browse the repository at this point in the history
- See issue #146.
  • Loading branch information
martignoni committed Oct 27, 2024
1 parent 58bf1ec commit 3f6bbe7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions version.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@

$plugin = new stdClass();

$plugin->version = 2024101300;
$plugin->release = '2.18.1';
$plugin->version = 2024102700;
$plugin->release = '2.18.2-beta';
$plugin->requires = 2018120300;
$plugin->supported = [404, 405];
$plugin->maturity = MATURITY_STABLE;
$plugin->maturity = MATURITY_BETA;
$plugin->component = 'tool_moodlebox';

0 comments on commit 3f6bbe7

Please sign in to comment.