Skip to content

Commit

Permalink
Update version.php
Browse files Browse the repository at this point in the history
  • Loading branch information
gustavobazzo committed Jun 19, 2023
1 parent 2974ee5 commit 0b83eb6
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 = 2023032801; // The current plugin version (Date: YYYYMMDDXX).
$plugin->version = 2023032802; // The current plugin version (Date: YYYYMMDDXX).
$plugin->requires = 2020061500.00; // Moodle 3.9.0
$plugin->component = 'atto_htmlbootstrapeditor'; // Full name of the plugin (used for diagnostics).
$plugin->release = 'v1.0.1-beta';
$plugin->release = 'v1.0.2-stable';
$plugin->supported = [39, 410]; // Moodle 3.9.x, 3.10.x and 3.11.x are supported.
$plugin->maturity = MATURITY_BETA; // MATURITY_ALPHA, MATURITY_BETA, MATURITY_RC or MATURITY_STABLE
$plugin->maturity = MATURITY_STABLE; // MATURITY_ALPHA, MATURITY_BETA, MATURITY_RC or MATURITY_STABLE
$plugin->dependencies = [
'tool_htmlbootstrapeditor' => 2023032800
];

0 comments on commit 0b83eb6

Please sign in to comment.