Skip to content

Releases: learnweb/moodle-mod_moodleoverflow

v5.0-r1

01 Aug 09:53
990bfe5
Compare
Choose a tag to compare

Release for Moodle 5.0.
See Changes.md for details.

v4.5-r2

21 May 13:06
0702bd3
Compare
Choose a tag to compare

Hotfix for anonymous mail. More information on #214.

v4.5-r1

06 May 17:01
Compare
Choose a tag to compare
  • Moodle 4.5 compatible version

v4.4-r3

27 Aug 09:35
5db19e1
Compare
Choose a tag to compare
  • Fix and migrate draft-files to 'post' file area and fix messages not being filtered
  • Code style fixes

v4.4-r2

25 Jul 12:20
2892b87
Compare
Choose a tag to compare

Add back missing clean by @justusdieckmann in #192

v4.4-r1

12 Jul 14:28
Compare
Choose a tag to compare

What's Changed

Full Changelog: v4.2-r4...v4.4-r1

v4.2-r4

25 Aug 11:47
867cfa4
Compare
Choose a tag to compare

Changelog

  • Fixes error when adding anonymous answer on some databases. #159 Thanks @univiest !

v4.2-r2

03 Jul 16:05
Compare
Choose a tag to compare

Bug Fixes:

v4.2-r1

22 May 12:26
614de63
Compare
Choose a tag to compare

New Features:

  • discussion can be moved to another moodleoverflow forum of the same course #119
  • unread posts email can be send on a daily basis (inherits forumsetting) #119
  • 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 #120
  • 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. #128 (description), #130 (commits)

bug fixes:

  • duplicate forum title and description removed #121
  • never ending query in privacy provider fixed

v4.1-r1

06 Dec 14:56
ccd70e2
Compare
Choose a tag to compare

Bug fixes:

  • print header only once
  • hide anonymous student names to teacher in edit message
  • add missing capability strings
  • use allowforcesubscribe capability for subscription
  • minor style fixes