Skip to content

Commit fe9b687

Browse files
committed
ready for moodle 5.0
1 parent a667dff commit fe9b687

File tree

2 files changed

+8
-5
lines changed

2 files changed

+8
-5
lines changed

CHANGES.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
11
CHANGELOG
22
=========
33

4-
5.0 (2025-06-24)
4+
v5.0-r1 (2025-08-01)
55
------------------
6-
6+
- Fixes Issues [#216](https://github.com/learnweb/moodle-mod_moodleoverflow/issues/216),
7+
[#211](https://github.com/learnweb/moodle-mod_moodleoverflow/issues/211),
8+
[#202](https://github.com/learnweb/moodle-mod_moodleoverflow/issues/202)
9+
- Adaption to Moodle 5.0
710

811
4.5.1 (2025-05-19)
912
------------------

version.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,10 @@
2626

2727
defined('MOODLE_INTERNAL') || die();
2828

29-
$plugin->version = 2025072500;
29+
$plugin->version = 2025080100;
3030
$plugin->requires = 2022112819; // Require Moodle 4.1.
3131
$plugin->supported = [401, 500];
3232
$plugin->component = 'mod_moodleoverflow';
33-
$plugin->maturity = MATURITY_RC;
34-
$plugin->release = 'v5.0-rc1';
33+
$plugin->maturity = MATURITY_STABLE;
34+
$plugin->release = 'v5.0-r1';
3535
$plugin->dependencies = [];

0 commit comments

Comments
 (0)