diff --git a/freetemplates.php b/freetemplates.php index 10e64c5..21d114b 100644 --- a/freetemplates.php +++ b/freetemplates.php @@ -25,23 +25,5 @@ defined('MOODLE_INTERNAL') || die(); global $freetemplates; -$freetemplates = [ - - '0' => array( - 'id' => 0, - 'title' => 'demo test 1', - 'description' => '

test content of the block content

', - 'tags' => [], - 'backupfile' => 'course-10-online.mbz', - 'preview_url' => '', - 'restrictcohort' => 0, - 'cohortids' => [], - 'restrictcategory' => 0, - 'categoryids' => [], - 'includesubcategories' => 0, - 'restrictrole' => 0, - 'roleids' => [], - 'description_format' => 1, - ), -]; +$freetemplates = []; diff --git a/version.php b/version.php index 58a3331..743119d 100644 --- a/version.php +++ b/version.php @@ -26,7 +26,7 @@ $plugin->version = 2023061700; // The current plugin version (Date: YYYYMMDDXX). $plugin->requires = 2020061500; // Requires this Moodle version. -$plugin->release = 'Version 1.2'; +$plugin->release = 'Version 1.3'; $plugin->component = 'format_kickstart'; // Full name of the plugin (used for diagnostics). -$plugin->supported = [39, 311]; +$plugin->supported = [39, 400]; $plugin->maturity = MATURITY_STABLE;