Skip to content

Commit 4959b71

Browse files
committed
update version.php
1 parent ed271e5 commit 4959b71

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

CHANGES.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,7 @@ CHANGELOG
44
4.5.0 (2025-05-06)
55
------------------
66
* Moodle 4.5 compatible version
7+
8+
4.5.1 (2025-05-19)
9+
------------------
10+
[HOTFIX] #214

version.php

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,8 @@
2828
defined('MOODLE_INTERNAL') || die();
2929

3030
$plugin->component = 'mod_moodleoverflow';
31-
$plugin->version = 2025050600;
32-
$plugin->version = 2025051700;
31+
$plugin->version = 2025051900;
3332
$plugin->requires = 2022112800;
34-
$plugin->release = 'v4.5-r1';
33+
$plugin->release = 'v4.5-r2';
3534
$plugin->supported = [401, 405];
3635
$plugin->maturity = MATURITY_STABLE;

0 commit comments

Comments
 (0)