Skip to content

Commit

Permalink
Update version.php
Browse files Browse the repository at this point in the history
  • Loading branch information
gustavobazzo committed Oct 3, 2022
1 parent 2c53f3e commit 6761d24
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions src/version.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,15 @@

// This is the version of the plugin.

$plugin->version = 2022020900;
$plugin->version = 2022100100;

// This is the named version.
$plugin->release = 'v2.0.0';
$plugin->release = 'v2.0.1-stable';

$plugin->supported = [39, 311]; // Moodle 3.9.x, 3.10.x and 3.11.x are supported.

// This is a stable release.
$plugin->maturity = MATURITY_BETA;
$plugin->maturity = MATURITY_STABLE;

// This is the version of Moodle this plugin requires.
$plugin->requires = 2020061500.00; // Moodle 3.9.0
Expand All @@ -43,5 +45,5 @@

// This is a list of plugins, this plugin depends on (and their versions).
$plugin->dependencies = [
'theme_recit2' => 2022020900
'theme_recit2' => 2022100100
];

0 comments on commit 6761d24

Please sign in to comment.