Skip to content

Commit

Permalink
Update version.php
Browse files Browse the repository at this point in the history
  • Loading branch information
gustavobazzo committed Jan 31, 2023
1 parent 5f6566b commit 0a6fb13
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/version.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,15 +27,15 @@

// This is the version of the plugin.

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

// This is the named version.
$plugin->release = 'v2.1.0-beta';
$plugin->release = 'v2.1.1-stable';

$plugin->supported = [39, 400]; // Moodle 3.9.x, 3.10.x and 3.11.x are supported.
$plugin->supported = [39, 410]; // 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 @@ -46,5 +46,5 @@

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

0 comments on commit 0a6fb13

Please sign in to comment.