Skip to content

Commit a7476a1

Browse files
committed
release for Moodle 5.1
1 parent 20a773a commit a7476a1

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

CHANGES.md

Lines changed: 9 additions & 0 deletions
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 a 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),

version.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@
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';
3333
$plugin->maturity = MATURITY_ALPHA;

0 commit comments

Comments
 (0)