diff --git a/CHANGES.txt b/CHANGES.txt index aaeea9d5..5c03cd93 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,4 +1,4 @@ -New in 3.6.0.5 +New in 3.6.1.0 ============== - FIX: Coursecat depreciation message when 'enablecategoryicon' is true. - FIX: Tablet layout issue. diff --git a/version.php b/version.php index 98269cd2..97d29689 100644 --- a/version.php +++ b/version.php @@ -30,8 +30,8 @@ defined('MOODLE_INTERNAL') || die; $plugin->version = 2018121704; // YYYYMMDDVV. -$plugin->maturity = MATURITY_BETA; // This version's maturity level. -$plugin->release = '3.6.0.5 (Build: 2018121704)'; +$plugin->maturity = MATURITY_STABLE; // This version's maturity level. +$plugin->release = '3.6.1.0 (Build: 2018121704)'; $plugin->requires = 2018120301.00; // Moodle 3.6.1 (Build: 20181205). $plugin->component = 'theme_essential'; $plugin->dependencies = array(