diff --git a/CHANGES.md b/CHANGES.md index 47bea79..8bf4511 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,8 @@ +### v1.3.0 (Build - 2024101601) + +* Added Grading +* Improved Moodle 4.5 compatibility + ### v1.2.1 (Build - 2024091201) * Namespaced styles diff --git a/version.php b/version.php index d300613..8342e90 100644 --- a/version.php +++ b/version.php @@ -28,7 +28,7 @@ $plugin->component = 'mod_kialo'; // See https://moodledev.io/docs/apis/commonfiles/version.php. -$plugin->version = 2024091805; // Must be incremented for each new release! +$plugin->version = 2024101601; // Must be incremented for each new release! $plugin->release = '1.3.0'; // Semantic version. // Officially we require PHP 7.4. The first Moodle version that requires this as a minimum is Moodle 4.1.