Skip to content

Commit

Permalink
Update version.php
Browse files Browse the repository at this point in the history
  • Loading branch information
gustavobazzo committed May 10, 2024
1 parent 6af3c18 commit 07efc3c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/version.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,12 @@

defined('MOODLE_INTERNAL') || die();

$plugin->version = 2024022200; // The current plugin version (Date: YYYYMMDDXX).
$plugin->version = 2024050900; // The current plugin version (Date: YYYYMMDDXX).
$plugin->requires = 2022041900.00; // Moodle 4.0.0
$plugin->component = 'format_recit'; // Full name of the plugin (used for diagnostics).
$plugin->maturity = MATURITY_STABLE;
$plugin->release = 'v3.1.8-stable';
$plugin->supported = [400, 401]; // Moodle 3.9.x, 3.10.x and 3.11.x are supported.
$plugin->release = 'v3.1.9-stable';
$plugin->supported = [400, 403]; // Moodle 3.9.x, 3.10.x and 3.11.x are supported.
$plugin->dependencies = [
'theme_recit2' => 2023011900
];

0 comments on commit 07efc3c

Please sign in to comment.