Skip to content

Commit

Permalink
Update version.php with 4.1 requirements.
Browse files Browse the repository at this point in the history
  • Loading branch information
danmarsden authored Sep 22, 2023
1 parent 8cfd35e commit a80e00a
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 @@ -23,8 +23,8 @@
*/
defined('MOODLE_INTERNAL') || die();

$plugin->version = 2023021000;
$plugin->requires = 2022032200; // Requires 4.0 or higher.
$plugin->version = 2023092200;
$plugin->release = 2023092200;
$plugin->requires = 2022112805; // Requires 4.1 or higher.
$plugin->component = 'mod_dialogue'; // Full name of the plugin (used for diagnostics).
$plugin->release = '4.2'; // Semantic version name.
$plugin->maturity = MATURITY_STABLE; // This version's maturity level.

0 comments on commit a80e00a

Please sign in to comment.