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 64aab75 commit 29b709dCopy full SHA for 29b709d
CHANGES.md
@@ -4,7 +4,7 @@ moodle-tool_coursedates
4
Changes
5
-------
6
7
-### Unreleased
+### v4.5-r2
8
9
* 2025-10-15 - Make codechecker happy again
10
* 2025-10-15 - Tests: Switch Github actions workflows to reusable workflows by Moodle an Hochschulen e.V.
version.php
@@ -25,8 +25,8 @@
25
defined('MOODLE_INTERNAL') || die();
26
27
$plugin->component = 'tool_coursefields';
28
-$plugin->version = 2024100700;
29
-$plugin->release = 'v4.5-r1';
+$plugin->version = 2024100701;
+$plugin->release = 'v4.5-r2';
30
$plugin->requires = 2024100700;
31
$plugin->supported = [405, 405];
32
$plugin->maturity = MATURITY_STABLE;
0 commit comments