Skip to content

Commit

Permalink
v1.0.12
Browse files Browse the repository at this point in the history
* added CI pipeline
* fixed minor linting issues
* fixed broken unit test
  • Loading branch information
mk-kialo committed Sep 11, 2023
1 parent f76ba6e commit 8b9634b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions version.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@

/** @var stdClass $plugin */
$plugin->component = 'mod_kialo';
$plugin->release = '1.0.11';
$plugin->version = 2023090801;
$plugin->release = '1.0.12';
$plugin->version = 2023091101;

// Officially we require PHP 7.4. The first Moodle version that requires this as a minimum is Moodle 4.1.
// But technically this plugin also runs on older Moodle versions, as long as they run on PHP 7.4,
Expand Down

0 comments on commit 8b9634b

Please sign in to comment.