Skip to content

Commit 9975ead

Browse files
committed
update version and changes files
1 parent 4959b71 commit 9975ead

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

CHANGES.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
CHANGELOG
22
=========
33

4-
4.5.0 (2025-05-06)
4+
4.5.1 (2025-05-19)
55
------------------
6-
* Moodle 4.5 compatible version
6+
[HOTFIX] #214
77

8-
4.5.1 (2025-05-19)
8+
4.5.0 (2025-05-06)
99
------------------
10-
[HOTFIX] #214
10+
* Moodle 4.5 compatible version

version.php

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

3030
$plugin->component = 'mod_moodleoverflow';
31-
$plugin->version = 2025051900;
32-
$plugin->requires = 2022112800;
31+
$plugin->version = 2025050601;
32+
$plugin->requires = 2022112800;
3333
$plugin->release = 'v4.5-r2';
3434
$plugin->supported = [401, 405];
3535
$plugin->maturity = MATURITY_STABLE;

0 commit comments

Comments
 (0)