Skip to content

Commit 346b20f

Browse files
authored
Merge pull request #252 from learnweb/improve/changelog
Improve changelog
2 parents e4a3e0f + 36a2db1 commit 346b20f

File tree

1 file changed

+93
-5
lines changed

1 file changed

+93
-5
lines changed

CHANGES.md

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

4-
v.5.1-r1 (2025-11-27)
4+
[v5.1-r1 (2025-11-27)](https://github.com/learnweb/moodle-mod_moodleoverflow/releases/tag/v5.1-r1)
55
---------------------
66
Moodleoverflow had a lot of bug fixes as well as code improving changes.
77
Here a list of the most important changes:
@@ -10,17 +10,105 @@ Here a list of the most important changes:
1010
- No more missing activity completion ([#238](https://github.com/learnweb/moodle-mod_moodleoverflow/pull/238))
1111
- 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))
1212

13-
v5.0-r1 (2025-08-01)
13+
[v5.0-r1 (2025-08-01)](https://github.com/learnweb/moodle-mod_moodleoverflow/releases/tag/v5.0-r1)
1414
------------------
1515
- Fixes Issues [#216](https://github.com/learnweb/moodle-mod_moodleoverflow/issues/216),
1616
[#211](https://github.com/learnweb/moodle-mod_moodleoverflow/issues/211),
1717
[#202](https://github.com/learnweb/moodle-mod_moodleoverflow/issues/202)
1818
- Adaption to Moodle 5.0
1919

20-
4.5.1 (2025-05-19)
20+
[v4.5-r2 (2025-05-19](https://github.com/learnweb/moodle-mod_moodleoverflow/releases/tag/v4.5-r2)
2121
------------------
22-
[HOTFIX] #214
22+
- fix for [#214](https://github.com/learnweb/moodle-mod_moodleoverflow/pull/214)
2323

24-
4.5.0 (2025-05-06)
24+
[v4.5-r1 (2025-05-06)](https://github.com/learnweb/moodle-mod_moodleoverflow/releases/tag/v4.5-r1)
2525
------------------
2626
* Moodle 4.5 compatible version
27+
28+
29+
[v4.2-r2](https://github.com/learnweb/moodle-mod_moodleoverflow/releases/tag/v4.2-r2)
30+
------------------
31+
Bug Fixes:
32+
33+
* Fix Page Layout https://github.com/learnweb/moodle-mod_moodleoverflow/pull/149 thanks @lucaboesch
34+
* Improve userstats page - have consistent handling for anonymous moodleoverflows https://github.com/learnweb/moodle-mod_moodleoverflow/pull/147 @TamaroWalter
35+
* Fix attachment not found https://github.com/learnweb/moodle-mod_moodleoverflow/pull/146 @TamaroWalter
36+
37+
[v4.2-r1](https://github.com/learnweb/moodle-mod_moodleoverflow/releases/tag/v4.2-r1)
38+
------------------
39+
New Features:
40+
41+
* discussion can be moved to another moodleoverflow forum of the same course https://github.com/learnweb/moodle-mod_moodleoverflow/pull/119
42+
* unread posts email can be send on a daily basis (inherits forumsetting) https://github.com/learnweb/moodle-mod_moodleoverflow/pull/119
43+
* user behaviour in moodleoverflow forums can be seen in a statistics (how many up- and downvotes a user has, his activity and reputation in the course) for one course https://github.com/learnweb/moodle-mod_moodleoverflow/pull/120
44+
* new setting "multiplemarks", which allows to mark multiple post as solved and/or helpful. Setting can be turned on and off at any time for single moodleoverflows. https://github.com/learnweb/moodle-mod_moodleoverflow/pull/128 (description), https://github.com/learnweb/moodle-mod_moodleoverflow/pull/130 (commits)
45+
46+
bug fixes:
47+
48+
* duplicate forum title and description removed https://github.com/learnweb/moodle-mod_moodleoverflow/issues/121
49+
* never ending query in privacy provider fixed
50+
51+
[v4.1-r1](https://github.com/learnweb/moodle-mod_moodleoverflow/releases/tag/v4.1-r1)
52+
------------------
53+
Bug fixes:
54+
* print header only once
55+
* hide anonymous student names to teacher in edit message
56+
* add missing capability strings
57+
* use allowforcesubscribe capability for subscription
58+
* minor style fixes
59+
60+
[v4.0-r4](https://github.com/learnweb/moodle-mod_moodleoverflow/releases/tag/v4.0-r4)
61+
------------------
62+
* Allow admins to enable the moderation feature
63+
* moderation feature means:
64+
* Either questions (initial post) or questions and comments are reviewed before they are published
65+
* Reviewers are, by default, teachers (capability can be assigned to further roles)
66+
* Authors of rejected posts/questions are notified with an e-mail and an optional reasoning
67+
* Minor security fix so the post can only be changed by the author
68+
* Changes for anonymous feature
69+
* Setting for disallowing of creation of anonymous moodleoverflows is now working
70+
* Admin can choose between changing existing forums to not anonymous or disabling the setting for future moodleoverflows
71+
72+
[v4.0-r3](https://github.com/learnweb/moodle-mod_moodleoverflow/releases/tag/v4.0-r3)
73+
------------------
74+
* Allow admins to enable the moderation feature
75+
* moderation feature means:
76+
* Either questions (initial post) or questions and comments are reviewed before they are published
77+
* Reviewers are, by default, teachers (capability can be assigned to further roles)
78+
* Authors of rejected posts/questions are notified with an e-mail and an optional reasoning
79+
* Minor security fix so the post can only be changed by the author
80+
* Changes for anonymous feature
81+
* Setting for disallowing of creation of anonymous moodleoverflows is now working
82+
* Admin can choose between changing existing forums to not anonymous or disabling the setting for future moodleoverflows
83+
84+
[v4.0-r2](https://github.com/learnweb/moodle-mod_moodleoverflow/releases/tag/v4.0-r2)
85+
------------------
86+
* Bug fix
87+
88+
[v4.0-r1](https://github.com/learnweb/moodle-mod_moodleoverflow/releases/tag/v4.0-r1)
89+
------------------
90+
* Compatibility for Moode 4.0
91+
* Overhaul of anonymous Feature
92+
* Style update
93+
* Enable teachers to make reputation and voting optional
94+
95+
[v3.11-r2](https://github.com/learnweb/moodle-mod_moodleoverflow/releases/tag/v3.11-r2)
96+
------------------
97+
* Anonymous forum feature and some style and bug fixes
98+
99+
[v3.11-r1](https://github.com/learnweb/moodle-mod_moodleoverflow/releases/tag/v3.11-r1)
100+
------------------
101+
* Minor Bug fixes
102+
103+
v3.10-r1 (2020111200)
104+
------------------
105+
### Fixes
106+
107+
* MySQL support for queries
108+
* Do not escape subject titles
109+
* Added grades table to privacy provider
110+
* Only allow using grade as activity completion goal if grading is activated
111+
112+
### Other Changes
113+
114+
* Added support for 3.10

0 commit comments

Comments
 (0)