Skip to content

Releases: bycs-lp/mod_learningmap

v0.8

10 Nov 13:13
1dbb58f
Compare
Choose a tag to compare
  • New: Option to hide border of places
  • New: Notification for activities that can't be accessed by students
  • New: Basic touch support (click = single tap, double click = double tap, right click = long tap)

Thanks a lot to @PhMemmel and @fhuebler for very thorough and patient review and to @TRMSC for contributing!

v0.7.1

11 Oct 05:59
b04e7ca
Compare
Choose a tag to compare
  • Fix missing styling of target places
  • Update default URL for help

v0.7

28 Aug 09:09
Compare
Choose a tag to compare
  • Fixes issue #29
  • Adds support for group mode: In group mode it is sufficient, when one member of the group has completed an activity to show the connected paths and places.

Thanks a lot to @PhMemmel for the very thorough review!

v0.6

25 Aug 07:46
Compare
Choose a tag to compare
  • Fix for backup/restore problem
  • Fix for view.php showing duplicated learning map
  • New option to show not yet reachable places
  • Improve compatibility with format_tiles (when using sub tiles)

v0.5.2

25 May 11:06
0ff27de
Compare
Choose a tag to compare
  • Activities like labels that don't have a view page are now directly linked to the corresponding section and the anchor of the module.
  • No inline CSS is used in SVG anymore.
  • Two new options: Hover animation for places and pulse animation for not yet visited places.
  • Adjust layout of the editor.
    Thanks to @TRMSC his contributions!

v0.5.1

17 Apr 19:33
254b56a
Compare
Choose a tag to compare
  • Add moodle 4.0 icon support

v0.5

13 Apr 16:36
217c480
Compare
Choose a tag to compare
  • License is now GPLv3
  • Context menu is now always inside the map in the editor
  • Custom completion rules and manual completion helper are now compatible with Moodle 3.9
  • Local loading of SVG DTD is now compatible with Windows
  • Deleted course modules are now automatically deleted from learning maps
  • Availability restrictions are now checked additionally: If a restriction applies on an activity, the corresponding place is not visible on the map

v0.4.3

31 Mar 19:12
fe410e3
Compare
Choose a tag to compare
Merge pull request #6 from mebis-lp/develop

MBS-6063: Changes necessary for compatibility with moodle 3.9 / PHP 7.2

v0.4.2

10 Feb 15:45
6d49d5e
Compare
Choose a tag to compare
Merge pull request #5 from mebis-lp/develop

MBS-6054: Hide tree view in edit form

v0.4.1

02 Feb 06:23
673ffbe
Compare
Choose a tag to compare
Merge pull request #4 from mebis-lp/develop

MBS-6126 / MBS-6127 / MBS-6063