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 3ff3496 commit 83b90e4Copy full SHA for 83b90e4
CHANGES.md
@@ -4,7 +4,7 @@ moodle-tool_redis
4
Changes
5
-------
6
7
-### Unreleased
+### v4.5-r1
8
9
* 2024-10-14 - Upgrade: Adopt changes from MDL-81960 and use new \core\url class
10
* 2024-10-14 - Upgrade: Adopt changes from MDL-81920 and use new \core\lang_string class.
version.php
@@ -25,8 +25,8 @@
25
defined('MOODLE_INTERNAL') || die();
26
27
$plugin->component = 'tool_redis';
28
-$plugin->version = 2024060101;
29
-$plugin->release = 'v4.4-r2';
+$plugin->version = 2024100700;
+$plugin->release = 'v4.5-r1';
30
$plugin->requires = 2024100700;
31
$plugin->supported = [405, 405];
32
$plugin->maturity = MATURITY_STABLE;
0 commit comments