diff --git a/styles.css b/styles.css index eac666a..9909e7c 100644 --- a/styles.css +++ b/styles.css @@ -159,6 +159,7 @@ body.format-kickstart .form-control .fa-search { float: left; } } + body#page-course-format-kickstart-template.template-designer-format #fitem_id_coursetype { display: none; } diff --git a/version.php b/version.php index ae651cc..68d2fae 100644 --- a/version.php +++ b/version.php @@ -24,7 +24,7 @@ defined('MOODLE_INTERNAL') || die(); -$plugin->version = 2023112300; // The current plugin version (Date: YYYYMMDDXX). +$plugin->version = 2023112301; // The current plugin version (Date: YYYYMMDDXX). $plugin->requires = 2022041900; // Requires this Moodle version. $plugin->release = 'Version 1.3'; $plugin->component = 'format_kickstart'; // Full name of the plugin (used for diagnostics).