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 268effa commit 02c59f8Copy full SHA for 02c59f8
CHANGES.md
@@ -4,7 +4,7 @@ moodle-tool_redis
4
Changes
5
-------
6
7
-### Unreleased
+### v4.1-r5
8
9
* 2024-08-21 - Replace deprecated print_error() with moodle_exception.
10
version.php
@@ -25,8 +25,8 @@
25
defined('MOODLE_INTERNAL') || die();
26
27
$plugin->component = 'tool_redis';
28
-$plugin->version = 2023010503;
29
-$plugin->release = 'v4.1-r4';
+$plugin->version = 2023010504;
+$plugin->release = 'v4.1-r5';
30
$plugin->requires = 2022112800;
31
$plugin->supported = [401, 401];
32
$plugin->maturity = MATURITY_STABLE;
0 commit comments