We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b60b93 commit 3e9d03fCopy full SHA for 3e9d03f
CHANGES.md
@@ -1,3 +1,7 @@
1
+Changes in version 5.0.10 (20250730) - Too soon?
2
+-------------------------------------------------------
3
+- Fixed bundled dependencies
4
+
5
Changes in version 5.0.9 (20250730) - Long time no bump
6
-------------------------------------------------------
7
- Bundled dependencies updated:
version.php
@@ -24,8 +24,8 @@
24
25
defined('MOODLE_INTERNAL') || die;
26
27
-$plugin->version = 2025073000;
28
-$plugin->release = '5.0.9';
+$plugin->version = 2025073001;
+$plugin->release = '5.0.10';
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