Skip to content

Commit 3d92238

Browse files
committed
Release v4.4-r1
1 parent b60a031 commit 3d92238

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGES.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ moodle-tool_redis
44
Changes
55
-------
66

7-
### Unreleased
7+
### v4.4-r1
88

99
* 2024-08-24 - Development: Rename master branch to main, please update your clones.
1010
* 2024-08-20 - Prepare compatibility for Moodle 4.4.

version.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@
2525
defined('MOODLE_INTERNAL') || die();
2626

2727
$plugin->component = 'tool_redis';
28-
$plugin->version = 2023102002;
29-
$plugin->release = 'v4.3-r3';
28+
$plugin->version = 2024060100;
29+
$plugin->release = 'v4.4-r1';
3030
$plugin->requires = 2024042200;
3131
$plugin->supported = [404, 404];
3232
$plugin->maturity = MATURITY_STABLE;

0 commit comments

Comments
 (0)