Skip to content

Commit d787413

Browse files
committed
release for Moodle 5.1
1 parent 8eb0b32 commit d787413

File tree

2 files changed

+13
-4
lines changed

2 files changed

+13
-4
lines changed

CHANGES.md

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

4+
v.5.1-r1 (2025-11-27)
5+
---------------------
6+
Moodleoverflow had a lot of bug fixes as well as code improving changes.
7+
Here a list of the most important changes:
8+
- Fix for errors and false rendering when editing posts ([#233](https://github.com/learnweb/moodle-mod_moodleoverflow/pull/233), [#244](https://github.com/learnweb/moodle-mod_moodleoverflow/pull/244))
9+
- Bugfix in "Mark posts as read"-button ([#232](https://github.com/learnweb/moodle-mod_moodleoverflow/pull/232))
10+
- No more missing activity completion ([#238](https://github.com/learnweb/moodle-mod_moodleoverflow/pull/238))
11+
- Improved behavior for moving discussions ([#239](https://github.com/learnweb/moodle-mod_moodleoverflow/pull/239), [#241](https://github.com/learnweb/moodle-mod_moodleoverflow/pull/241))
12+
413
v5.0-r1 (2025-08-01)
514
------------------
615
- Fixes Issues [#216](https://github.com/learnweb/moodle-mod_moodleoverflow/issues/216),
@@ -14,4 +23,4 @@ v5.0-r1 (2025-08-01)
1423

1524
4.5.0 (2025-05-06)
1625
------------------
17-
* Moodle 4.5 compatible version
26+
* Moodle 4.5 compatible version

version.php

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

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

29-
$plugin->version = 2025111200;
30-
$plugin->requires = 2022112819; // Require Moodle 4.1.
29+
$plugin->version = 2025112700;
30+
$plugin->requires = 2024100700.00; // Require Moodle 4.5.
3131
$plugin->supported = [405, 501];
3232
$plugin->component = 'mod_moodleoverflow';
33-
$plugin->maturity = MATURITY_ALPHA;
33+
$plugin->maturity = MATURITY_STABLE;
3434
$plugin->release = 'v5.1-r1';

0 commit comments

Comments
 (0)