We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 998adfb commit b49b907Copy full SHA for b49b907
CHANGES.md
@@ -1,3 +1,8 @@
1
+Changes in version 5.0.7 (20240614) - It's a small world
2
+--------------------------------------------------------
3
+- Bundled dependencies updated:
4
+ - Moodle CS v3.4.8
5
+
6
Changes in version 5.0.6 (20240531) - Bye, May!
7
-----------------------------------------------
8
- Bundled dependencies updated:
version.php
@@ -24,8 +24,8 @@
24
25
defined('MOODLE_INTERNAL') || die;
26
27
-$plugin->version = 2024053100;
28
-$plugin->release = '5.0.6';
+$plugin->version = 2024061400;
+$plugin->release = '5.0.7';
29
$plugin->maturity = MATURITY_STABLE;
30
$plugin->requires = 2019111803; // Moodle 3.8.3 release and upwards (first one supporting PHP 7.4).
31
$plugin->component = 'local_codechecker';
0 commit comments