Skip to content

Commit db50180

Browse files
authored
Release for Moodle 5.2 (#272)
1 parent e4d9da5 commit db50180

2 files changed

Lines changed: 29 additions & 3 deletions

File tree

CHANGES.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,31 @@
11
CHANGELOG
22
=========
3+
[v5.2-r1 (2025-05-07)](https://github.com/learnweb/moodle-mod_moodleoverflow/releases/tag/v5.2-r1)
4+
---------------------
5+
Moodleoverflow had a lot of changes in the last months. Most of them were directly for developers, but they were
6+
improvements for users too like the course overview integration. This year's vision is to reduce the code debt
7+
that build up over the last few years. This is the first release towards that goal.
8+
9+
A short summary:
10+
11+
**New features**:
12+
13+
- Course overview integration ([#257](https://github.com/learnweb/moodle-mod_moodleoverflow/pull/257), [#261](https://github.com/learnweb/moodle-mod_moodleoverflow/pull/261), [#264](https://github.com/learnweb/moodle-mod_moodleoverflow/pull/264))
14+
- Moodleoverflow now supports the course overview page, showing unread posts and give the user the ability to change readtracking/subscription setting.
15+
- Activity choose improvements ([#260](https://github.com/learnweb/moodle-mod_moodleoverflow/pull/260), [#263](https://github.com/learnweb/moodle-mod_moodleoverflow/pull/263))
16+
17+
**Bug fixes**:
18+
19+
- Fix video embedding in posts ([#255](https://github.com/learnweb/moodle-mod_moodleoverflow/pull/255))
20+
- Fix missing SVG icon ([#270](https://github.com/learnweb/moodle-mod_moodleoverflow/pull/270))
21+
22+
**Refactoring**:
23+
24+
- Major locallib reduction ([#271](https://github.com/learnweb/moodle-mod_moodleoverflow/pull/271))
25+
- Removed ~1,400 lines from locallib.php by replacing old procedural printing functions with output classes that represent single components
26+
- External functions moved to dedicated classes ([#267](https://github.com/learnweb/moodle-mod_moodleoverflow/pull/267))
27+
28+
Special thanks to [lucaboesch](https://github.com/lucaboesch) and [humanspaces](https://github.com/humanspaces) for contributing to this release!
329

430
[v5.1-r2 (2025-12-22)](https://github.com/learnweb/moodle-mod_moodleoverflow/releases/tag/v5.1-r2)
531
---------------------

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 = 2025112709;
29+
$plugin->version = 2026050700;
3030
$plugin->requires = 2024100700.00; // Require Moodle 4.5.
31-
$plugin->supported = [405, 501];
31+
$plugin->supported = [405, 502];
3232
$plugin->component = 'mod_moodleoverflow';
3333
$plugin->maturity = MATURITY_STABLE;
34-
$plugin->release = 'v5.1-r2';
34+
$plugin->release = 'v5.2-r1';

0 commit comments

Comments
 (0)