Skip to content

Commit bb31516

Browse files
committed
Release v4.5-r2
1 parent 10ec464 commit bb31516

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

CHANGES.md

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

7-
### Unreleased
7+
### v4.5-r2
88

99
* 2025-10-20 - Release: Remove german language pack as translations are now managed on AMOS.
1010
* 2025-10-20 - Bugfix: Fix incorrect condition label for to 'no' case, resolves #1

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 = 'availability_plugin';
28-
$plugin->version = 2024100700;
29-
$plugin->release = 'v4.5-r1';
28+
$plugin->version = 2024100701;
29+
$plugin->release = 'v4.5-r2';
3030
$plugin->requires = 2024100700;
3131
$plugin->supported = [405, 405];
3232
$plugin->maturity = MATURITY_STABLE;

0 commit comments

Comments
 (0)