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 b60a031 commit 3d92238Copy full SHA for 3d92238
CHANGES.md
@@ -4,7 +4,7 @@ moodle-tool_redis
4
Changes
5
-------
6
7
-### Unreleased
+### v4.4-r1
8
9
* 2024-08-24 - Development: Rename master branch to main, please update your clones.
10
* 2024-08-20 - Prepare compatibility for Moodle 4.4.
version.php
@@ -25,8 +25,8 @@
25
defined('MOODLE_INTERNAL') || die();
26
27
$plugin->component = 'tool_redis';
28
-$plugin->version = 2023102002;
29
-$plugin->release = 'v4.3-r3';
+$plugin->version = 2024060100;
+$plugin->release = 'v4.4-r1';
30
$plugin->requires = 2024042200;
31
$plugin->supported = [404, 404];
32
$plugin->maturity = MATURITY_STABLE;
0 commit comments