We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 10ec464 commit bb31516Copy full SHA for bb31516
2 files changed
CHANGES.md
@@ -4,7 +4,7 @@ moodle-availability_plugin
4
Changes
5
-------
6
7
-### Unreleased
+### v4.5-r2
8
9
* 2025-10-20 - Release: Remove german language pack as translations are now managed on AMOS.
10
* 2025-10-20 - Bugfix: Fix incorrect condition label for to 'no' case, resolves #1
version.php
@@ -25,8 +25,8 @@
25
defined('MOODLE_INTERNAL') || die();
26
27
$plugin->component = 'availability_plugin';
28
-$plugin->version = 2024100700;
29
-$plugin->release = 'v4.5-r1';
+$plugin->version = 2024100701;
+$plugin->release = 'v4.5-r2';
30
$plugin->requires = 2024100700;
31
$plugin->supported = [405, 405];
32
$plugin->maturity = MATURITY_STABLE;
0 commit comments