diff --git a/version.php b/version.php index 418a197..1a18571 100644 --- a/version.php +++ b/version.php @@ -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.