Skip to content

Commit

Permalink
Update the version.
Browse files Browse the repository at this point in the history
  • Loading branch information
vasanthlmsace committed Nov 6, 2024
1 parent e747881 commit 9b848f3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7 deletions.
3 changes: 0 additions & 3 deletions lib.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,6 @@

require_once($CFG->dirroot. '/course/format/lib.php');


use format_kickstart\output\course_template_list;

/**
* Main class for the Kickstart course format
*
Expand Down
8 changes: 4 additions & 4 deletions version.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,15 @@
* Version details
*
* @package format_kickstart
* @copyright 2021 bdecent gmbh <https://bdecent.de>
* @copyright 2023 bdecent gmbh <https://bdecent.de>
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
*/

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

$plugin->version = 2023112300; // The current plugin version (Date: YYYYMMDDXX).
$plugin->requires = 2022030300; // Requires this Moodle version.
$plugin->version = 2024101700; // 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).
$plugin->supported = [40, 402];
$plugin->supported = [400, 403];
$plugin->maturity = MATURITY_STABLE;

0 comments on commit 9b848f3

Please sign in to comment.