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 07b4a57 commit 83eed9eCopy full SHA for 83eed9e
CHANGES.md
@@ -4,7 +4,7 @@ moodle-local_session_keepalive
4
Changes
5
-------
6
7
-### Unreleased
+### v4.3-r2
8
9
* 2024-08-11 - Add section for scheduled tasks to README
10
* 2024-08-11 - Updated Moodle Plugin CI to latest upstream recommendations
version.php
@@ -25,8 +25,8 @@
25
defined('MOODLE_INTERNAL') || die();
26
27
$plugin->component = 'local_session_keepalive';
28
-$plugin->version = 2023102000;
29
-$plugin->release = 'v4.3-r1';
+$plugin->version = 2023102001;
+$plugin->release = 'v4.3-r2';
30
$plugin->requires = 2023100900;
31
$plugin->supported = [403, 403];
32
$plugin->maturity = MATURITY_STABLE;
0 commit comments