Skip to content

Commit

Permalink
Update version.php
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanscholz authored Oct 28, 2021
1 parent c476e2c commit 72e78b1
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 @@ -24,9 +24,9 @@

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

$plugin->version = 2021102500; // The current plugin version (Date: YYYYMMDDXX).
$plugin->version = 2021102800; // The current plugin version (Date: YYYYMMDDXX).
$plugin->requires = 2020061500; // Requires this Moodle version.
$plugin->component = 'block_timetable'; // Full name of the plugin (used for diagnostics).
$plugin->maturity = MATURITY_ALPHA; // This is considered as not ready for production sites.
$plugin->maturity = MATURITY_RC; // This is considered as not ready for production sites.
$plugin->supported = [39, 311]; // This is version of moodle.
$plugin->release = '0.1'; // This is our first revision for Moodle 3.9.x branch.
$plugin->release = '1.0'; // This is our first revision for Moodle 3.9.x branch.

0 comments on commit 72e78b1

Please sign in to comment.